Method: Megam::Backups#create

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

#createObject

Create the node via the REST API



230
231
232
# File 'lib/megam/core/backups.rb', line 230

def create
    megam_rest.post_backups(to_hash)
end