Class: PostcodeAnywhere::AddressLookup
- Inherits:
-
Object
- Object
- PostcodeAnywhere::AddressLookup
- Defined in:
- lib/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.
-
#city ⇒ Object
Returns the value of attribute city.
-
#county ⇒ Object
Returns the value of attribute county.
-
#county_name ⇒ Object
Returns the value of attribute county_name.
-
#post_town ⇒ Object
Returns the value of attribute post_town.
-
#postcode ⇒ Object
Returns the value of attribute postcode.
-
#state ⇒ Object
Returns the value of attribute state.
-
#zip4 ⇒ Object
Returns the value of attribute zip4.
Instance Attribute Details
#address_line_1 ⇒ Object
Returns the value of attribute address_line_1.
111 112 113 |
# File 'lib/postcodeanywhere.rb', line 111 def address_line_1 @address_line_1 end |
#address_line_2 ⇒ Object
Returns the value of attribute address_line_2.
111 112 113 |
# File 'lib/postcodeanywhere.rb', line 111 def address_line_2 @address_line_2 end |
#address_line_3 ⇒ Object
Returns the value of attribute address_line_3.
111 112 113 |
# File 'lib/postcodeanywhere.rb', line 111 def address_line_3 @address_line_3 end |
#city ⇒ Object
Returns the value of attribute city.
112 113 114 |
# File 'lib/postcodeanywhere.rb', line 112 def city @city end |
#county ⇒ Object
Returns the value of attribute county.
111 112 113 |
# File 'lib/postcodeanywhere.rb', line 111 def county @county end |
#county_name ⇒ Object
Returns the value of attribute county_name.
112 113 114 |
# File 'lib/postcodeanywhere.rb', line 112 def county_name @county_name end |
#post_town ⇒ Object
Returns the value of attribute post_town.
111 112 113 |
# File 'lib/postcodeanywhere.rb', line 111 def post_town @post_town end |
#postcode ⇒ Object
Returns the value of attribute postcode.
111 112 113 |
# File 'lib/postcodeanywhere.rb', line 111 def postcode @postcode end |
#state ⇒ Object
Returns the value of attribute state.
112 113 114 |
# File 'lib/postcodeanywhere.rb', line 112 def state @state end |
#zip4 ⇒ Object
Returns the value of attribute zip4.
112 113 114 |
# File 'lib/postcodeanywhere.rb', line 112 def zip4 @zip4 end |