class IngramMicro::InboundShipmentInformation
Public Instance Methods
ship_address1()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 15 def ship_address1 hash['ship_address1'] end
ship_address2()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 19 def ship_address2 hash['ship_address2'] end
ship_address3()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 23 def ship_address3 hash['ship_address3'] end
ship_city()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 27 def ship_city hash['ship_city'] end
ship_country_code()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 39 def ship_country_code hash['ship_country_code'] end
ship_email()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 55 def ship_email hash['ship_email'] end
ship_fax()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 51 def ship_fax hash['ship_fax'] end
ship_first_name()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 3 def ship_first_name hash['ship_first_name'] end
ship_last_name()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 7 def ship_last_name hash['ship_last_name'] end
ship_middle_initial()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 11 def ship_middle_initial hash['ship_middle_initial'] end
ship_phone1()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 43 def ship_phone1 hash['ship_phone1'] end
ship_phone2()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 47 def ship_phone2 hash['ship_phone2'] end
ship_post_code()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 35 def ship_post_code hash['ship_post_code'] end
ship_request_date()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 63 def ship_request_date hash['ship_request_date'] end
ship_request_from()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 67 def ship_request_from hash['ship_request_from'] end
ship_request_warehouse()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 71 def ship_request_warehouse hash['ship_request_warehouse'] end
ship_state()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 31 def ship_state hash['ship_state'] end
ship_via()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_shipment_information.rb, line 59 def ship_via hash['ship_via'] end