Class: Dockscan::Scan::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/dockscan/scan/plugin.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePlugin

Returns a new instance of Plugin.



8
9
10
11
# File 'lib/dockscan/scan/plugin.rb', line 8

def initialize
	state="untested"
	vuln = Dockscan::Scan::Issue.new
end

Instance Attribute Details

#cnameObject

Returns the value of attribute cname.



6
7
8
# File 'lib/dockscan/scan/plugin.rb', line 6

def cname
  @cname
end

#objObject

Returns the value of attribute obj.



6
7
8
# File 'lib/dockscan/scan/plugin.rb', line 6

def obj
  @obj
end

#outputObject

Returns the value of attribute output.



6
7
8
# File 'lib/dockscan/scan/plugin.rb', line 6

def output
  @output
end

#stateObject

Returns the value of attribute state.



6
7
8
# File 'lib/dockscan/scan/plugin.rb', line 6

def state
  @state
end

#vulnObject

Returns the value of attribute vuln.



6
7
8
# File 'lib/dockscan/scan/plugin.rb', line 6

def vuln
  @vuln
end