class MercadoBitcoin::Console::Commands::Account
Public Instance Methods
after_initialize()
click to toggle source
# File lib/mercado_bitcoin/console/commands/account.rb, line 4 def after_initialize add_command(Info.new(console)) add_command(Withdraw.new(console)) end
execute(*args)
click to toggle source
# File lib/mercado_bitcoin/console/commands/account.rb, line 9 def execute(*args) end