Class: Issue

Inherits:
Struct
  • Object
show all
Defined in:
lib/resharper_inspectcode/report_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



5
6
7
# File 'lib/resharper_inspectcode/report_parser.rb', line 5

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



5
6
7
# File 'lib/resharper_inspectcode/report_parser.rb', line 5

def line
  @line
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/resharper_inspectcode/report_parser.rb', line 5

def message
  @message
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



5
6
7
# File 'lib/resharper_inspectcode/report_parser.rb', line 5

def offset
  @offset
end