Class: Uber::Reminder
Defined Under Namespace
Classes: Event, TripBranding
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#product_id ⇒ Object
Returns the value of attribute product_id.
-
#reminder_id ⇒ Object
Returns the value of attribute reminder_id.
-
#reminder_status ⇒ Object
Returns the value of attribute reminder_status.
-
#reminder_time ⇒ Object
Returns the value of attribute reminder_time.
-
#trip_branding ⇒ Object
Returns the value of attribute trip_branding.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event.
3 4 5 |
# File 'lib/uber/models/reminder.rb', line 3 def event @event end |
#product_id ⇒ Object
Returns the value of attribute product_id.
3 4 5 |
# File 'lib/uber/models/reminder.rb', line 3 def product_id @product_id end |
#reminder_id ⇒ Object
Returns the value of attribute reminder_id.
3 4 5 |
# File 'lib/uber/models/reminder.rb', line 3 def reminder_id @reminder_id end |
#reminder_status ⇒ Object
Returns the value of attribute reminder_status.
3 4 5 |
# File 'lib/uber/models/reminder.rb', line 3 def reminder_status @reminder_status end |
#reminder_time ⇒ Object
Returns the value of attribute reminder_time.
3 4 5 |
# File 'lib/uber/models/reminder.rb', line 3 def reminder_time @reminder_time end |
#trip_branding ⇒ Object
Returns the value of attribute trip_branding.
3 4 5 |
# File 'lib/uber/models/reminder.rb', line 3 def trip_branding @trip_branding end |