class HammerCLIForemanOpenscap::DownloadCommand

Public Class Methods

command_name(name = nil) click to toggle source
Calls superclass method
# File lib/hammer_cli_foreman_openscap/commands.rb, line 36
def self.command_name(name = nil)
  super(name) || "download"
end

Public Instance Methods

print_data(response) click to toggle source
request_options() click to toggle source
# File lib/hammer_cli_foreman_openscap/commands.rb, line 40
def request_options
  { :response => :raw }
end