Class: Wallabee::Resource::Base
- Inherits:
-
Object
- Object
- Wallabee::Resource::Base
- Defined in:
- lib/wallabee/resource/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(connection, options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(connection, options = {}) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/wallabee/resource/base.rb', line 4 def initialize(connection, = {}) @connection = connection end |