Class: Uber::Reminder

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

Defined Under Namespace

Classes: Event, TripBranding

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

#eventObject

Returns the value of attribute event.



3
4
5
# File 'lib/uber/models/reminder.rb', line 3

def event
  @event
end

#product_idObject

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_idObject

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_statusObject

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_timeObject

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_brandingObject

Returns the value of attribute trip_branding.



3
4
5
# File 'lib/uber/models/reminder.rb', line 3

def trip_branding
  @trip_branding
end