Class: PoolLint::SqlWatcher::Detection
- Inherits:
-
Struct
- Object
- Struct
- PoolLint::SqlWatcher::Detection
- Defined in:
- lib/poollint/sql_watcher.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#lock_name ⇒ Object
Returns the value of attribute lock_name.
-
#lock_operation ⇒ Object
Returns the value of attribute lock_operation.
-
#setting ⇒ Object
Returns the value of attribute setting.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/poollint/sql_watcher.rb', line 7 def kind @kind end |
#lock_name ⇒ Object
Returns the value of attribute lock_name
7 8 9 |
# File 'lib/poollint/sql_watcher.rb', line 7 def lock_name @lock_name end |
#lock_operation ⇒ Object
Returns the value of attribute lock_operation
7 8 9 |
# File 'lib/poollint/sql_watcher.rb', line 7 def lock_operation @lock_operation end |
#setting ⇒ Object
Returns the value of attribute setting
7 8 9 |
# File 'lib/poollint/sql_watcher.rb', line 7 def setting @setting end |