Class: WithAdvisoryLock::LockStackItem
- Inherits:
-
Struct
- Object
- Struct
- WithAdvisoryLock::LockStackItem
- Defined in:
- lib/with_advisory_lock/base.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#shared ⇒ Object
Returns the value of attribute shared.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
21 22 23 |
# File 'lib/with_advisory_lock/base.rb', line 21 def name @name end |
#shared ⇒ Object
Returns the value of attribute shared
21 22 23 |
# File 'lib/with_advisory_lock/base.rb', line 21 def shared @shared end |