Method: Gloo::Core::Obj#set_value
- Defined in:
- lib/gloo/core/obj.rb
#set_value(new_value) ⇒ Object
Set the value with any necessary type conversions.
98 99 100 |
# File 'lib/gloo/core/obj.rb', line 98 def set_value( new_value ) self.value = new_value end |