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