Class: PoolLint::UserLevelLock

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#acquisition_countObject

Returns the value of attribute acquisition_count

Returns:

  • (Object)

    the current value of acquisition_count



31
32
33
# File 'lib/poollint/report.rb', line 31

def acquisition_count
  @acquisition_count
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



31
32
33
# File 'lib/poollint/report.rb', line 31

def confidence
  @confidence
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



31
32
33
# File 'lib/poollint/report.rb', line 31

def mode
  @mode
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



31
32
33
# File 'lib/poollint/report.rb', line 31

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



31
32
33
# File 'lib/poollint/report.rb', line 31

def status
  @status
end

Instance Method Details

#fingerprintObject



39
40
41
# File 'lib/poollint/report.rb', line 39

def fingerprint
  [name, mode, status]
end