Class: Exercism::Processors::IterMutationProcessor::Mutation

Inherits:
Struct
  • Object
show all
Defined in:
lib/exercism-analysis/processors/iter_mutation_processor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#iterObject

Returns the value of attribute iter

Returns:

  • (Object)

    the current value of iter



6
7
8
# File 'lib/exercism-analysis/processors/iter_mutation_processor.rb', line 6

def iter
  @iter
end

#mutatorsObject

Returns the value of attribute mutators

Returns:

  • (Object)

    the current value of mutators



6
7
8
# File 'lib/exercism-analysis/processors/iter_mutation_processor.rb', line 6

def mutators
  @mutators
end

#variableObject

Returns the value of attribute variable

Returns:

  • (Object)

    the current value of variable



6
7
8
# File 'lib/exercism-analysis/processors/iter_mutation_processor.rb', line 6

def variable
  @variable
end