Class: Vicary::Conformance::Scoreboard

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

Instance Attribute Summary collapse

Instance Attribute Details

#fixture_versionObject

Returns the value of attribute fixture_version

Returns:

  • (Object)

    the current value of fixture_version



42
43
44
# File 'lib/vicary/conformance.rb', line 42

def fixture_version
  @fixture_version
end

#matchedObject

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



42
43
44
# File 'lib/vicary/conformance.rb', line 42

def matched
  @matched
end

#matched_requiring_maskingObject

Returns the value of attribute matched_requiring_masking

Returns:

  • (Object)

    the current value of matched_requiring_masking



42
43
44
# File 'lib/vicary/conformance.rb', line 42

def matched_requiring_masking
  @matched_requiring_masking
end

#outcomesObject

Returns the value of attribute outcomes

Returns:

  • (Object)

    the current value of outcomes



42
43
44
# File 'lib/vicary/conformance.rb', line 42

def outcomes
  @outcomes
end

#reference_armObject

Returns the value of attribute reference_arm

Returns:

  • (Object)

    the current value of reference_arm



42
43
44
# File 'lib/vicary/conformance.rb', line 42

def reference_arm
  @reference_arm
end

#requiring_maskingObject

Returns the value of attribute requiring_masking

Returns:

  • (Object)

    the current value of requiring_masking



42
43
44
# File 'lib/vicary/conformance.rb', line 42

def requiring_masking
  @requiring_masking
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



42
43
44
# File 'lib/vicary/conformance.rb', line 42

def total
  @total
end