Class: Periphery::ScanResult
- Inherits:
-
Struct
- Object
- Struct
- Periphery::ScanResult
- Defined in:
- lib/periphery/scan_result.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
4 5 6 |
# File 'lib/periphery/scan_result.rb', line 4 def column @column end |
#line ⇒ Object
Returns the value of attribute line
4 5 6 |
# File 'lib/periphery/scan_result.rb', line 4 def line @line end |
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/periphery/scan_result.rb', line 4 def @message end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/periphery/scan_result.rb', line 4 def path @path end |