Module: GlobalCollect::Responses::GetOrderStatus::V2ResponseMethods

Defined in:
lib/global_collect/responses/get_order_status/v2_response_methods.rb

Overview

WDL ยง5.23.3 specifies the possible return keys

Defined Under Namespace

Classes: OrderStatus, OrderStatusError

Instance Method Summary collapse

Instance Method Details

#statusesObject



5
6
7
# File 'lib/global_collect/responses/get_order_status/v2_response_methods.rb', line 5

def statuses
  status_hashes.map{|status_hash| OrderStatus.new(status_hash) }
end