Class: Vicary::Gates::GateReport
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Gates::GateReport
- Defined in:
- lib/vicary/gates.rb
Instance Attribute Summary collapse
-
#measurements ⇒ Object
Returns the value of attribute measurements.
-
#missing_accepted ⇒ Object
Returns the value of attribute missing_accepted.
-
#unaccounted ⇒ Object
Returns the value of attribute unaccounted.
-
#violations ⇒ Object
Returns the value of attribute violations.
Instance Attribute Details
#measurements ⇒ Object
Returns the value of attribute measurements
86 87 88 |
# File 'lib/vicary/gates.rb', line 86 def measurements @measurements end |
#missing_accepted ⇒ Object
Returns the value of attribute missing_accepted
86 87 88 |
# File 'lib/vicary/gates.rb', line 86 def missing_accepted @missing_accepted end |
#unaccounted ⇒ Object
Returns the value of attribute unaccounted
86 87 88 |
# File 'lib/vicary/gates.rb', line 86 def unaccounted @unaccounted end |
#violations ⇒ Object
Returns the value of attribute violations
86 87 88 |
# File 'lib/vicary/gates.rb', line 86 def violations @violations end |