Class: SixthSense::MatrixMutation
- Inherits:
-
Struct
- Object
- Struct
- SixthSense::MatrixMutation
- Defined in:
- lib/sixth_sense/mutation_matrix_mutant_generator.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#line ⇒ Object
Returns the value of attribute line.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#operator ⇒ Object
Returns the value of attribute operator.
-
#original ⇒ Object
Returns the value of attribute original.
-
#path ⇒ Object
Returns the value of attribute path.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def id @id end |
#line ⇒ Object
Returns the value of attribute line
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def line @line end |
#metadata ⇒ Object
Returns the value of attribute metadata
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def @metadata end |
#operator ⇒ Object
Returns the value of attribute operator
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def operator @operator end |
#original ⇒ Object
Returns the value of attribute original
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def original @original end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def path @path end |
#replacement ⇒ Object
Returns the value of attribute replacement
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def replacement @replacement end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/sixth_sense/mutation_matrix_mutant_generator.rb', line 7 def status @status end |