Class: Exercism::Analyzers::Analyzer::ThirdPartyResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/exercism-analysis/analyzers/analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column



20
21
22
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 20

def column
  @column
end

#lineObject

Returns the value of attribute line



20
21
22
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 20

def line
  @line
end

#messageObject

Returns the value of attribute message



20
21
22
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 20

def message
  @message
end