Class: Rack::DevInsight::Result::Sql::ErroredQueries::ErroredQuery
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Sql::ErroredQueries::ErroredQuery
- Defined in:
- lib/rack/dev_insight/result/sql/errored_queries.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#statement ⇒ Object
Returns the value of attribute statement.
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/errored_queries.rb', line 8 def backtrace @backtrace end |
#duration ⇒ Object
Returns the value of attribute duration
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/errored_queries.rb', line 8 def duration @duration end |
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/errored_queries.rb', line 8 def id @id end |
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/errored_queries.rb', line 8 def @message end |
#statement ⇒ Object
Returns the value of attribute statement
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/errored_queries.rb', line 8 def statement @statement end |