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