Class: PoolLint::UserLevelLock
- Inherits:
-
Struct
- Object
- Struct
- PoolLint::UserLevelLock
- Defined in:
- lib/poollint/report.rb
Instance Attribute Summary collapse
-
#acquisition_count ⇒ Object
Returns the value of attribute acquisition_count.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#acquisition_count ⇒ Object
Returns the value of attribute acquisition_count
31 32 33 |
# File 'lib/poollint/report.rb', line 31 def acquisition_count @acquisition_count end |
#confidence ⇒ Object
Returns the value of attribute confidence
31 32 33 |
# File 'lib/poollint/report.rb', line 31 def confidence @confidence end |
#mode ⇒ Object
Returns the value of attribute mode
31 32 33 |
# File 'lib/poollint/report.rb', line 31 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name
31 32 33 |
# File 'lib/poollint/report.rb', line 31 def name @name end |
#status ⇒ Object
Returns the value of attribute status
31 32 33 |
# File 'lib/poollint/report.rb', line 31 def status @status end |
Instance Method Details
#fingerprint ⇒ Object
39 40 41 |
# File 'lib/poollint/report.rb', line 39 def fingerprint [name, mode, status] end |