Class: Rack::DevInsight::Result::Sql::ErroredQueries::ErroredQuery

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/dev_insight/result/sql/errored_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/errored_queries.rb', line 8

def backtrace
  @backtrace
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/errored_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/errored_queries.rb', line 8

def id
  @id
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
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/errored_queries.rb', line 8

def statement
  @statement
end