Class: Kaisoku::Evaluator::MutationSeeder::Mutation
- Inherits:
-
Struct
- Object
- Struct
- Kaisoku::Evaluator::MutationSeeder::Mutation
- Defined in:
- lib/kaisoku/evaluator/mutation_seeder.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#index ⇒ Object
Returns the value of attribute index.
-
#original ⇒ Object
Returns the value of attribute original.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
8 9 10 |
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8 def file @file end |
#index ⇒ Object
Returns the value of attribute index
8 9 10 |
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8 def index @index end |
#original ⇒ Object
Returns the value of attribute original
8 9 10 |
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8 def original @original end |
#replacement ⇒ Object
Returns the value of attribute replacement
8 9 10 |
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8 def replacement @replacement end |