class HammerCLIForemanOpenscap::DownloadXmlCommand
Public Class Methods
command_name(name = nil)
click to toggle source
Calls superclass method
HammerCLIForemanOpenscap::DownloadCommand.command_name
# File lib/hammer_cli_foreman_openscap/commands.rb, line 104 def self.command_name(name = nil) super(name) || "xml" end