Class: PoolLint::Suspicion

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

Instance Attribute Summary collapse

Instance Attribute Details

#call_siteObject

Returns the value of attribute call_site

Returns:

  • (Object)

    the current value of call_site



4
5
6
# File 'lib/poollint/suspicion_log.rb', line 4

def call_site
  @call_site
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



4
5
6
# File 'lib/poollint/suspicion_log.rb', line 4

def kind
  @kind
end

#lock_nameObject

Returns the value of attribute lock_name

Returns:

  • (Object)

    the current value of lock_name



4
5
6
# File 'lib/poollint/suspicion_log.rb', line 4

def lock_name
  @lock_name
end

#lock_operationObject

Returns the value of attribute lock_operation

Returns:

  • (Object)

    the current value of lock_operation



4
5
6
# File 'lib/poollint/suspicion_log.rb', line 4

def lock_operation
  @lock_operation
end

#settingObject

Returns the value of attribute setting

Returns:

  • (Object)

    the current value of setting



4
5
6
# File 'lib/poollint/suspicion_log.rb', line 4

def setting
  @setting
end

#sqlObject

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



4
5
6
# File 'lib/poollint/suspicion_log.rb', line 4

def sql
  @sql
end