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