Class: HighLevel::Models::Products::PriceUpdateField

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

Instance Attribute Summary collapse

Instance Attribute Details

#round_to_wholeObject (readonly)

Returns the value of attribute round_to_whole

Returns:

  • (Object)

    the current value of round_to_whole



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

def round_to_whole
  @round_to_whole
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
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/price_update_field.rb', line 9

def value
  @value
end