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