Class: Vivlio::Starter::CLI::Metrics::Runner::ChapterAnalysis
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Metrics::Runner::ChapterAnalysis
- Defined in:
- lib/vivlio/starter/cli/metrics/runner.rb
Instance Attribute Summary collapse
-
#basic ⇒ Object
readonly
Returns the value of attribute basic.
-
#chapter ⇒ Object
readonly
Returns the value of attribute chapter.
-
#readability ⇒ Object
readonly
Returns the value of attribute readability.
-
#vocab ⇒ Object
readonly
Returns the value of attribute vocab.
Instance Attribute Details
#basic ⇒ Object (readonly)
Returns the value of attribute basic
35 36 37 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35 def basic @basic end |
#chapter ⇒ Object (readonly)
Returns the value of attribute chapter
35 36 37 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35 def chapter @chapter end |
#readability ⇒ Object (readonly)
Returns the value of attribute readability
35 36 37 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35 def readability @readability end |
#vocab ⇒ Object (readonly)
Returns the value of attribute vocab
35 36 37 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 35 def vocab @vocab end |