Class: Xcprofiler::Execution::Location

Inherits:
Struct
  • Object
show all
Defined in:
lib/xcprofiler/execution.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



3
4
5
# File 'lib/xcprofiler/execution.rb', line 3

def column
  @column
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



3
4
5
# File 'lib/xcprofiler/execution.rb', line 3

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



3
4
5
# File 'lib/xcprofiler/execution.rb', line 3

def path
  @path
end