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



163
164
165
# File 'lib/concurrent/tvar.rb', line 163

def tvar
  @tvar
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



163
164
165
# File 'lib/concurrent/tvar.rb', line 163

def version
  @version
end