Class: Vivlio::Starter::CLI::Metrics::Runner::ChapterAnalysis

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio/starter/cli/metrics/runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#basicObject (readonly)

Returns the value of attribute basic

Returns:

  • (Object)

    the current value of basic



35
36
37
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35

def basic
  @basic
end

#chapterObject (readonly)

Returns the value of attribute chapter

Returns:

  • (Object)

    the current value of chapter



35
36
37
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35

def chapter
  @chapter
end

#readabilityObject (readonly)

Returns the value of attribute readability

Returns:

  • (Object)

    the current value of readability



35
36
37
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35

def readability
  @readability
end

#vocabObject (readonly)

Returns the value of attribute vocab

Returns:

  • (Object)

    the current value of vocab



35
36
37
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35

def vocab
  @vocab
end