module WaterDrop
WaterDrop
library
Configuration and descriptions are based on the delivery boy zendesk gem @see github.com/zendesk/delivery_boy
WaterDrop
library
Constants
- AbortTransaction
-
Alias so we can have a nicer API to abort transactions This makes referencing easier
- VERSION
-
Current
WaterDrop
version
Public Class Methods
Source
# File lib/waterdrop.rb, line 19 def gem_root Pathname.new(File.expand_path('..', __dir__)) end
@return [String] root path of this gem