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
40 41 42 |
# File 'lib/vicary/conformance.rb', line 40 def error @error end |
#expected ⇒ Object
Returns the value of attribute expected
40 41 42 |
# File 'lib/vicary/conformance.rb', line 40 def expected @expected end |
#frame_id ⇒ Object
Returns the value of attribute frame_id
40 41 42 |
# File 'lib/vicary/conformance.rb', line 40 def frame_id @frame_id end |
#matched ⇒ Object
Returns the value of attribute matched
40 41 42 |
# File 'lib/vicary/conformance.rb', line 40 def matched @matched end |
#produced ⇒ Object
Returns the value of attribute produced
40 41 42 |
# File 'lib/vicary/conformance.rb', line 40 def produced @produced end |
#requires_masking ⇒ Object
Returns the value of attribute requires_masking
40 41 42 |
# File 'lib/vicary/conformance.rb', line 40 def requires_masking @requires_masking end |