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



153
154
155
# File 'lib/concurrent/tvar.rb', line 153

def tvar
  @tvar
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



153
154
155
# File 'lib/concurrent/tvar.rb', line 153

def value
  @value
end