Class: Vicary::Conformance::Outcome
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Conformance::Outcome
- Defined in:
- lib/vicary/conformance.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#expected ⇒ Object
Returns the value of attribute expected.
-
#frame_id ⇒ Object
Returns the value of attribute frame_id.
-
#matched ⇒ Object
Returns the value of attribute matched.
-
#produced ⇒ Object
Returns the value of attribute produced.
-
#requires_masking ⇒ Object
Returns the value of attribute requires_masking.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
52 53 54 |
# File 'lib/vicary/conformance.rb', line 52 def error @error end |
#expected ⇒ Object
Returns the value of attribute expected
52 53 54 |
# File 'lib/vicary/conformance.rb', line 52 def expected @expected end |
#frame_id ⇒ Object
Returns the value of attribute frame_id
52 53 54 |
# File 'lib/vicary/conformance.rb', line 52 def frame_id @frame_id end |
#matched ⇒ Object
Returns the value of attribute matched
52 53 54 |
# File 'lib/vicary/conformance.rb', line 52 def matched @matched end |
#produced ⇒ Object
Returns the value of attribute produced
52 53 54 |
# File 'lib/vicary/conformance.rb', line 52 def produced @produced end |
#requires_masking ⇒ Object
Returns the value of attribute requires_masking
52 53 54 |
# File 'lib/vicary/conformance.rb', line 52 def requires_masking @requires_masking end |