Class: PostcodeAnywhere::Address

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

Instance Attribute Summary collapse

Instance Attribute Details

#address_typeObject

Returns the value of attribute address_type.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def address_type
  @address_type
end

#barcodeObject

Returns the value of attribute barcode.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def barcode
  @barcode
end

#companyObject

Returns the value of attribute company.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def company
  @company
end

#countyObject

Returns the value of attribute county.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def county
  @county
end

#departmentObject

Returns the value of attribute department.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def department
  @department
end

#dependent_localityObject

Returns the value of attribute dependent_locality.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def dependent_locality
  @dependent_locality
end

#double_dependent_localityObject

Returns the value of attribute double_dependent_locality.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def double_dependent_locality
  @double_dependent_locality
end

#line1Object

Returns the value of attribute line1.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def line1
  @line1
end

#line2Object

Returns the value of attribute line2.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def line2
  @line2
end

#line3Object

Returns the value of attribute line3.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def line3
  @line3
end

#line4Object

Returns the value of attribute line4.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def line4
  @line4
end

#line5Object

Returns the value of attribute line5.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def line5
  @line5
end

#mailsortObject

Returns the value of attribute mailsort.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def mailsort
  @mailsort
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def name
  @name
end

#numberObject

Returns the value of attribute number.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def number
  @number
end

#po_boxObject

Returns the value of attribute po_box.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def po_box
  @po_box
end

#postcodeObject

Returns the value of attribute postcode.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def postcode
  @postcode
end

#primary_streetObject

Returns the value of attribute primary_street.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def primary_street
  @primary_street
end

#secondary_streetObject

Returns the value of attribute secondary_street.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def secondary_street
  @secondary_street
end

#townObject

Returns the value of attribute town.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def town
  @town
end

#udprnObject

Returns the value of attribute udprn.



3
4
5
# File 'lib/postcode_anywhere/address.rb', line 3

def udprn
  @udprn
end