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