Class: Evilution::Mutation::Location

Inherits:
Data
  • Object
show all
Defined in:
lib/evilution/mutation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



9
10
11
# File 'lib/evilution/mutation.rb', line 9

def column
  @column
end

#file_pathObject (readonly)

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



9
10
11
# File 'lib/evilution/mutation.rb', line 9

def file_path
  @file_path
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



9
10
11
# File 'lib/evilution/mutation.rb', line 9

def line
  @line
end