Method: Megam::Assembly#update
- Defined in:
- lib/megam/core/assembly.rb
#update ⇒ Object
Create the node via the REST API
221 222 223 |
# File 'lib/megam/core/assembly.rb', line 221 def update megam_rest.update_assembly(to_hash) end |