Class: Rack::DevInsight::Result::Sql::Queries::TraceInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/dev_insight/result/sql/queries.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



9
10
11
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 9

def line
  @line
end

#originalObject

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



9
10
11
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 9

def original
  @original
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



9
10
11
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 9

def path
  @path
end