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



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

def acquisition_count
  @acquisition_count
end

#confidenceObject

Returns the value of attribute confidence



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

def confidence
  @confidence
end

#modeObject

Returns the value of attribute mode



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

def mode
  @mode
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#statusObject

Returns the value of attribute 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