Class: Datahen::CLI::Account
- Inherits:
-
Thor
- Object
- Thor
- Datahen::CLI::Account
- Defined in:
- lib/datahen/cli/account.rb
Instance Method Summary collapse
Instance Method Details
#profile ⇒ Object
9 10 11 12 |
# File 'lib/datahen/cli/account.rb', line 9 def profile() client = Client::Account.new() puts "#{client.profile()}" end |