Method: Megam::Balances.show

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

.show(params) ⇒ Object

Show a particular balance by name, Megam::Balance



176
177
178
179
# File 'lib/megam/core/balances.rb', line 176

def self.show(params)
  pre = self.new(params["email"], params["api_key"], params["host"])
  pre.megam_rest.get_balance(params["email"])
end