Class: IngramMicro::InboundShipmentInformation

Inherits:
InboundBaseElement show all
Defined in:
lib/ingram_micro/inbound_elements/inbound_shipment_information.rb

Instance Attribute Summary

Attributes inherited from InboundBaseElement

#hash

Instance Method Summary collapse

Methods inherited from InboundBaseElement

#==, #initialize, #transaction_name

Constructor Details

This class inherits a constructor from IngramMicro::InboundBaseElement

Instance Method Details

#ship_address1Object



15
16
17
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 15

def ship_address1
  hash['ship_address1']
end

#ship_address2Object



19
20
21
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 19

def ship_address2
  hash['ship_address2']
end

#ship_address3Object



23
24
25
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 23

def ship_address3
  hash['ship_address3']
end

#ship_cityObject



27
28
29
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 27

def ship_city
  hash['ship_city']
end

#ship_country_codeObject



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_emailObject



55
56
57
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 55

def ship_email
  hash['ship_email']
end

#ship_faxObject



51
52
53
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 51

def ship_fax
  hash['ship_fax']
end

#ship_first_nameObject



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_nameObject



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_initialObject



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_phone1Object



43
44
45
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 43

def ship_phone1
  hash['ship_phone1']
end

#ship_phone2Object



47
48
49
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 47

def ship_phone2
  hash['ship_phone2']
end

#ship_post_codeObject



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_dateObject



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_fromObject



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_warehouseObject



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_stateObject



31
32
33
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 31

def ship_state
  hash['ship_state']
end

#ship_viaObject



59
60
61
# File 'lib/ingram_micro/inbound_elements/inbound_shipment_information.rb', line 59

def ship_via
  hash['ship_via']
end