module Onecloud::Customer
Get current balance
Public Instance Methods
balance()
click to toggle source
# File lib/onecloud/customer.rb, line 4 def balance get('customer/balance') end
Get current balance
# File lib/onecloud/customer.rb, line 4 def balance get('customer/balance') end