Class: Uber::Reminder::Event

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/reminder.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#latitudeObject

Returns the value of attribute latitude.



18
19
20
# File 'lib/uber/models/reminder.rb', line 18

def latitude
  @latitude
end

#locationObject

Returns the value of attribute location.



18
19
20
# File 'lib/uber/models/reminder.rb', line 18

def location
  @location
end

#longitudeObject

Returns the value of attribute longitude.



18
19
20
# File 'lib/uber/models/reminder.rb', line 18

def longitude
  @longitude
end

#nameObject

Returns the value of attribute name.



18
19
20
# File 'lib/uber/models/reminder.rb', line 18

def name
  @name
end

#timeObject

Returns the value of attribute time.



18
19
20
# File 'lib/uber/models/reminder.rb', line 18

def time
  @time
end