Class: Evilution::Mutation::Sources
- Inherits:
-
Data
- Object
- Data
- Evilution::Mutation::Sources
- Defined in:
- lib/evilution/mutation.rb
Instance Attribute Summary collapse
-
#mutated ⇒ Object
readonly
Returns the value of attribute mutated.
-
#original ⇒ Object
readonly
Returns the value of attribute original.
Instance Attribute Details
#mutated ⇒ Object (readonly)
Returns the value of attribute mutated
7 8 9 |
# File 'lib/evilution/mutation.rb', line 7 def mutated @mutated end |
#original ⇒ Object (readonly)
Returns the value of attribute original
7 8 9 |
# File 'lib/evilution/mutation.rb', line 7 def original @original end |