Method: Megam::Balances.delete
- Defined in:
- lib/megam/core/balances.rb
.delete(p_name, tmp_email = nil, tmp_api_key = nil, tmp_host = nil) ⇒ Object
181 182 183 184 |
# File 'lib/megam/core/balances.rb', line 181 def self.delete(p_name,tmp_email=nil, tmp_api_key=nil, tmp_host=nil) pre = self.new(tmp_email,tmp_api_key,tmp_host) pre.megam_rest.delete_balance(p_name) end |