Class: PixiClient::Requests::SetStockMultiple
- Defined in:
- lib/pixi_client/requests/set_stock_multiple.rb
Constant Summary
Constants inherited from Base
Base::FIVE_MINUTES, Base::TIME_STRING_FORMAT
Instance Attribute Summary collapse
-
#item_updates_xml ⇒ Object
Returns the value of attribute item_updates_xml.
Instance Method Summary collapse
- #api_method ⇒ Object
-
#initialize(item_updates_xml) ⇒ SetStockMultiple
constructor
A new instance of SetStockMultiple.
- #message ⇒ Object
Methods inherited from Base
Constructor Details
#initialize(item_updates_xml) ⇒ SetStockMultiple
Returns a new instance of SetStockMultiple.
6 7 8 |
# File 'lib/pixi_client/requests/set_stock_multiple.rb', line 6 def initialize(item_updates_xml) self.item_updates_xml = item_updates_xml end |
Instance Attribute Details
#item_updates_xml ⇒ Object
Returns the value of attribute item_updates_xml.
4 5 6 |
# File 'lib/pixi_client/requests/set_stock_multiple.rb', line 4 def item_updates_xml @item_updates_xml end |
Instance Method Details
#api_method ⇒ Object
10 11 12 |
# File 'lib/pixi_client/requests/set_stock_multiple.rb', line 10 def api_method :pixi_set_stock_multiple end |
#message ⇒ Object
14 15 16 |
# File 'lib/pixi_client/requests/set_stock_multiple.rb', line 14 def { 'ParameterXML' => item_updates_xml } end |