Class: IngramMicro::InboundShipmentInformation
Instance Attribute Summary
#hash
Instance Method Summary
collapse
#==, #initialize, #transaction_name
Instance Method Details
#ship_address1 ⇒ Object
15
16
17
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 15
def ship_address1
hash['ship_address1']
end
|
#ship_address2 ⇒ Object
19
20
21
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 19
def ship_address2
hash['ship_address2']
end
|
#ship_address3 ⇒ Object
23
24
25
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 23
def ship_address3
hash['ship_address3']
end
|
#ship_city ⇒ Object
27
28
29
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 27
def ship_city
hash['ship_city']
end
|
#ship_country_code ⇒ Object
39
40
41
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 39
def ship_country_code
hash['ship_country_code']
end
|
#ship_email ⇒ Object
55
56
57
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 55
def ship_email
hash['ship_email']
end
|
#ship_fax ⇒ Object
51
52
53
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 51
def ship_fax
hash['ship_fax']
end
|
#ship_first_name ⇒ Object
3
4
5
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 3
def ship_first_name
hash['ship_first_name']
end
|
#ship_last_name ⇒ Object
7
8
9
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 7
def ship_last_name
hash['ship_last_name']
end
|
#ship_middle_initial ⇒ Object
11
12
13
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 11
def ship_middle_initial
hash['ship_middle_initial']
end
|
#ship_phone1 ⇒ Object
43
44
45
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 43
def ship_phone1
hash['ship_phone1']
end
|
#ship_phone2 ⇒ Object
47
48
49
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 47
def ship_phone2
hash['ship_phone2']
end
|
#ship_post_code ⇒ Object
35
36
37
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 35
def ship_post_code
hash['ship_post_code']
end
|
#ship_request_date ⇒ Object
63
64
65
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 63
def ship_request_date
hash['ship_request_date']
end
|
#ship_request_from ⇒ Object
67
68
69
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 67
def ship_request_from
hash['ship_request_from']
end
|
#ship_request_warehouse ⇒ Object
71
72
73
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 71
def ship_request_warehouse
hash['ship_request_warehouse']
end
|
#ship_state ⇒ Object
31
32
33
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 31
def ship_state
hash['ship_state']
end
|
#ship_via ⇒ Object
59
60
61
|
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 59
def ship_via
hash['ship_via']
end
|