Class: Vivlio::Starter::CLI::Metrics::ReadabilityScore

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio/starter/cli/metrics/analyzer.rb

Overview

読解難度を保持するイミュータブルデータ

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



53
54
55
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 53

def label
  @label
end

#scoreObject (readonly)

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



53
54
55
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 53

def score
  @score
end