Class: RedlockForCollection::Collection::LockPair
- Inherits:
-
Struct
- Object
- Struct
- RedlockForCollection::Collection::LockPair
- Defined in:
- lib/redlock_for_collection/collection.rb
Instance Attribute Summary collapse
-
#lock_info ⇒ Object
Returns the value of attribute lock_info.
-
#object ⇒ Object
Returns the value of attribute object.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#lock_info ⇒ Object
Returns the value of attribute lock_info
8 9 10 |
# File 'lib/redlock_for_collection/collection.rb', line 8 def lock_info @lock_info end |
#object ⇒ Object
Returns the value of attribute object
8 9 10 |
# File 'lib/redlock_for_collection/collection.rb', line 8 def object @object end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/redlock_for_collection/collection.rb', line 8 def status @status end |