Class: RailsConsolePro::ProfileResult::QuerySample
- Inherits:
-
Struct
- Object
- Struct
- RailsConsolePro::ProfileResult::QuerySample
- Defined in:
- lib/rails_console_pro/profile_result.rb
Instance Attribute Summary collapse
-
#binds ⇒ Object
Returns the value of attribute binds.
-
#cached ⇒ Object
Returns the value of attribute cached.
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sql ⇒ Object
Returns the value of attribute sql.
Instance Attribute Details
#binds ⇒ Object
Returns the value of attribute binds
6 7 8 |
# File 'lib/rails_console_pro/profile_result.rb', line 6 def binds @binds end |
#cached ⇒ Object
Returns the value of attribute cached
6 7 8 |
# File 'lib/rails_console_pro/profile_result.rb', line 6 def cached @cached end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
6 7 8 |
# File 'lib/rails_console_pro/profile_result.rb', line 6 def duration_ms @duration_ms end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/rails_console_pro/profile_result.rb', line 6 def name @name end |
#sql ⇒ Object
Returns the value of attribute sql
6 7 8 |
# File 'lib/rails_console_pro/profile_result.rb', line 6 def sql @sql end |