Class: Insika::Parity::Verdict::Check
- Inherits:
-
Data
- Object
- Data
- Insika::Parity::Verdict::Check
- Defined in:
- lib/insika/parity/verdict.rb
Instance Attribute Summary collapse
-
#actual ⇒ Object
readonly
Returns the value of attribute actual.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#met ⇒ Object
readonly
Returns the value of attribute met.
-
#note ⇒ Object
readonly
Returns the value of attribute note.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
Instance Attribute Details
#actual ⇒ Object (readonly)
Returns the value of attribute actual
38 39 40 |
# File 'lib/insika/parity/verdict.rb', line 38 def actual @actual end |
#id ⇒ Object (readonly)
Returns the value of attribute id
38 39 40 |
# File 'lib/insika/parity/verdict.rb', line 38 def id @id end |
#met ⇒ Object (readonly)
Returns the value of attribute met
38 39 40 |
# File 'lib/insika/parity/verdict.rb', line 38 def met @met end |
#note ⇒ Object (readonly)
Returns the value of attribute note
38 39 40 |
# File 'lib/insika/parity/verdict.rb', line 38 def note @note end |
#required ⇒ Object (readonly)
Returns the value of attribute required
38 39 40 |
# File 'lib/insika/parity/verdict.rb', line 38 def required @required end |