Class: Etsy4r::Commands
- Inherits:
-
Object
- Object
- Etsy4r::Commands
- Defined in:
- lib/etsy4r/commands.rb
Direct Known Subclasses
CategoryCommands, FavoriteCommands, FeedbackCommands, GiftGuideCommands, ListingCommands, ServerCommands, ShopCommands, TagCommands, UserCommands
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Commands
constructor
A new instance of Commands.
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
#client ⇒ Object
Returns the value of attribute client.
4 5 6 |
# File 'lib/etsy4r/commands.rb', line 4 def client @client end |