Class: HighLevel::Models::Products::WeightOptionsDto

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

Instance Attribute Summary collapse

Instance Attribute Details

#unitObject (readonly)

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



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

def unit
  @unit
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end