Class: Emporium::Services::Amazon
- Inherits:
-
Object
- Object
- Emporium::Services::Amazon
- Defined in:
- lib/emporium/services/amazon.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Amazon
constructor
A new instance of Amazon.
- #response ⇒ Object
Methods included from Utilities
#encode, #hash_from_json, #hash_from_xml, #query
Methods included from Options
Constructor Details
#initialize(options = {}) ⇒ Amazon
Returns a new instance of Amazon.
14 15 16 |
# File 'lib/emporium/services/amazon.rb', line 14 def initialize(={}) @options = end |
Instance Method Details
#response ⇒ Object
18 19 20 |
# File 'lib/emporium/services/amazon.rb', line 18 def response attributes end |