Class: Mysql2::Client::GeneralLogs::Log
- Inherits:
-
Struct
- Object
- Struct
- Mysql2::Client::GeneralLogs::Log
- Defined in:
- lib/mysql2/client/general_logs.rb
Instance Attribute Summary collapse
-
#backtrace ⇒ Object
Returns the value of attribute backtrace.
-
#sql ⇒ Object
Returns the value of attribute sql.
Instance Attribute Details
#backtrace ⇒ Object
Returns the value of attribute backtrace
8 9 10 |
# File 'lib/mysql2/client/general_logs.rb', line 8 def backtrace @backtrace end |
#sql ⇒ Object
Returns the value of attribute sql
8 9 10 |
# File 'lib/mysql2/client/general_logs.rb', line 8 def sql @sql end |