Class: PoolLint::SqlWatcher::Detection

Inherits:
Struct
  • Object
show all
Defined in:
lib/poollint/sql_watcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/poollint/sql_watcher.rb', line 7

def kind
  @kind
end

#lock_nameObject

Returns the value of attribute lock_name

Returns:

  • (Object)

    the current value of lock_name



7
8
9
# File 'lib/poollint/sql_watcher.rb', line 7

def lock_name
  @lock_name
end

#lock_operationObject

Returns the value of attribute lock_operation

Returns:

  • (Object)

    the current value of lock_operation



7
8
9
# File 'lib/poollint/sql_watcher.rb', line 7

def lock_operation
  @lock_operation
end

#settingObject

Returns the value of attribute setting

Returns:

  • (Object)

    the current value of setting



7
8
9
# File 'lib/poollint/sql_watcher.rb', line 7

def setting
  @setting
end