Class: PostcodeAnywhere::AddressLookup
- Inherits:
-
Object
- Object
- PostcodeAnywhere::AddressLookup
- Defined in:
- lib/ruby-postcodeanywhere.rb
Instance Attribute Summary collapse
-
#address_line_1 ⇒ Object
Returns the value of attribute address_line_1.
-
#address_line_2 ⇒ Object
Returns the value of attribute address_line_2.
-
#address_line_3 ⇒ Object
Returns the value of attribute address_line_3.
-
#address_line_4 ⇒ Object
Returns the value of attribute address_line_4.
-
#address_line_5 ⇒ Object
Returns the value of attribute address_line_5.
-
#barcode ⇒ Object
Returns the value of attribute barcode.
-
#building_name ⇒ Object
Returns the value of attribute building_name.
-
#building_number ⇒ Object
Returns the value of attribute building_number.
-
#city ⇒ Object
Returns the value of attribute city.
-
#company ⇒ Object
Returns the value of attribute company.
-
#county ⇒ Object
Returns the value of attribute county.
-
#county_name ⇒ Object
Returns the value of attribute county_name.
-
#department ⇒ Object
Returns the value of attribute department.
-
#district ⇒ Object
Returns the value of attribute district.
-
#flat ⇒ Object
Returns the value of attribute flat.
-
#mailsort ⇒ Object
Returns the value of attribute mailsort.
-
#post_town ⇒ Object
Returns the value of attribute post_town.
-
#postcode ⇒ Object
Returns the value of attribute postcode.
-
#secondary_street ⇒ Object
Returns the value of attribute secondary_street.
-
#state ⇒ Object
Returns the value of attribute state.
-
#street ⇒ Object
Returns the value of attribute street.
-
#type ⇒ Object
Returns the value of attribute type.
-
#udprn ⇒ Object
Returns the value of attribute udprn.
-
#zip4 ⇒ Object
Returns the value of attribute zip4.
Instance Attribute Details
#address_line_1 ⇒ Object
Returns the value of attribute address_line_1.
131 132 133 |
# File 'lib/ruby-postcodeanywhere.rb', line 131 def address_line_1 @address_line_1 end |
#address_line_2 ⇒ Object
Returns the value of attribute address_line_2.
131 132 133 |
# File 'lib/ruby-postcodeanywhere.rb', line 131 def address_line_2 @address_line_2 end |
#address_line_3 ⇒ Object
Returns the value of attribute address_line_3.
131 132 133 |
# File 'lib/ruby-postcodeanywhere.rb', line 131 def address_line_3 @address_line_3 end |
#address_line_4 ⇒ Object
Returns the value of attribute address_line_4.
131 132 133 |
# File 'lib/ruby-postcodeanywhere.rb', line 131 def address_line_4 @address_line_4 end |
#address_line_5 ⇒ Object
Returns the value of attribute address_line_5.
131 132 133 |
# File 'lib/ruby-postcodeanywhere.rb', line 131 def address_line_5 @address_line_5 end |
#barcode ⇒ Object
Returns the value of attribute barcode.
133 134 135 |
# File 'lib/ruby-postcodeanywhere.rb', line 133 def @barcode end |
#building_name ⇒ Object
Returns the value of attribute building_name.
130 131 132 |
# File 'lib/ruby-postcodeanywhere.rb', line 130 def building_name @building_name end |
#building_number ⇒ Object
Returns the value of attribute building_number.
130 131 132 |
# File 'lib/ruby-postcodeanywhere.rb', line 130 def building_number @building_number end |
#city ⇒ Object
Returns the value of attribute city.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def city @city end |
#company ⇒ Object
Returns the value of attribute company.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def company @company end |
#county ⇒ Object
Returns the value of attribute county.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def county @county end |
#county_name ⇒ Object
Returns the value of attribute county_name.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def county_name @county_name end |
#department ⇒ Object
Returns the value of attribute department.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def department @department end |
#district ⇒ Object
Returns the value of attribute district.
130 131 132 |
# File 'lib/ruby-postcodeanywhere.rb', line 130 def district @district end |
#flat ⇒ Object
Returns the value of attribute flat.
130 131 132 |
# File 'lib/ruby-postcodeanywhere.rb', line 130 def flat @flat end |
#mailsort ⇒ Object
Returns the value of attribute mailsort.
133 134 135 |
# File 'lib/ruby-postcodeanywhere.rb', line 133 def mailsort @mailsort end |
#post_town ⇒ Object
Returns the value of attribute post_town.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def post_town @post_town end |
#postcode ⇒ Object
Returns the value of attribute postcode.
131 132 133 |
# File 'lib/ruby-postcodeanywhere.rb', line 131 def postcode @postcode end |
#secondary_street ⇒ Object
Returns the value of attribute secondary_street.
130 131 132 |
# File 'lib/ruby-postcodeanywhere.rb', line 130 def secondary_street @secondary_street end |
#state ⇒ Object
Returns the value of attribute state.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def state @state end |
#street ⇒ Object
Returns the value of attribute street.
130 131 132 |
# File 'lib/ruby-postcodeanywhere.rb', line 130 def street @street end |
#type ⇒ Object
Returns the value of attribute type.
133 134 135 |
# File 'lib/ruby-postcodeanywhere.rb', line 133 def type @type end |
#udprn ⇒ Object
Returns the value of attribute udprn.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def udprn @udprn end |
#zip4 ⇒ Object
Returns the value of attribute zip4.
132 133 134 |
# File 'lib/ruby-postcodeanywhere.rb', line 132 def zip4 @zip4 end |