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



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

def tvar
  @tvar
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



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

def version
  @version
end