Class: Wallabee::Resource::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/wallabee/resource/base.rb

Direct Known Subclasses

Achievements, Branded

Instance Method Summary collapse

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, options = {})
  @connection = connection
end