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