Class: HighLevel::Models::Products::PriceUpdateField
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Products::PriceUpdateField
- Defined in:
- lib/high_level/models/products/price_update_field.rb
Instance Attribute Summary collapse
-
#round_to_whole ⇒ Object
readonly
Returns the value of attribute round_to_whole.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#round_to_whole ⇒ Object (readonly)
Returns the value of attribute 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 |
#type ⇒ Object (readonly)
Returns the value of attribute type
9 10 11 |
# File 'lib/high_level/models/products/price_update_field.rb', line 9 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
9 10 11 |
# File 'lib/high_level/models/products/price_update_field.rb', line 9 def value @value end |