Method: Megam::Balances#update

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

#updateObject

Create the node via the REST API



192
193
194
# File 'lib/megam/core/balances.rb', line 192

def update
  megam_rest.update_balance(to_hash)
end