Class: ATS::CLI::ThreatGrid::Application
- Inherits:
-
Thor
- Object
- Thor
- ATS::CLI::ThreatGrid::Application
- Defined in:
- lib/ats/cli/threat_grid/application.rb
Instance Method Summary collapse
Instance Method Details
#whoami ⇒ Object
20 21 22 |
# File 'lib/ats/cli/threat_grid/application.rb', line 20 def whoami say JSON.pretty_generate(ATS::ThreatGrid::API.new(profile: ['profile']).whoami) end |