Class: Vivlio::Starter::CLI::Metrics::SectionMetrics

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

Overview

節の分析結果を保持するイミュータブルデータ

Instance Attribute Summary collapse

Instance Attribute Details

#charsObject (readonly)

Returns the value of attribute chars

Returns:

  • (Object)

    the current value of chars



66
67
68
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 66

def chars
  @chars
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



66
67
68
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 66

def title
  @title
end

#warningObject (readonly)

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



66
67
68
# File 'lib/vivlio/starter/cli/metrics/analyzer.rb', line 66

def warning
  @warning
end