Method: Megam::Balances.create
- Defined in:
- lib/megam/core/balances.rb
.create(params) ⇒ Object
156 157 158 159 |
# File 'lib/megam/core/balances.rb', line 156 def self.create(params) acct = from_hash(params,params["email"], params["api_key"]) acct.create end |