Method: TalonOne::UpdateAttributeEffectProps#value
- Defined in:
- lib/talon_one/models/update_attribute_effect_props.rb
#value ⇒ Object
The new value of this attribute. The value can be of the following types: - boolean - location - number - string - time - list of any of those types
22 23 24 |
# File 'lib/talon_one/models/update_attribute_effect_props.rb', line 22 def value @value end |