Method: Megam::Account#update

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

#updateObject

Create the node via the REST API



235
236
237
# File 'lib/megam/core/account.rb', line 235

def update
  megam_rest.update_accounts(to_hash)
end