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



54
55
56
# File 'lib/vicary/conformance.rb', line 54

def fixture_version
  @fixture_version
end

#matchedObject

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



54
55
56
# File 'lib/vicary/conformance.rb', line 54

def matched
  @matched
end

#matched_requiring_maskingObject

Returns the value of attribute matched_requiring_masking

Returns:

  • (Object)

    the current value of matched_requiring_masking



54
55
56
# File 'lib/vicary/conformance.rb', line 54

def matched_requiring_masking
  @matched_requiring_masking
end

#outcomesObject

Returns the value of attribute outcomes

Returns:

  • (Object)

    the current value of outcomes



54
55
56
# File 'lib/vicary/conformance.rb', line 54

def outcomes
  @outcomes
end

#reference_armObject

Returns the value of attribute reference_arm

Returns:

  • (Object)

    the current value of reference_arm



54
55
56
# File 'lib/vicary/conformance.rb', line 54

def reference_arm
  @reference_arm
end

#requiring_maskingObject

Returns the value of attribute requiring_masking

Returns:

  • (Object)

    the current value of requiring_masking



54
55
56
# File 'lib/vicary/conformance.rb', line 54

def requiring_masking
  @requiring_masking
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



54
55
56
# File 'lib/vicary/conformance.rb', line 54

def total
  @total
end