Class: VivlioStarter::CLI::Metrics::ConsistencyMetric

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/metrics/consistency.rb

Overview

1 指標分のばらつき結果。high/low は [章ラベル, 値] の配列。

Instance Attribute Summary collapse

Instance Attribute Details

#highObject (readonly)

Returns the value of attribute high

Returns:

  • (Object)

    the current value of high



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def high
  @high
end

#high_labelObject (readonly)

Returns the value of attribute high_label

Returns:

  • (Object)

    the current value of high_label



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def high_label
  @high_label
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def label
  @label
end

#lowObject (readonly)

Returns the value of attribute low

Returns:

  • (Object)

    the current value of low



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def low
  @low
end

#low_labelObject (readonly)

Returns the value of attribute low_label

Returns:

  • (Object)

    the current value of low_label



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def low_label
  @low_label
end

#meanObject (readonly)

Returns the value of attribute mean

Returns:

  • (Object)

    the current value of mean



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def mean
  @mean
end

#stdevObject (readonly)

Returns the value of attribute stdev

Returns:

  • (Object)

    the current value of stdev



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def stdev
  @stdev
end

#unitObject (readonly)

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



19
20
21
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19

def unit
  @unit
end