Class: EventStoreRuby::ReadWriteLockFIFO::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/eventstore_ruby/read_write_lock_fifo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#condObject

Returns the value of attribute cond

Returns:

  • (Object)

    the current value of cond



9
10
11
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9

def cond
  @cond
end

#grantedObject

Returns the value of attribute granted

Returns:

  • (Object)

    the current value of granted



9
10
11
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9

def granted
  @granted
end

#ticketObject

Returns the value of attribute ticket

Returns:

  • (Object)

    the current value of ticket



9
10
11
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9

def ticket
  @ticket
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/eventstore_ruby/read_write_lock_fifo.rb', line 9

def type
  @type
end