class HammerCLIForemanOpenscap::DownloadXmlCommand

Public Class Methods

command_name(name = nil) click to toggle source
# File lib/hammer_cli_foreman_openscap/commands.rb, line 113
def self.command_name(name = nil)
  super(name) || "xml"
end