Class: RubyOmx::OrderInfoResponse
- Inherits:
-
StandardResponse
- Object
- Node
- Response
- StandardResponse
- RubyOmx::OrderInfoResponse
- Defined in:
- lib/ruby_omx/response/order_info_response.rb
Instance Method Summary collapse
Methods inherited from Response
Methods inherited from Node
#accessors, #as_hash, #initialize
Constructor Details
This class inherits a constructor from RubyOmx::Node
Instance Method Details
#to_s ⇒ Object
30 31 32 |
# File 'lib/ruby_omx/response/order_info_response.rb', line 30 def to_s "#{super} #{order_id} #{order_number} #{order_status_code} #{order_status_date} #{line_items.length} #{customer_number}" end |