Class: Mondo::Address

Inherits:
Resource show all
Defined in:
lib/api/mondo/address.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#client

Method Summary

Methods inherited from Resource

boolean_accessor, boolean_reader, date_accessor, date_writer, #initialize, #inspect, #to_s

Constructor Details

This class inherits a constructor from Mondo::Resource

Instance Attribute Details

#addressObject

Returns the value of attribute address.



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

def address
  @address
end

#cityObject

Returns the value of attribute city.



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

def city
  @city
end

#countryObject

Returns the value of attribute country.



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

def country
  @country
end

#formattedObject

Returns the value of attribute formatted.



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

def formatted
  @formatted
end

#latitudeObject

Returns the value of attribute latitude.



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

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



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

def longitude
  @longitude
end

#postcodeObject

Returns the value of attribute postcode.



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

def postcode
  @postcode
end

#raw_dataObject

Returns the value of attribute raw_data.



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

def raw_data
  @raw_data
end

#regionObject

Returns the value of attribute region.



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

def region
  @region
end

#short_formattedObject

Returns the value of attribute short_formatted.



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

def short_formatted
  @short_formatted
end