Class: Periphery::ScanResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



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

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end