Class: PoolLint::Inspectors::MySQL::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- PoolLint::Inspectors::MySQL::Snapshot
- Defined in:
- lib/poollint/inspectors/mysql.rb
Instance Attribute Summary collapse
-
#settings ⇒ Object
Returns the value of attribute settings.
-
#user_level_locks ⇒ Object
Returns the value of attribute user_level_locks.
Instance Attribute Details
#settings ⇒ Object
Returns the value of attribute settings
6 7 8 |
# File 'lib/poollint/inspectors/mysql.rb', line 6 def settings @settings end |
#user_level_locks ⇒ Object
Returns the value of attribute user_level_locks
6 7 8 |
# File 'lib/poollint/inspectors/mysql.rb', line 6 def user_level_locks @user_level_locks end |