Class: PoAddrDelivery
- Inherits:
-
Object
- Object
- PoAddrDelivery
- Defined in:
- lib/po_detail/po_addrdelivery.rb
Overview
class used to represent POADDRDELIVERY. Used internally
Instance Attribute Summary collapse
-
#addr_no ⇒ String
Address number.
-
#adr_notes ⇒ String
Address notes.
-
#build_long ⇒ String
Building (Number or Code).
-
#building ⇒ String
Old: building (no. or abbreviation).
-
#c_o_name ⇒ String
C/o name.
-
#chckstatus ⇒ String
City file test status.
-
#city ⇒ String
City.
-
#city_no ⇒ String
City code for city/street file.
-
#comm_type ⇒ String
Communication Method (Key) (Business Address Services).
-
#country ⇒ String
Country Key.
-
#countryiso ⇒ String
Country ISO code.
-
#customer ⇒ String
Customer.
-
#deliv_dis ⇒ String
(Not Supported) Post Delivery District.
-
#distrct_no ⇒ String
District code for City and Street file.
-
#district ⇒ String
District.
-
#e_mail ⇒ String
E-Mail Address.
-
#fax_extens ⇒ String
First fax no.: extension.
-
#fax_number ⇒ String
First fax no.: dialling code+number.
-
#floor ⇒ String
Floor in building.
-
#formofaddr ⇒ String
Form of address text.
-
#house_no ⇒ String
House Number.
-
#house_no2 ⇒ String
House number supplement.
-
#langu ⇒ Integer
Language Key.
-
#langu_iso ⇒ String
2-Character SAP Language Code.
-
#location ⇒ String
Street 5.
-
#name ⇒ String
Name 1.
-
#name_2 ⇒ String
Name 2.
-
#name_3 ⇒ String
Name 3.
-
#name_4 ⇒ String
Name 4.
-
#pboxcit_no ⇒ String
City PO box code (City file).
-
#po_box ⇒ String
PO Box.
-
#po_box_cit ⇒ String
PO Box city.
-
#po_item ⇒ String
Item Number of Purchasing Document.
-
#postl_cod1 ⇒ String
City postal code.
-
#postl_cod2 ⇒ String
PO Box Postal Code.
-
#postl_cod3 ⇒ String
Company Postal Code (for Large Customers).
-
#regiogroup ⇒ String
Regional structure grouping.
-
#region ⇒ String
Region (State, Province, County).
-
#room_no ⇒ String
Room or Appartment Number.
-
#sc_vendor ⇒ String
Subcontracting vendor.
-
#sort1 ⇒ String
Search Term 1.
-
#sort2 ⇒ String
Search Term 2.
-
#str_abbr ⇒ String
(Not Supported) Abbreviation of Street Name.
-
#str_suppl1 ⇒ String
Street 2.
-
#str_suppl2 ⇒ String
Street 3.
-
#str_suppl3 ⇒ String
Street 4.
-
#street ⇒ String
Street.
-
#street_lng ⇒ String
Street.
-
#street_no ⇒ String
Street Number for City/Street File.
-
#supp_vendor ⇒ String
Vendor to be supplied/who is to receive delivery.
-
#taxjurcode ⇒ String
Tax Jurisdiction.
-
#tel1_ext ⇒ String
First Telephone No.: Extension.
-
#tel1_numbr ⇒ String
First telephone no.: dialling code+number.
-
#time_zone ⇒ String
Address time zone.
-
#title ⇒ String
Title text.
-
#transpzone ⇒ String
Transportation zone to or from which the goods are delivered.
Instance Attribute Details
#addr_no ⇒ String
Returns Address number.
4 5 6 |
# File 'lib/po_detail/po_addrdelivery.rb', line 4 def addr_no @addr_no end |
#adr_notes ⇒ String
Returns Address notes.
6 7 8 |
# File 'lib/po_detail/po_addrdelivery.rb', line 6 def adr_notes @adr_notes end |
#build_long ⇒ String
Returns Building (Number or Code).
10 11 12 |
# File 'lib/po_detail/po_addrdelivery.rb', line 10 def build_long @build_long end |
#building ⇒ String
Returns old: building (no. or abbreviation).
8 9 10 |
# File 'lib/po_detail/po_addrdelivery.rb', line 8 def building @building end |
#c_o_name ⇒ String
Returns c/o name.
26 27 28 |
# File 'lib/po_detail/po_addrdelivery.rb', line 26 def c_o_name @c_o_name end |
#chckstatus ⇒ String
Returns City file test status.
12 13 14 |
# File 'lib/po_detail/po_addrdelivery.rb', line 12 def chckstatus @chckstatus end |
#city ⇒ String
Returns City.
14 15 16 |
# File 'lib/po_detail/po_addrdelivery.rb', line 14 def city @city end |
#city_no ⇒ String
Returns City code for city/street file.
16 17 18 |
# File 'lib/po_detail/po_addrdelivery.rb', line 16 def city_no @city_no end |
#comm_type ⇒ String
Returns Communication Method (Key) (Business Address Services).
18 19 20 |
# File 'lib/po_detail/po_addrdelivery.rb', line 18 def comm_type @comm_type end |
#country ⇒ String
Returns Country Key.
20 21 22 |
# File 'lib/po_detail/po_addrdelivery.rb', line 20 def country @country end |
#countryiso ⇒ String
Returns Country ISO code.
22 23 24 |
# File 'lib/po_detail/po_addrdelivery.rb', line 22 def countryiso @countryiso end |
#customer ⇒ String
Returns Customer.
24 25 26 |
# File 'lib/po_detail/po_addrdelivery.rb', line 24 def customer @customer end |
#deliv_dis ⇒ String
Returns (Not Supported) Post Delivery District.
28 29 30 |
# File 'lib/po_detail/po_addrdelivery.rb', line 28 def deliv_dis @deliv_dis end |
#distrct_no ⇒ String
Returns District code for City and Street file.
30 31 32 |
# File 'lib/po_detail/po_addrdelivery.rb', line 30 def distrct_no @distrct_no end |
#district ⇒ String
Returns District.
32 33 34 |
# File 'lib/po_detail/po_addrdelivery.rb', line 32 def district @district end |
#e_mail ⇒ String
Returns E-Mail Address.
34 35 36 |
# File 'lib/po_detail/po_addrdelivery.rb', line 34 def e_mail @e_mail end |
#fax_extens ⇒ String
Returns First fax no.: extension.
36 37 38 |
# File 'lib/po_detail/po_addrdelivery.rb', line 36 def fax_extens @fax_extens end |
#fax_number ⇒ String
Returns First fax no.: dialling code+number.
38 39 40 |
# File 'lib/po_detail/po_addrdelivery.rb', line 38 def fax_number @fax_number end |
#floor ⇒ String
Returns Floor in building.
40 41 42 |
# File 'lib/po_detail/po_addrdelivery.rb', line 40 def floor @floor end |
#formofaddr ⇒ String
Returns Form of address text.
42 43 44 |
# File 'lib/po_detail/po_addrdelivery.rb', line 42 def formofaddr @formofaddr end |
#house_no ⇒ String
Returns House Number.
44 45 46 |
# File 'lib/po_detail/po_addrdelivery.rb', line 44 def house_no @house_no end |
#house_no2 ⇒ String
Returns House number supplement.
46 47 48 |
# File 'lib/po_detail/po_addrdelivery.rb', line 46 def house_no2 @house_no2 end |
#langu ⇒ Integer
Returns Language Key.
48 49 50 |
# File 'lib/po_detail/po_addrdelivery.rb', line 48 def langu @langu end |
#langu_iso ⇒ String
Returns 2-Character SAP Language Code.
50 51 52 |
# File 'lib/po_detail/po_addrdelivery.rb', line 50 def langu_iso @langu_iso end |
#location ⇒ String
Returns Street 5.
52 53 54 |
# File 'lib/po_detail/po_addrdelivery.rb', line 52 def location @location end |
#name ⇒ String
Returns Name 1.
54 55 56 |
# File 'lib/po_detail/po_addrdelivery.rb', line 54 def name @name end |
#name_2 ⇒ String
Returns Name 2.
56 57 58 |
# File 'lib/po_detail/po_addrdelivery.rb', line 56 def name_2 @name_2 end |
#name_3 ⇒ String
Returns Name 3.
58 59 60 |
# File 'lib/po_detail/po_addrdelivery.rb', line 58 def name_3 @name_3 end |
#name_4 ⇒ String
Returns Name 4.
60 61 62 |
# File 'lib/po_detail/po_addrdelivery.rb', line 60 def name_4 @name_4 end |
#pboxcit_no ⇒ String
Returns City PO box code (City file).
62 63 64 |
# File 'lib/po_detail/po_addrdelivery.rb', line 62 def pboxcit_no @pboxcit_no end |
#po_box ⇒ String
Returns PO Box.
70 71 72 |
# File 'lib/po_detail/po_addrdelivery.rb', line 70 def po_box @po_box end |
#po_box_cit ⇒ String
Returns PO Box city.
72 73 74 |
# File 'lib/po_detail/po_addrdelivery.rb', line 72 def po_box_cit @po_box_cit end |
#po_item ⇒ String
Returns Item Number of Purchasing Document.
74 75 76 |
# File 'lib/po_detail/po_addrdelivery.rb', line 74 def po_item @po_item end |
#postl_cod1 ⇒ String
Returns City postal code.
64 65 66 |
# File 'lib/po_detail/po_addrdelivery.rb', line 64 def postl_cod1 @postl_cod1 end |
#postl_cod2 ⇒ String
Returns PO Box Postal Code.
66 67 68 |
# File 'lib/po_detail/po_addrdelivery.rb', line 66 def postl_cod2 @postl_cod2 end |
#postl_cod3 ⇒ String
Returns Company Postal Code (for Large Customers).
68 69 70 |
# File 'lib/po_detail/po_addrdelivery.rb', line 68 def postl_cod3 @postl_cod3 end |
#regiogroup ⇒ String
Returns Regional structure grouping.
76 77 78 |
# File 'lib/po_detail/po_addrdelivery.rb', line 76 def regiogroup @regiogroup end |
#region ⇒ String
Returns Region (State, Province, County).
78 79 80 |
# File 'lib/po_detail/po_addrdelivery.rb', line 78 def region @region end |
#room_no ⇒ String
Returns Room or Appartment Number.
80 81 82 |
# File 'lib/po_detail/po_addrdelivery.rb', line 80 def room_no @room_no end |
#sc_vendor ⇒ String
Returns Subcontracting vendor.
82 83 84 |
# File 'lib/po_detail/po_addrdelivery.rb', line 82 def sc_vendor @sc_vendor end |
#sort1 ⇒ String
Returns Search Term 1.
84 85 86 |
# File 'lib/po_detail/po_addrdelivery.rb', line 84 def sort1 @sort1 end |
#sort2 ⇒ String
Returns Search Term 2.
86 87 88 |
# File 'lib/po_detail/po_addrdelivery.rb', line 86 def sort2 @sort2 end |
#str_abbr ⇒ String
Returns (Not Supported) Abbreviation of Street Name.
94 95 96 |
# File 'lib/po_detail/po_addrdelivery.rb', line 94 def str_abbr @str_abbr end |
#str_suppl1 ⇒ String
Returns Street 2.
96 97 98 |
# File 'lib/po_detail/po_addrdelivery.rb', line 96 def str_suppl1 @str_suppl1 end |
#str_suppl2 ⇒ String
Returns Street 3.
98 99 100 |
# File 'lib/po_detail/po_addrdelivery.rb', line 98 def str_suppl2 @str_suppl2 end |
#str_suppl3 ⇒ String
Returns Street 4.
100 101 102 |
# File 'lib/po_detail/po_addrdelivery.rb', line 100 def str_suppl3 @str_suppl3 end |
#street ⇒ String
Returns Street.
88 89 90 |
# File 'lib/po_detail/po_addrdelivery.rb', line 88 def street @street end |
#street_lng ⇒ String
Returns Street.
90 91 92 |
# File 'lib/po_detail/po_addrdelivery.rb', line 90 def street_lng @street_lng end |
#street_no ⇒ String
Returns Street Number for City/Street File.
92 93 94 |
# File 'lib/po_detail/po_addrdelivery.rb', line 92 def street_no @street_no end |
#supp_vendor ⇒ String
Returns Vendor to be supplied/who is to receive delivery.
102 103 104 |
# File 'lib/po_detail/po_addrdelivery.rb', line 102 def supp_vendor @supp_vendor end |
#taxjurcode ⇒ String
Returns Tax Jurisdiction.
104 105 106 |
# File 'lib/po_detail/po_addrdelivery.rb', line 104 def taxjurcode @taxjurcode end |
#tel1_ext ⇒ String
Returns First Telephone No.: Extension.
106 107 108 |
# File 'lib/po_detail/po_addrdelivery.rb', line 106 def tel1_ext @tel1_ext end |
#tel1_numbr ⇒ String
Returns First telephone no.: dialling code+number.
108 109 110 |
# File 'lib/po_detail/po_addrdelivery.rb', line 108 def tel1_numbr @tel1_numbr end |
#time_zone ⇒ String
Returns Address time zone.
110 111 112 |
# File 'lib/po_detail/po_addrdelivery.rb', line 110 def time_zone @time_zone end |
#title ⇒ String
Returns Title text.
112 113 114 |
# File 'lib/po_detail/po_addrdelivery.rb', line 112 def title @title end |
#transpzone ⇒ String
Returns Transportation zone to or from which the goods are delivered.
114 115 116 |
# File 'lib/po_detail/po_addrdelivery.rb', line 114 def transpzone @transpzone end |