Class: Bparity::Formal::Deductive::Validation
- Inherits:
-
Struct
- Object
- Struct
- Bparity::Formal::Deductive::Validation
- Defined in:
- lib/bparity/formal/deductive.rb
Instance Attribute Summary collapse
-
#cases ⇒ Object
Returns the value of attribute cases.
-
#mismatch ⇒ Object
Returns the value of attribute mismatch.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#cases ⇒ Object
Returns the value of attribute cases
265 266 267 |
# File 'lib/bparity/formal/deductive.rb', line 265 def cases @cases end |
#mismatch ⇒ Object
Returns the value of attribute mismatch
265 266 267 |
# File 'lib/bparity/formal/deductive.rb', line 265 def mismatch @mismatch end |
#valid ⇒ Object
Returns the value of attribute valid
265 266 267 |
# File 'lib/bparity/formal/deductive.rb', line 265 def valid @valid end |