Class: Smarteru::Resources::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/smarteru/resources/base.rb

Direct Known Subclasses

Users

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Base

Returns a new instance of Base.



5
6
7
# File 'lib/smarteru/resources/base.rb', line 5

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



4
5
6
# File 'lib/smarteru/resources/base.rb', line 4

def client
  @client
end