Class: Pipedawg::Job::Qualys

Inherits:
Pipedawg::Job show all
Defined in:
lib/pipedawg/job/qualys.rb,
lib/pipedawg/job/qualys/scan.rb

Overview

Pipedawg::Job::Qualys class

Direct Known Subclasses

Scan

Defined Under Namespace

Classes: Scan

Instance Attribute Summary

Attributes inherited from Pipedawg::Job

#name, #opts

Instance Method Summary collapse

Methods inherited from Pipedawg::Job

#to_hash

Constructor Details

#initialize(name, opts = {}) ⇒ Qualys

Returns a new instance of Qualys.



7
8
9
# File 'lib/pipedawg/job/qualys.rb', line 7

def initialize(name, opts = {})
  super name, opts
end