Class: Vivlio::Starter::CLI::Metrics::ReadabilityScore
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::CLI::Metrics::ReadabilityScore
- Defined in:
- lib/vivlio/starter/cli/metrics/analyzer.rb
Overview
読解難度を保持するイミュータブルデータ
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#score ⇒ Object
readonly
Returns the value of attribute score.
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label
53 54 55 |
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 53 def label @label end |
#score ⇒ Object (readonly)
Returns the value of attribute score
53 54 55 |
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 53 def score @score end |