Class: Vicary::Gates::GateMeasurement
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Gates::GateMeasurement
- Defined in:
- lib/vicary/gates.rb
Overview
value is nil when this port does not measure the gate — never 0, which
would read as a measured failure.
bar is the one actually applied — the gate's default unless the measured
corpus has an override. Carried here rather than re-derived by the renderer,
so what is printed cannot drift from what was compared.
Instance Attribute Summary collapse
-
#bar ⇒ Object
Returns the value of attribute bar.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#gate ⇒ Object
Returns the value of attribute gate.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#bar ⇒ Object
Returns the value of attribute bar
84 85 86 |
# File 'lib/vicary/gates.rb', line 84 def @bar end |
#detail ⇒ Object
Returns the value of attribute detail
84 85 86 |
# File 'lib/vicary/gates.rb', line 84 def detail @detail end |
#gate ⇒ Object
Returns the value of attribute gate
84 85 86 |
# File 'lib/vicary/gates.rb', line 84 def gate @gate end |
#passed ⇒ Object
Returns the value of attribute passed
84 85 86 |
# File 'lib/vicary/gates.rb', line 84 def passed @passed end |
#value ⇒ Object
Returns the value of attribute value
84 85 86 |
# File 'lib/vicary/gates.rb', line 84 def value @value end |