Class: Exercism::Analyzers::Analyzer::Result
- Inherits:
-
Struct
- Object
- Struct
- Exercism::Analyzers::Analyzer::Result
- Defined in:
- lib/exercism-analysis/analyzers/analyzer.rb
Instance Attribute Summary collapse
-
#feedback ⇒ Object
Returns the value of attribute feedback.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#feedback ⇒ Object
Returns the value of attribute feedback
21 22 23 |
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 21 def feedback @feedback end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'lib/exercism-analysis/analyzers/analyzer.rb', line 21 def type @type end |