Method: Megam::Account#create

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

#createObject

Create the node via the REST API



157
158
159
# File 'lib/megam/core/account.rb', line 157

def create
  megam_rest.post_accounts(to_hash)
end