Class: Issue
- Inherits:
-
Struct
- Object
- Struct
- Issue
- Defined in:
- lib/resharper_inspectcode/report_parser.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
5 6 7 |
# File 'lib/resharper_inspectcode/report_parser.rb', line 5 def file @file end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/resharper_inspectcode/report_parser.rb', line 5 def line @line end |
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/resharper_inspectcode/report_parser.rb', line 5 def end |
#offset ⇒ Object
Returns the value of attribute offset
5 6 7 |
# File 'lib/resharper_inspectcode/report_parser.rb', line 5 def offset @offset end |