Class: Snoot::SmellType
- Inherits:
-
Data
- Object
- Data
- Snoot::SmellType
- Defined in:
- lib/snoot/value_types.rb
Overview
A Reek smell category, named (e.g. “IrresponsibleModule”). Groups Smells for ranking; keys vendored-doc lookup.
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
19 20 21 |
# File 'lib/snoot/value_types.rb', line 19 def name @name end |