Class: Uber::Reminder::Event
Instance Attribute Summary collapse
-
#latitude ⇒ Object
Returns the value of attribute latitude.
-
#location ⇒ Object
Returns the value of attribute location.
-
#longitude ⇒ Object
Returns the value of attribute longitude.
-
#name ⇒ Object
Returns the value of attribute name.
-
#time ⇒ Object
Returns the value of attribute time.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#latitude ⇒ Object
Returns the value of attribute latitude.
18 19 20 |
# File 'lib/uber/models/reminder.rb', line 18 def latitude @latitude end |
#location ⇒ Object
Returns the value of attribute location.
18 19 20 |
# File 'lib/uber/models/reminder.rb', line 18 def location @location end |
#longitude ⇒ Object
Returns the value of attribute longitude.
18 19 20 |
# File 'lib/uber/models/reminder.rb', line 18 def longitude @longitude end |
#name ⇒ Object
Returns the value of attribute name.
18 19 20 |
# File 'lib/uber/models/reminder.rb', line 18 def name @name end |
#time ⇒ Object
Returns the value of attribute time.
18 19 20 |
# File 'lib/uber/models/reminder.rb', line 18 def time @time end |