Method: Megam::CloudToolSetting#create
- Defined in:
- lib/megam/core/cloudtoolsetting.rb
#create ⇒ Object
Create the cloudtoolsetting via the REST API
193 194 195 |
# File 'lib/megam/core/cloudtoolsetting.rb', line 193 def create megam_rest.post_cloudtoolsetting(to_hash) end |