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