Class: Insika::Parity::Verdict::Check

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/parity/verdict.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actualObject (readonly)

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



38
39
40
# File 'lib/insika/parity/verdict.rb', line 38

def actual
  @actual
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



38
39
40
# File 'lib/insika/parity/verdict.rb', line 38

def id
  @id
end

#metObject (readonly)

Returns the value of attribute met

Returns:

  • (Object)

    the current value of met



38
39
40
# File 'lib/insika/parity/verdict.rb', line 38

def met
  @met
end

#noteObject (readonly)

Returns the value of attribute note

Returns:

  • (Object)

    the current value of note



38
39
40
# File 'lib/insika/parity/verdict.rb', line 38

def note
  @note
end

#requiredObject (readonly)

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



38
39
40
# File 'lib/insika/parity/verdict.rb', line 38

def required
  @required
end