Class: Snoot::Smell
- Inherits:
-
Data
- Object
- Data
- Snoot::Smell
- Defined in:
- lib/snoot/findings.rb
Overview
A single Reek smell instance. Ranked by how often its smell_type recurs within a Run.
Instance Attribute Summary collapse
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#smell_type ⇒ Object
readonly
Returns the value of attribute smell_type.
Instance Attribute Details
#location ⇒ Object (readonly)
Returns the value of attribute location
11 12 13 |
# File 'lib/snoot/findings.rb', line 11 def location @location end |
#message ⇒ Object (readonly)
Returns the value of attribute message
11 12 13 |
# File 'lib/snoot/findings.rb', line 11 def @message end |
#smell_type ⇒ Object (readonly)
Returns the value of attribute smell_type
11 12 13 |
# File 'lib/snoot/findings.rb', line 11 def smell_type @smell_type end |