Class: Vivlio::Starter::CLI::Metrics::SectionMetrics
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::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
66 67 68 |
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 66 def chars @chars end |
#title ⇒ Object (readonly)
Returns the value of attribute title
66 67 68 |
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 66 def title @title end |
#warning ⇒ Object (readonly)
Returns the value of attribute warning
66 67 68 |
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 66 def warning @warning end |