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