Method: Nibo::Object#refresh_object
- Defined in:
- lib/nibo/object.rb
#refresh_object(params) ⇒ Object
13 14 15 16 17 |
# File 'lib/nibo/object.rb', line 13 def refresh_object(params) create_fields(params) set_properties(params) self end |