class Datahen::CLI::Account

Public Instance Methods

profile() click to toggle source
# File lib/datahen/cli/account.rb, line 9
def profile()
  client = Client::Account.new(options)
  puts "#{client.profile()}"
end