Class: MercadoBitcoin::Console::Commands::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/mercado_bitcoin/console/commands/account.rb

Defined Under Namespace

Classes: Info, Withdraw

Instance Attribute Summary

Attributes inherited from Base

#console

Instance Method Summary collapse

Methods inherited from Base

command_classes, inherited, #initialize, long_desc, short_desc, take_commands, #take_commands

Constructor Details

This class inherits a constructor from MercadoBitcoin::Console::Commands::Base

Instance Method Details

#after_initializeObject



4
5
6
7
# 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) ⇒ Object



9
10
# File 'lib/mercado_bitcoin/console/commands/account.rb', line 9

def execute(*args)
end