Class: Etsy4r::Commands

Inherits:
Object
  • Object
show all
Defined in:
lib/etsy4r/commands.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Commands

Returns a new instance of Commands.



6
7
8
# File 'lib/etsy4r/commands.rb', line 6

def initialize(client)
  @client = client
end

Instance Attribute Details

#clientObject

Returns the value of attribute client.



4
5
6
# File 'lib/etsy4r/commands.rb', line 4

def client
  @client
end