Class: RubyOmx::OrderInfoResponse

Inherits:
StandardResponse show all
Defined in:
lib/ruby_omx/response/order_info_response.rb

Instance Method Summary collapse

Methods inherited from Response

format, parse_xml

Methods inherited from Node

#accessors, #as_hash, #initialize

Constructor Details

This class inherits a constructor from RubyOmx::Node

Instance Method Details

#to_sObject



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