class Azuki::Command::Account

manage azuki account options

Public Instance Methods

confirm_billing() click to toggle source
account:confirm_billing

Confirm that your account can be billed at the end of the month

Example:

$ azuki account:confirm_billing
This action will cause your account to be billed at the end of the month
For more information, see http://docs.azukiapp.com/billing
Are you sure you want to do this? (y/n)
# File lib/azuki/command/account.rb, line 18
def confirm_billing
  validate_arguments!
  Azuki::Helpers.confirm_billing
end