class Uber::Reminder

Attributes

event[RW]
product_id[RW]
reminder_id[RW]
reminder_status[RW]
reminder_time[RW]
trip_branding[RW]

Public Instance Methods

event=(value) click to toggle source
# File lib/uber/models/reminder.rb, line 5
def event=(value)
  @event = value && Event.new(value)
end
trip_branding=(value) click to toggle source
# File lib/uber/models/reminder.rb, line 9
def trip_branding=(value)
  @trip_branding = value && TripBranding.new(value)
end