Class: Operator::MutationSimplify::Expansion
- Inherits:
-
Struct
- Object
- Struct
- Operator::MutationSimplify::Expansion
- Defined in:
- ../lib/mutation_simplify.rb
Instance Attribute Summary (collapse)
-
- (Object) alt_idx
Returns the value of attribute alt_idx.
-
- (Object) dir
Returns the value of attribute dir.
-
- (Object) parent_arg
Returns the value of attribute parent_arg.
-
- (Object) symbol
Returns the value of attribute symbol.
Instance Attribute Details
- (Object) alt_idx
Returns the value of attribute alt_idx
39 40 41 |
# File '../lib/mutation_simplify.rb', line 39 def alt_idx @alt_idx end |
- (Object) dir
Returns the value of attribute dir
39 40 41 |
# File '../lib/mutation_simplify.rb', line 39 def dir @dir end |
- (Object) parent_arg
Returns the value of attribute parent_arg
39 40 41 |
# File '../lib/mutation_simplify.rb', line 39 def parent_arg @parent_arg end |
- (Object) symbol
Returns the value of attribute symbol
39 40 41 |
# File '../lib/mutation_simplify.rb', line 39 def symbol @symbol end |