Class: Emporium::Services::Amazon

Inherits:
Object
  • Object
show all
Includes:
Options, Utilities
Defined in:
lib/emporium/services/amazon.rb

Instance Method Summary collapse

Methods included from Utilities

#encode, #hash_from_json, #hash_from_xml, #query

Methods included from Options

included

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={})
  @options = options
end

Instance Method Details

#responseObject



18
19
20
# File 'lib/emporium/services/amazon.rb', line 18

def response
  attributes
end