Class: Portero::SearchResult

Inherits:
Object
  • Object
show all
Defined in:
lib/portero/search_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def address
  @address
end

#categoryObject

Returns the value of attribute category.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def category
  @category
end

#cityObject

Returns the value of attribute city.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def city
  @city
end

#countryObject

Returns the value of attribute country.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def country
  @country
end

#extraObject

Returns the value of attribute extra.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def extra
  @extra
end

#iconObject

Returns the value of attribute icon.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def icon
  @icon
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def id
  @id
end

#latitudeObject

Returns the value of attribute latitude.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def longitude
  @longitude
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def name
  @name
end

#postal_codeObject

Returns the value of attribute postal_code.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



3
4
5
# File 'lib/portero/search_result.rb', line 3

def state
  @state
end