Class: WithAdvisoryLock::LockStackItem
- Inherits:
-
Data
- Object
- Data
- WithAdvisoryLock::LockStackItem
- Defined in:
- lib/with_advisory_lock/lock_stack_item.rb
Overview
Lock stack item to track acquired locks
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#shared ⇒ Object
readonly
Returns the value of attribute shared.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/with_advisory_lock/lock_stack_item.rb', line 5 def name @name end |
#shared ⇒ Object (readonly)
Returns the value of attribute shared
5 6 7 |
# File 'lib/with_advisory_lock/lock_stack_item.rb', line 5 def shared @shared end |