Class: HammerCLIForemanOpenscap::DownloadXmlCommand
- Inherits:
-
DownloadCommand
- Object
- HammerCLIForeman::SingleResourceCommand
- DownloadCommand
- HammerCLIForemanOpenscap::DownloadXmlCommand
- Defined in:
- lib/hammer_cli_foreman_openscap/commands.rb
Direct Known Subclasses
ScapContent::DownloadCommand, TailoringFile::DownloadCommand
Class Method Summary collapse
Methods inherited from DownloadCommand
#print_data, #request_options, #success_message, #validate_options
Methods included from ResolverCommons
Class Method Details
.command_name(name = nil) ⇒ Object
103 104 105 |
# File 'lib/hammer_cli_foreman_openscap/commands.rb', line 103 def self.command_name(name = nil) super(name) || "xml" end |