Class: VivlioStarter::CLI::Metrics::SectionMetrics
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Metrics::SectionMetrics
- Defined in:
- lib/vivlio_starter/cli/metrics/analyzer.rb
Overview
節の分析結果を保持するイミュータブルデータ
Instance Attribute Summary collapse
-
#chars ⇒ Object
readonly
Returns the value of attribute chars.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#warning ⇒ Object
readonly
Returns the value of attribute warning.
Instance Attribute Details
#chars ⇒ Object (readonly)
Returns the value of attribute chars
81 82 83 |
# File 'lib/vivlio_starter/cli/metrics/analyzer.rb', line 81 def chars @chars end |
#title ⇒ Object (readonly)
Returns the value of attribute title
81 82 83 |
# File 'lib/vivlio_starter/cli/metrics/analyzer.rb', line 81 def title @title end |
#warning ⇒ Object (readonly)
Returns the value of attribute warning
81 82 83 |
# File 'lib/vivlio_starter/cli/metrics/analyzer.rb', line 81 def warning @warning end |