Class: PostcodeAnywhere::AddressLookup

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

Instance Attribute Summary collapse

Instance Attribute Details

#address_line_1Object

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_2Object

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_3Object

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_4Object

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_5Object

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

#barcodeObject

Returns the value of attribute barcode.



133
134
135
# File 'lib/ruby-postcodeanywhere.rb', line 133

def barcode
  @barcode
end

#building_nameObject

Returns the value of attribute building_name.



130
131
132
# File 'lib/ruby-postcodeanywhere.rb', line 130

def building_name
  @building_name
end

#building_numberObject

Returns the value of attribute building_number.



130
131
132
# File 'lib/ruby-postcodeanywhere.rb', line 130

def building_number
  @building_number
end

#cityObject

Returns the value of attribute city.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def city
  @city
end

#companyObject

Returns the value of attribute company.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def company
  @company
end

#countyObject

Returns the value of attribute county.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def county
  @county
end

#county_nameObject

Returns the value of attribute county_name.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def county_name
  @county_name
end

#departmentObject

Returns the value of attribute department.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def department
  @department
end

#districtObject

Returns the value of attribute district.



130
131
132
# File 'lib/ruby-postcodeanywhere.rb', line 130

def district
  @district
end

#flatObject

Returns the value of attribute flat.



130
131
132
# File 'lib/ruby-postcodeanywhere.rb', line 130

def flat
  @flat
end

#mailsortObject

Returns the value of attribute mailsort.



133
134
135
# File 'lib/ruby-postcodeanywhere.rb', line 133

def mailsort
  @mailsort
end

#post_townObject

Returns the value of attribute post_town.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def post_town
  @post_town
end

#postcodeObject

Returns the value of attribute postcode.



131
132
133
# File 'lib/ruby-postcodeanywhere.rb', line 131

def postcode
  @postcode
end

#secondary_streetObject

Returns the value of attribute secondary_street.



130
131
132
# File 'lib/ruby-postcodeanywhere.rb', line 130

def secondary_street
  @secondary_street
end

#stateObject

Returns the value of attribute state.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def state
  @state
end

#streetObject

Returns the value of attribute street.



130
131
132
# File 'lib/ruby-postcodeanywhere.rb', line 130

def street
  @street
end

#typeObject

Returns the value of attribute type.



133
134
135
# File 'lib/ruby-postcodeanywhere.rb', line 133

def type
  @type
end

#udprnObject

Returns the value of attribute udprn.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def udprn
  @udprn
end

#zip4Object

Returns the value of attribute zip4.



132
133
134
# File 'lib/ruby-postcodeanywhere.rb', line 132

def zip4
  @zip4
end