class Ey::Core::Cli::Accounts
Public Instance Methods
handle()
click to toggle source
# File lib/ey-core/cli/accounts.rb, line 10 def handle table_data = TablePrint::Printer.new(core_accounts, [{id: {width: 36}}, :name]) puts table_data.table_print end