Class: Vicary::Conformance::Scoreboard
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Scoreboard
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#fixture_version ⇒ Object
Returns the value of attribute fixture_version.
-
#matched ⇒ Object
Returns the value of attribute matched.
-
#matched_requiring_masking ⇒ Object
Returns the value of attribute matched_requiring_masking.
-
#outcomes ⇒ Object
Returns the value of attribute outcomes.
-
#reference_arm ⇒ Object
Returns the value of attribute reference_arm.
-
#requiring_masking ⇒ Object
Returns the value of attribute requiring_masking.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#fixture_version ⇒ Object
Returns the value of attribute fixture_version
54 55 56 |
# File 'lib/vicary/conformance.rb', line 54 def fixture_version @fixture_version end |
#matched ⇒ Object
Returns the value of attribute matched
54 55 56 |
# File 'lib/vicary/conformance.rb', line 54 def matched @matched end |
#matched_requiring_masking ⇒ Object
Returns the value of attribute matched_requiring_masking
54 55 56 |
# File 'lib/vicary/conformance.rb', line 54 def matched_requiring_masking @matched_requiring_masking end |
#outcomes ⇒ Object
Returns the value of attribute outcomes
54 55 56 |
# File 'lib/vicary/conformance.rb', line 54 def outcomes @outcomes end |
#reference_arm ⇒ Object
Returns the value of attribute reference_arm
54 55 56 |
# File 'lib/vicary/conformance.rb', line 54 def reference_arm @reference_arm end |
#requiring_masking ⇒ Object
Returns the value of attribute requiring_masking
54 55 56 |
# File 'lib/vicary/conformance.rb', line 54 def requiring_masking @requiring_masking end |
#total ⇒ Object
Returns the value of attribute total
54 55 56 |
# File 'lib/vicary/conformance.rb', line 54 def total @total end |