Class: Uber::Promotion
Instance Attribute Summary collapse
-
#display_text ⇒ Object
Returns the value of attribute display_text.
-
#localized_value ⇒ Object
Returns the value of attribute localized_value.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#display_text ⇒ Object
Returns the value of attribute display_text.
3 4 5 |
# File 'lib/uber/models/promotion.rb', line 3 def display_text @display_text end |
#localized_value ⇒ Object
Returns the value of attribute localized_value.
3 4 5 |
# File 'lib/uber/models/promotion.rb', line 3 def localized_value @localized_value end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/uber/models/promotion.rb', line 3 def type @type end |