Class: HighLevel::Models::Products::ProductLabelDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::ProductLabelDto
- Defined in:
- lib/high_level/models/products/product_label_dto.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
readonly
Returns the value of attribute end_date.
-
#start_date ⇒ Object
readonly
Returns the value of attribute start_date.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#end_date ⇒ Object (readonly)
Returns the value of attribute end_date
9 10 11 |
# File 'lib/high_level/models/products/product_label_dto.rb', line 9 def end_date @end_date end |
#start_date ⇒ Object (readonly)
Returns the value of attribute start_date
9 10 11 |
# File 'lib/high_level/models/products/product_label_dto.rb', line 9 def start_date @start_date end |
#title ⇒ Object (readonly)
Returns the value of attribute title
9 10 11 |
# File 'lib/high_level/models/products/product_label_dto.rb', line 9 def title @title end |