Class: HighLevel::Models::Products::PriceDimensionsDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



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

def height
  @height
end

#lengthObject (readonly)

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



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

def length
  @length
end

#unitObject (readonly)

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



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

def unit
  @unit
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



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

def width
  @width
end