Class: Evilution::Mutation::Location Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

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