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