Method: Megam::CSAR#create

Defined in:
lib/megam/core/csar.rb

#createObject

Create the csar yaml This won’t work, as the body just needs the yaml string.



152
153
154
# File 'lib/megam/core/csar.rb', line 152

def create
  megam_rest.post_csar(@yamldata)
end