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.



111
112
113
# File 'lib/ruby-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/ruby-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/ruby-postcodeanywhere.rb', line 111

def address_line_3
  @address_line_3
end

#address_line_4Object

Returns the value of attribute address_line_4.



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

def address_line_4
  @address_line_4
end

#address_line_5Object

Returns the value of attribute address_line_5.



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

def address_line_5
  @address_line_5
end

#barcodeObject

Returns the value of attribute barcode.



113
114
115
# File 'lib/ruby-postcodeanywhere.rb', line 113

def barcode
  @barcode
end

#cityObject

Returns the value of attribute city.



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

def city
  @city
end

#companyObject

Returns the value of attribute company.



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

def company
  @company
end

#countyObject

Returns the value of attribute county.



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

def county
  @county
end

#county_nameObject

Returns the value of attribute county_name.



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

def county_name
  @county_name
end

#departmentObject

Returns the value of attribute department.



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

def department
  @department
end

#mailsortObject

Returns the value of attribute mailsort.



113
114
115
# File 'lib/ruby-postcodeanywhere.rb', line 113

def mailsort
  @mailsort
end

#post_townObject

Returns the value of attribute post_town.



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

def post_town
  @post_town
end

#postcodeObject

Returns the value of attribute postcode.



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

def postcode
  @postcode
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end

#typeObject

Returns the value of attribute type.



113
114
115
# File 'lib/ruby-postcodeanywhere.rb', line 113

def type
  @type
end

#udprnObject

Returns the value of attribute udprn.



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

def udprn
  @udprn
end

#zip4Object

Returns the value of attribute zip4.



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

def zip4
  @zip4
end