Method: PostcodeSoftware::Response#town

Defined in:
lib/postcode_software/response.rb

#townObject

Town of the postcode.



47
48
49
# File 'lib/postcode_software/response.rb', line 47

def town
  try_content '//Address//Town'
end