Class: Vicary::Gates::SpanOutcome

Inherits:
Struct
  • Object
show all
Defined in:
lib/vicary/gates.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entityObject

Returns the value of attribute entity

Returns:

  • (Object)

    the current value of entity



77
78
79
# File 'lib/vicary/gates.rb', line 77

def entity
  @entity
end

#frame_idObject

Returns the value of attribute frame_id

Returns:

  • (Object)

    the current value of frame_id



77
78
79
# File 'lib/vicary/gates.rb', line 77

def frame_id
  @frame_id
end

#held_outObject

Returns the value of attribute held_out

Returns:

  • (Object)

    the current value of held_out



77
78
79
# File 'lib/vicary/gates.rb', line 77

def held_out
  @held_out
end

#literalObject

Returns the value of attribute literal

Returns:

  • (Object)

    the current value of literal



77
78
79
# File 'lib/vicary/gates.rb', line 77

def literal
  @literal
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



77
78
79
# File 'lib/vicary/gates.rb', line 77

def passed
  @passed
end

#verdictObject

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



77
78
79
# File 'lib/vicary/gates.rb', line 77

def verdict
  @verdict
end