Class: Vivlio::Starter::CLI::Metrics::Runner::PlaceholderChapter
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Metrics::Runner::PlaceholderChapter
- Defined in:
- lib/vivlio/starter/cli/metrics/runner.rb
Instance Attribute Summary collapse
-
#chapter_num ⇒ Object
readonly
Returns the value of attribute chapter_num.
-
#chars ⇒ Object
readonly
Returns the value of attribute chars.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#chapter_num ⇒ Object (readonly)
Returns the value of attribute chapter_num
36 37 38 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 36 def chapter_num @chapter_num end |
#chars ⇒ Object (readonly)
Returns the value of attribute chars
36 37 38 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 36 def chars @chars end |
#path ⇒ Object (readonly)
Returns the value of attribute path
36 37 38 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 36 def path @path end |
#title ⇒ Object (readonly)
Returns the value of attribute title
36 37 38 |
# File 'lib/vivlio/starter/cli/metrics/runner.rb', line 36 def title @title end |