Class: Snoot::AnalyseRun::SkippedDocLessSmellWarned
- Inherits:
-
Data
- Object
- Data
- Snoot::AnalyseRun::SkippedDocLessSmellWarned
- Defined in:
- lib/snoot/analyse_run.rb
Overview
SkippedDocLessSmellWarned carries the terminal Run and the offending smell_type that lacked a vendored doc.
Instance Attribute Summary collapse
-
#run ⇒ Object
readonly
Returns the value of attribute run.
-
#smell_type ⇒ Object
readonly
Returns the value of attribute smell_type.
Instance Attribute Details
#run ⇒ Object (readonly)
Returns the value of attribute run
12 13 14 |
# File 'lib/snoot/analyse_run.rb', line 12 def run @run end |
#smell_type ⇒ Object (readonly)
Returns the value of attribute smell_type
12 13 14 |
# File 'lib/snoot/analyse_run.rb', line 12 def smell_type @smell_type end |