Class: Vicary::Conformance::Outcome

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

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



40
41
42
# File 'lib/vicary/conformance.rb', line 40

def error
  @error
end

#expectedObject

Returns the value of attribute expected

Returns:

  • (Object)

    the current value of expected



40
41
42
# File 'lib/vicary/conformance.rb', line 40

def expected
  @expected
end

#frame_idObject

Returns the value of attribute frame_id

Returns:

  • (Object)

    the current value of frame_id



40
41
42
# File 'lib/vicary/conformance.rb', line 40

def frame_id
  @frame_id
end

#matchedObject

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



40
41
42
# File 'lib/vicary/conformance.rb', line 40

def matched
  @matched
end

#producedObject

Returns the value of attribute produced

Returns:

  • (Object)

    the current value of produced



40
41
42
# File 'lib/vicary/conformance.rb', line 40

def produced
  @produced
end

#requires_maskingObject

Returns the value of attribute requires_masking

Returns:

  • (Object)

    the current value of requires_masking



40
41
42
# File 'lib/vicary/conformance.rb', line 40

def requires_masking
  @requires_masking
end