Class: ScanResult

Inherits:
Object
  • Object
show all
Defined in:
lib/richmond/scan_result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeScanResult

Returns a new instance of ScanResult.



4
5
6
7
# File 'lib/richmond/scan_result.rb', line 4

def initialize
  @input  = key_array_hash 
  @output = key_array_hash 
end

Instance Attribute Details

#inputObject

Returns the value of attribute input.



2
3
4
# File 'lib/richmond/scan_result.rb', line 2

def input
  @input
end

#outputObject

Returns the value of attribute output.



2
3
4
# File 'lib/richmond/scan_result.rb', line 2

def output
  @output
end