Class: VivlioStarter::CLI::Metrics::ConsistencyMetric
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Metrics::ConsistencyMetric
- Defined in:
- lib/vivlio_starter/cli/metrics/consistency.rb
Overview
1 指標分のばらつき結果。high/low は [章ラベル, 値] の配列。
Instance Attribute Summary collapse
-
#high ⇒ Object
readonly
Returns the value of attribute high.
-
#high_label ⇒ Object
readonly
Returns the value of attribute high_label.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#low ⇒ Object
readonly
Returns the value of attribute low.
-
#low_label ⇒ Object
readonly
Returns the value of attribute low_label.
-
#mean ⇒ Object
readonly
Returns the value of attribute mean.
-
#stdev ⇒ Object
readonly
Returns the value of attribute stdev.
-
#unit ⇒ Object
readonly
Returns the value of attribute unit.
Instance Attribute Details
#high ⇒ Object (readonly)
Returns the value of attribute high
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def high @high end |
#high_label ⇒ Object (readonly)
Returns the value of attribute high_label
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def high_label @high_label end |
#label ⇒ Object (readonly)
Returns the value of attribute label
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def label @label end |
#low ⇒ Object (readonly)
Returns the value of attribute low
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def low @low end |
#low_label ⇒ Object (readonly)
Returns the value of attribute low_label
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def low_label @low_label end |
#mean ⇒ Object (readonly)
Returns the value of attribute mean
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def mean @mean end |
#stdev ⇒ Object (readonly)
Returns the value of attribute stdev
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def stdev @stdev end |
#unit ⇒ Object (readonly)
Returns the value of attribute unit
19 20 21 |
# File 'lib/vivlio_starter/cli/metrics/consistency.rb', line 19 def unit @unit end |