Class: Hungry::Location
Instance Attribute Summary collapse
-
#counters ⇒ Object
Location:.
-
#geolocation ⇒ Object
Location:.
-
#id ⇒ Object
Location:.
-
#name ⇒ Object
Location:.
-
#resources ⇒ Object
Location:.
-
#type ⇒ Object
Location:.
-
#url ⇒ Object
Location:.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
all, belongs_to, #canonical_data_source, collection, each, find, first, get, has_many, #initialize, lazy_load, #reload
Constructor Details
This class inherits a constructor from Hungry::Resource
Instance Attribute Details
#counters ⇒ Object
Location:
17 18 19 |
# File 'lib/hungry/location.rb', line 17 def counters @counters end |
#geolocation ⇒ Object
Location:
17 18 19 |
# File 'lib/hungry/location.rb', line 17 def geolocation @geolocation end |
#id ⇒ Object
Location:
17 18 19 |
# File 'lib/hungry/location.rb', line 17 def id @id end |
#name ⇒ Object
Location:
17 18 19 |
# File 'lib/hungry/location.rb', line 17 def name @name end |
#resources ⇒ Object
Location:
17 18 19 |
# File 'lib/hungry/location.rb', line 17 def resources @resources end |
#type ⇒ Object
Location:
17 18 19 |
# File 'lib/hungry/location.rb', line 17 def type @type end |
#url ⇒ Object
Location:
17 18 19 |
# File 'lib/hungry/location.rb', line 17 def url @url end |