Class: Vicary::Gates::SpanOutcome
- Inherits:
-
Struct
- Object
- Struct
- Vicary::Gates::SpanOutcome
- Defined in:
- lib/vicary/gates.rb
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#frame_id ⇒ Object
Returns the value of attribute frame_id.
-
#held_out ⇒ Object
Returns the value of attribute held_out.
-
#literal ⇒ Object
Returns the value of attribute literal.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#verdict ⇒ Object
Returns the value of attribute verdict.
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity
77 78 79 |
# File 'lib/vicary/gates.rb', line 77 def entity @entity end |
#frame_id ⇒ Object
Returns the value of attribute frame_id
77 78 79 |
# File 'lib/vicary/gates.rb', line 77 def frame_id @frame_id end |
#held_out ⇒ Object
Returns the value of attribute held_out
77 78 79 |
# File 'lib/vicary/gates.rb', line 77 def held_out @held_out end |
#literal ⇒ Object
Returns the value of attribute literal
77 78 79 |
# File 'lib/vicary/gates.rb', line 77 def literal @literal end |
#passed ⇒ Object
Returns the value of attribute passed
77 78 79 |
# File 'lib/vicary/gates.rb', line 77 def passed @passed end |
#verdict ⇒ Object
Returns the value of attribute verdict
77 78 79 |
# File 'lib/vicary/gates.rb', line 77 def verdict @verdict end |