class ATS::CLI::ThreatGrid::Whoami

Public Instance Methods

whoami() click to toggle source
# File lib/ats/cli/threat_grid/whoami.rb, line 8
def whoami
  print_json api.whoami
end