Class: AmazonMwsProducts::GetMatchingProducts
- Inherits:
-
Object
- Object
- AmazonMwsProducts::GetMatchingProducts
- Defined in:
- lib/amazon_mws_products/get_matching_products.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
readonly
Returns the value of attribute account.
-
#asins ⇒ Object
readonly
Returns the value of attribute asins.
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options) ⇒ GetMatchingProducts
constructor
A new instance of GetMatchingProducts.
Constructor Details
#initialize(options) ⇒ GetMatchingProducts
Returns a new instance of GetMatchingProducts.
5 6 7 8 |
# File 'lib/amazon_mws_products/get_matching_products.rb', line 5 def initialize() @account = .fetch(:account) @asins = .fetch(:asins) end |
Instance Attribute Details
#account ⇒ Object (readonly)
Returns the value of attribute account.
3 4 5 |
# File 'lib/amazon_mws_products/get_matching_products.rb', line 3 def account @account end |
#asins ⇒ Object (readonly)
Returns the value of attribute asins.
3 4 5 |
# File 'lib/amazon_mws_products/get_matching_products.rb', line 3 def asins @asins end |