Class: OSMN::Address

Inherits:
Struct
  • Object
show all
Defined in:
lib/osmn/structs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cityObject

Returns the value of attribute city



17
18
19
# File 'lib/osmn/structs.rb', line 17

def city
  @city
end

#continentObject

Returns the value of attribute continent



17
18
19
# File 'lib/osmn/structs.rb', line 17

def continent
  @continent
end

#countryObject

Returns the value of attribute country



17
18
19
# File 'lib/osmn/structs.rb', line 17

def country
  @country
end

#country_codeObject

Returns the value of attribute country_code



17
18
19
# File 'lib/osmn/structs.rb', line 17

def country_code
  @country_code
end

#countyObject

Returns the value of attribute county



17
18
19
# File 'lib/osmn/structs.rb', line 17

def county
  @county
end

#house_numberObject

Returns the value of attribute house_number



17
18
19
# File 'lib/osmn/structs.rb', line 17

def house_number
  @house_number
end

#postcodeObject

Returns the value of attribute postcode



17
18
19
# File 'lib/osmn/structs.rb', line 17

def postcode
  @postcode
end

#roadObject

Returns the value of attribute road



17
18
19
# File 'lib/osmn/structs.rb', line 17

def road
  @road
end

#stateObject

Returns the value of attribute state



17
18
19
# File 'lib/osmn/structs.rb', line 17

def state
  @state
end

#state_districtObject

Returns the value of attribute state_district



17
18
19
# File 'lib/osmn/structs.rb', line 17

def state_district
  @state_district
end

#suburbObject

Returns the value of attribute suburb



17
18
19
# File 'lib/osmn/structs.rb', line 17

def suburb
  @suburb
end