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



167
168
169
# File 'lib/concurrent/tvar.rb', line 167

def tvar
  @tvar
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



167
168
169
# File 'lib/concurrent/tvar.rb', line 167

def version
  @version
end