class PixiClient::Requests::GetOrderHeader
Attributes
order_id[RW]
Public Class Methods
new(order_id)
click to toggle source
# File lib/pixi_client/requests/get_order_header.rb, line 6 def initialize(order_id) self.order_id = order_id end
Public Instance Methods
api_method()
click to toggle source
# File lib/pixi_client/requests/get_order_header.rb, line 10 def api_method :pixi_get_order_header end
message()
click to toggle source
# File lib/pixi_client/requests/get_order_header.rb, line 14 def message { 'OrderNrExternal' => order_id } end