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