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