Class: BikeReg::Resource

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

Direct Known Subclasses

EventResource

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Resource

Returns a new instance of Resource.



7
8
9
# File 'lib/bike_reg/resource.rb', line 7

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



5
6
7
# File 'lib/bike_reg/resource.rb', line 5

def client
  @client
end