Class: Concurrent::Transaction::UndoLogEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/concurrent/tvar.rb

Instance Attribute Summary collapse

Instance Attribute Details

#tvarObject

Returns the value of attribute tvar

Returns:

  • (Object)

    the current value of tvar



155
156
157
# File 'lib/concurrent/tvar.rb', line 155

def tvar
  @tvar
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



155
156
157
# File 'lib/concurrent/tvar.rb', line 155

def value
  @value
end