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.
4 5 6 |
# File 'lib/uber/models/promotion.rb', line 4 def display_text @display_text end |
#localized_value ⇒ Object
Returns the value of attribute localized_value.
4 5 6 |
# File 'lib/uber/models/promotion.rb', line 4 def localized_value @localized_value end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/uber/models/promotion.rb', line 4 def type @type end |