Class: ZAWS::Sumoapi::Resources::Sources
- Inherits:
-
Object
- Object
- ZAWS::Sumoapi::Resources::Sources
- Defined in:
- lib/zaws/external/sumoapi/resources/sources.rb,
lib/zaws/external/sumoapi/resources/sources/list.rb
Defined Under Namespace
Classes: List
Instance Method Summary collapse
-
#initialize(shellout, nessusapi) ⇒ Sources
constructor
A new instance of Sources.
- #list ⇒ Object
Constructor Details
#initialize(shellout, nessusapi) ⇒ Sources
Returns a new instance of Sources.
5 6 7 8 |
# File 'lib/zaws/external/sumoapi/resources/sources.rb', line 5 def initialize(shellout, nessusapi) @shellout=shellout @nessusapi=nessusapi end |