Class: Exercism::Analyzers::Analyzer::ThirdPartyResult
- Inherits:
-
Struct
- Object
- Struct
- Exercism::Analyzers::Analyzer::ThirdPartyResult
- Defined in:
- lib/exercism-analysis/analyzers/analyzer.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.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
20 21 22 |
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 20 def column @column end |
#line ⇒ Object
Returns the value of attribute line
20 21 22 |
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 20 def line @line end |
#message ⇒ Object
Returns the value of attribute message
20 21 22 |
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 20 def @message end |