Class: Uber::Reminder::TripBranding
- Defined in:
- lib/uber/models/reminder.rb
Instance Attribute Summary collapse
-
#link_text ⇒ Object
Returns the value of attribute link_text.
-
#partner_deeplink ⇒ Object
Returns the value of attribute partner_deeplink.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#link_text ⇒ Object
Returns the value of attribute link_text.
26 27 28 |
# File 'lib/uber/models/reminder.rb', line 26 def link_text @link_text end |
#partner_deeplink ⇒ Object
Returns the value of attribute partner_deeplink.
26 27 28 |
# File 'lib/uber/models/reminder.rb', line 26 def partner_deeplink @partner_deeplink end |