Class: PostcodeAnywhere::AddressLookup

Inherits:
Object
  • Object
show all
Defined in:
lib/postcodeanywhere.rb

Instance Attribute Summary collapse

Instance Attribute Details

#address_line_1Object

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_2Object

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_3Object

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

#cityObject

Returns the value of attribute city.



112
113
114
# File 'lib/postcodeanywhere.rb', line 112

def city
  @city
end

#countyObject

Returns the value of attribute county.



111
112
113
# File 'lib/postcodeanywhere.rb', line 111

def county
  @county
end

#county_nameObject

Returns the value of attribute county_name.



112
113
114
# File 'lib/postcodeanywhere.rb', line 112

def county_name
  @county_name
end

#post_townObject

Returns the value of attribute post_town.



111
112
113
# File 'lib/postcodeanywhere.rb', line 111

def post_town
  @post_town
end

#postcodeObject

Returns the value of attribute postcode.



111
112
113
# File 'lib/postcodeanywhere.rb', line 111

def postcode
  @postcode
end

#stateObject

Returns the value of attribute state.



112
113
114
# File 'lib/postcodeanywhere.rb', line 112

def state
  @state
end

#zip4Object

Returns the value of attribute zip4.



112
113
114
# File 'lib/postcodeanywhere.rb', line 112

def zip4
  @zip4
end