Class: Kickplan::Resource

Inherits:
Module
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/kickplan/resource.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Resource

Returns a new instance of Resource.



15
16
17
# File 'lib/kickplan/resource.rb', line 15

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject (readonly)

Returns the value of attribute client.



13
14
15
# File 'lib/kickplan/resource.rb', line 13

def client
  @client
end