Class: PixiClient::Requests::GetItemInfo
- Includes:
- Itemable
- Defined in:
- lib/pixi_client/requests/get_item_info.rb
Constant Summary
Constants inherited from Base
Base::FIVE_MINUTES, Base::TIME_STRING_FORMAT
Instance Attribute Summary collapse
-
#item_id ⇒ Object
Returns the value of attribute item_id.
-
#item_id_key ⇒ Object
Returns the value of attribute item_id_key.
Instance Method Summary collapse
- #api_method ⇒ Object
-
#initialize(item_id_key, item_id) ⇒ GetItemInfo
constructor
A new instance of GetItemInfo.
Methods included from Itemable
Methods inherited from Base
Constructor Details
#initialize(item_id_key, item_id) ⇒ GetItemInfo
Returns a new instance of GetItemInfo.
8 9 10 11 |
# File 'lib/pixi_client/requests/get_item_info.rb', line 8 def initialize(item_id_key, item_id) self.item_id_key = item_id_key self.item_id = item_id end |
Instance Attribute Details
#item_id ⇒ Object
Returns the value of attribute item_id.
6 7 8 |
# File 'lib/pixi_client/requests/get_item_info.rb', line 6 def item_id @item_id end |
#item_id_key ⇒ Object
Returns the value of attribute item_id_key.
6 7 8 |
# File 'lib/pixi_client/requests/get_item_info.rb', line 6 def item_id_key @item_id_key end |
Instance Method Details
#api_method ⇒ Object
13 14 15 |
# File 'lib/pixi_client/requests/get_item_info.rb', line 13 def api_method :pixi_get_item_info end |