Class: Supersaas::Promotion
- Defined in:
- lib/supersaas-api-client/models/promotion.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#usage ⇒ Object
Returns the value of attribute usage.
Attributes inherited from BaseModel
Method Summary
Methods inherited from BaseModel
Constructor Details
This class inherits a constructor from Supersaas::BaseModel
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
5 6 7 |
# File 'lib/supersaas-api-client/models/promotion.rb', line 5 def code @code end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/supersaas-api-client/models/promotion.rb', line 5 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/supersaas-api-client/models/promotion.rb', line 5 def id @id end |
#usage ⇒ Object
Returns the value of attribute usage.
5 6 7 |
# File 'lib/supersaas-api-client/models/promotion.rb', line 5 def usage @usage end |