Class: Concurrent::Transaction::ReadLogEntry

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



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

def tvar
  @tvar
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end