Class: HighLevel::Models::Products::ShippingOptionsDto

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/products/shipping_options_dto.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionsObject (readonly)

Returns the value of attribute dimensions

Returns:

  • (Object)

    the current value of dimensions



9
10
11
# File 'lib/high_level/models/products/shipping_options_dto.rb', line 9

def dimensions
  @dimensions
end

#weightObject (readonly)

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



9
10
11
# File 'lib/high_level/models/products/shipping_options_dto.rb', line 9

def weight
  @weight
end