Class: GlobalCollect::Requests::GetOrderStatus
- Inherits:
-
Simple
- Object
- Base
- Simple
- GlobalCollect::Requests::GetOrderStatus
show all
- Defined in:
- lib/global_collect/requests/get_order_status.rb
Instance Attribute Summary
Attributes inherited from Base
#action, #version
Instance Method Summary
collapse
Methods inherited from Simple
#to_xml
Methods inherited from Base
#default_xml_encoding_options, #to_xml
Constructor Details
4
5
6
|
# File 'lib/global_collect/requests/get_order_status.rb', line 4
def initialize(order_id)
super("GET_ORDERSTATUS", { "ORDERID" => order_id })
end
|
Instance Method Details
#fields ⇒ Object
18
19
20
21
22
|
# File 'lib/global_collect/requests/get_order_status.rb', line 18
def fields
{
"ORDERID" => ["N10", "R"]
}
end
|
#suggested_response_mixins ⇒ Object
#wrapper ⇒ Object
16
|
# File 'lib/global_collect/requests/get_order_status.rb', line 16
def wrapper; "ORDER"; end
|