Class: Snoot::AnalyseRun::SkippedDocLessSmellWarned

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#runObject (readonly)

Returns the value of attribute run

Returns:

  • (Object)

    the current value of run



12
13
14
# File 'lib/snoot/analyse_run.rb', line 12

def run
  @run
end

#smell_typeObject (readonly)

Returns the value of attribute smell_type

Returns:

  • (Object)

    the current value of smell_type



12
13
14
# File 'lib/snoot/analyse_run.rb', line 12

def smell_type
  @smell_type
end