Method: Gloo::Objs::Uri#set_value
- Defined in:
- lib/gloo/objs/web/uri.rb
#set_value(new_value) ⇒ Object
Set the value with any necessary type conversions.
32 33 34 |
# File 'lib/gloo/objs/web/uri.rb', line 32 def set_value( new_value ) self.value = new_value.to_s end |