Class: PoolLint::Suspicion
- Inherits:
-
Struct
- Object
- Struct
- PoolLint::Suspicion
- Defined in:
- lib/poollint/suspicion_log.rb
Instance Attribute Summary collapse
-
#call_site ⇒ Object
Returns the value of attribute call_site.
-
#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.
-
#sql ⇒ Object
Returns the value of attribute sql.
Instance Attribute Details
#call_site ⇒ Object
Returns the value of attribute call_site
4 5 6 |
# File 'lib/poollint/suspicion_log.rb', line 4 def call_site @call_site end |
#kind ⇒ Object
Returns the value of attribute kind
4 5 6 |
# File 'lib/poollint/suspicion_log.rb', line 4 def kind @kind end |
#lock_name ⇒ Object
Returns the value of attribute lock_name
4 5 6 |
# File 'lib/poollint/suspicion_log.rb', line 4 def lock_name @lock_name end |
#lock_operation ⇒ Object
Returns the value of attribute lock_operation
4 5 6 |
# File 'lib/poollint/suspicion_log.rb', line 4 def lock_operation @lock_operation end |
#setting ⇒ Object
Returns the value of attribute setting
4 5 6 |
# File 'lib/poollint/suspicion_log.rb', line 4 def setting @setting end |
#sql ⇒ Object
Returns the value of attribute sql
4 5 6 |
# File 'lib/poollint/suspicion_log.rb', line 4 def sql @sql end |