Class: Portero::SearchResult
- Inherits:
-
Object
- Object
- Portero::SearchResult
- Defined in:
- lib/portero/search_result.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#category ⇒ Object
Returns the value of attribute category.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#extra ⇒ Object
Returns the value of attribute extra.
-
#icon ⇒ Object
Returns the value of attribute icon.
-
#id ⇒ Object
Returns the value of attribute id.
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name ⇒ Object
Returns the value of attribute name.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def address @address end |
#category ⇒ Object
Returns the value of attribute category.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def category @category end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def country @country end |
#extra ⇒ Object
Returns the value of attribute extra.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def extra @extra end |
#icon ⇒ Object
Returns the value of attribute icon.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def icon @icon end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def id @id end |
#latitude ⇒ Object
Returns the value of attribute latitude.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def latitude @latitude end |
#longitude ⇒ Object
Returns the value of attribute longitude.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def longitude @longitude end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def name @name end |
#postal_code ⇒ Object
Returns the value of attribute postal_code.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state.
3 4 5 |
# File 'lib/portero/search_result.rb', line 3 def state @state end |