Class: Datahen::CLI::Account

Inherits:
Thor
  • Object
show all
Defined in:
lib/datahen/cli/account.rb

Instance Method Summary collapse

Instance Method Details

#profileObject



9
10
11
12
# File 'lib/datahen/cli/account.rb', line 9

def profile()
  client = Client::Account.new(options)
  puts "#{client.profile()}"
end