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.
104 105 106 |
# File 'lib/postcodeanywhere.rb', line 104 def address_line_1 @address_line_1 end |
#address_line_2 ⇒ Object
Returns the value of attribute address_line_2.
104 105 106 |
# File 'lib/postcodeanywhere.rb', line 104 def address_line_2 @address_line_2 end |
#address_line_3 ⇒ Object
Returns the value of attribute address_line_3.
104 105 106 |
# File 'lib/postcodeanywhere.rb', line 104 def address_line_3 @address_line_3 end |
#city ⇒ Object
Returns the value of attribute city.
105 106 107 |
# File 'lib/postcodeanywhere.rb', line 105 def city @city end |
#county ⇒ Object
Returns the value of attribute county.
104 105 106 |
# File 'lib/postcodeanywhere.rb', line 104 def county @county end |
#county_name ⇒ Object
Returns the value of attribute county_name.
105 106 107 |
# File 'lib/postcodeanywhere.rb', line 105 def county_name @county_name end |
#post_town ⇒ Object
Returns the value of attribute post_town.
104 105 106 |
# File 'lib/postcodeanywhere.rb', line 104 def post_town @post_town end |
#postcode ⇒ Object
Returns the value of attribute postcode.
104 105 106 |
# File 'lib/postcodeanywhere.rb', line 104 def postcode @postcode end |
#state ⇒ Object
Returns the value of attribute state.
105 106 107 |
# File 'lib/postcodeanywhere.rb', line 105 def state @state end |
#zip4 ⇒ Object
Returns the value of attribute zip4.
105 106 107 |
# File 'lib/postcodeanywhere.rb', line 105 def zip4 @zip4 end |