Class: Rapa::Queries::ListItemsQuery
- Defined in:
- lib/rapa/queries/list_items_query.rb
Constant Summary collapse
- OPERATION =
"ItemLookup"
Constants inherited from BaseQuery
BaseQuery::SERVICE, BaseQuery::VERSION
Instance Method Summary collapse
Methods inherited from BaseQuery
#AWSAccessKeyId, #AssociateTag, #RelatedItemPage, #RelationshipType, #ResponseGroup, #Service, #Timestamp, #Version, inherited, #initialize, #inspect, property, #to_hash, #to_s
Constructor Details
This class inherits a constructor from Rapa::Queries::BaseQuery
Instance Method Details
#IdType ⇒ String?
11 12 13 |
# File 'lib/rapa/queries/list_items_query.rb', line 11 def IdType [:id_type] end |
#ItemId ⇒ String
16 17 18 |
# File 'lib/rapa/queries/list_items_query.rb', line 16 def ItemId [:item_ids].join(",") end |
#Operation ⇒ Object
Note:
Override
21 22 23 |
# File 'lib/rapa/queries/list_items_query.rb', line 21 def Operation OPERATION end |
#SearchIndex ⇒ String?
26 27 28 |
# File 'lib/rapa/queries/list_items_query.rb', line 26 def SearchIndex [:search_index] end |