Class: ATS::CLI::ThreatGrid::Whoami

Inherits:
Command
  • Object
show all
Defined in:
lib/ats/cli/threat_grid/whoami.rb

Instance Method Summary collapse

Methods inherited from Command

printable_commands

Instance Method Details

#whoamiObject



8
9
10
# File 'lib/ats/cli/threat_grid/whoami.rb', line 8

def whoami
  print_json api.whoami
end