Class: HammerCLIForeman::Auth::InfoCommand

Inherits:
HammerCLI::AbstractCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman/auth.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



88
89
90
91
# File 'lib/hammer_cli_foreman/auth.rb', line 88

def execute
  print_message(HammerCLIForeman.foreman_api_connection.)
  HammerCLI::EX_OK
end