Class: Rack::DevInsight::Result::Sql::Queries::TraceInfo
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Sql::Queries::TraceInfo
- Defined in:
- lib/rack/dev_insight/result/sql/queries.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#original ⇒ Object
Returns the value of attribute original.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
9 10 11 |
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 9 def line @line end |
#original ⇒ Object
Returns the value of attribute original
9 10 11 |
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 9 def original @original end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/rack/dev_insight/result/sql/queries.rb', line 9 def path @path end |