Class: HammerCLIForemanOpenscap::DownloadXmlCommand

Inherits:
DownloadCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman_openscap/commands.rb

Class Method Summary collapse

Methods inherited from DownloadCommand

#print_data, #request_options, #success_message, #validate_options

Methods included from ResolverCommons

included

Class Method Details

.command_name(name = nil) ⇒ Object



104
105
106
# File 'lib/hammer_cli_foreman_openscap/commands.rb', line 104

def self.command_name(name = nil)
  super(name) || "xml"
end