Class: Rack::DevInsight::Result::Sql::Queries::Query
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Sql::Queries::Query
- Defined in:
- lib/rack/dev_insight/result/sql/queries.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#binds ⇒ Object
Returns the value of attribute binds.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#id ⇒ Object
Returns the value of attribute id.
-
#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/queries.rb', line 8 def backtrace @backtrace end |
#binds ⇒ Object
Returns the value of attribute binds
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 8 def binds @binds end |
#duration ⇒ Object
Returns the value of attribute duration
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/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/queries.rb', line 8 def id @id end |
#statement ⇒ Object
Returns the value of attribute statement
8 9 10 |
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 8 def statement @statement end |