Class: Operator::MutationSimplify::RuleCase
- Inherits:
-
Struct
- Object
- Struct
- Operator::MutationSimplify::RuleCase
- Defined in:
- ../lib/mutation_simplify.rb
Instance Attribute Summary (collapse)
-
- (Object) equals
Returns the value of attribute equals.
-
- (Object) match
Returns the value of attribute match.
-
- (Object) outcome
Returns the value of attribute outcome.
Instance Attribute Details
- (Object) equals
Returns the value of attribute equals
41 42 43 |
# File '../lib/mutation_simplify.rb', line 41 def equals @equals end |
- (Object) match
Returns the value of attribute match
41 42 43 |
# File '../lib/mutation_simplify.rb', line 41 def match @match end |
- (Object) outcome
Returns the value of attribute outcome
41 42 43 |
# File '../lib/mutation_simplify.rb', line 41 def outcome @outcome end |