class Rapa::Queries::ListItemsQuery
Constants
- OPERATION
Public Instance Methods
IdType()
click to toggle source
@return [String, nil]
# File lib/rapa/queries/list_items_query.rb, line 11 def IdType options[:id_type] end
ItemId()
click to toggle source
@return [String]
# File lib/rapa/queries/list_items_query.rb, line 16 def ItemId options[:item_ids].join(",") end
Operation()
click to toggle source
@note Override
# File lib/rapa/queries/list_items_query.rb, line 21 def Operation OPERATION end
SearchIndex()
click to toggle source
@return [String, nil]
# File lib/rapa/queries/list_items_query.rb, line 26 def SearchIndex options[:search_index] end