Class: Kaisoku::Evaluator::MutationSeeder::Mutation

Inherits:
Struct
  • Object
show all
Defined in:
lib/kaisoku/evaluator/mutation_seeder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



8
9
10
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8

def file
  @file
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



8
9
10
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8

def index
  @index
end

#originalObject

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



8
9
10
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8

def original
  @original
end

#replacementObject

Returns the value of attribute replacement

Returns:

  • (Object)

    the current value of replacement



8
9
10
# File 'lib/kaisoku/evaluator/mutation_seeder.rb', line 8

def replacement
  @replacement
end