Class: Rack::DevInsight::Result::Sql::Queries::Query

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

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



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

def backtrace
  @backtrace
end

#bindsObject

Returns the value of attribute binds

Returns:

  • (Object)

    the current value of binds



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

def binds
  @binds
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



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

def duration
  @duration
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#statementObject

Returns the value of attribute statement

Returns:

  • (Object)

    the current value of statement



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

def statement
  @statement
end