Class: EventStoreRuby::ReadWriteLockFIFO::Entry
- Inherits:
-
Struct
- Object
- Struct
- EventStoreRuby::ReadWriteLockFIFO::Entry
- Defined in:
- lib/eventstore_ruby/read_write_lock_fifo.rb
Instance Attribute Summary collapse
-
#cond ⇒ Object
Returns the value of attribute cond.
-
#granted ⇒ Object
Returns the value of attribute granted.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#cond ⇒ Object
Returns the value of attribute cond
9 10 11 |
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9 def cond @cond end |
#granted ⇒ Object
Returns the value of attribute granted
9 10 11 |
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9 def granted @granted end |
#ticket ⇒ Object
Returns the value of attribute ticket
9 10 11 |
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9 def ticket @ticket end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9 def type @type end |