Method: Megam::PredefCloud#create

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

#createObject

Create the predef via the REST API



204
205
206
# File 'lib/megam/core/predefcloud.rb', line 204

def create
  megam_rest.post_predefcloud(to_hash)
end