Class: Ifin24::Commands::ListAccounts
- Defined in:
- lib/ifin24/commands/list_accounts.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Helpers::Printer
Methods included from Helpers::Menu
Constructor Details
This class inherits a constructor from Ifin24::Commands::Base
Instance Method Details
#execute ⇒ Object
5 6 7 |
# File 'lib/ifin24/commands/list_accounts.rb', line 5 def execute print_list(@client.accounts, :name) end |