Method: Megam::Components#update
- Defined in:
- lib/megam/core/components.rb
#update ⇒ Object
Create the node via the REST API
245 246 247 |
# File 'lib/megam/core/components.rb', line 245 def update megam_rest.update_component(to_hash) end |