Class: ScanResult
- Inherits:
-
Object
- Object
- ScanResult
- Defined in:
- lib/richmond/scan_result.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize ⇒ ScanResult
constructor
A new instance of ScanResult.
Constructor Details
#initialize ⇒ ScanResult
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
#input ⇒ Object
Returns the value of attribute input.
2 3 4 |
# File 'lib/richmond/scan_result.rb', line 2 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
2 3 4 |
# File 'lib/richmond/scan_result.rb', line 2 def output @output end |