Class: ATS::CLI::Shiro::Tokens

Inherits:
Command
  • Object
show all
Defined in:
lib/ats/cli/shiro/tokens.rb

Instance Method Summary collapse

Methods inherited from Command

printable_commands

Instance Method Details

#introspect(token) ⇒ Object



6
7
8
# File 'lib/ats/cli/shiro/tokens.rb', line 6

def introspect(token)
  print_json api.tokens.introspect(token)
end