Class: Concurrent::Transaction::ReadLogEntry
- Inherits:
-
Struct
- Object
- Struct
- Concurrent::Transaction::ReadLogEntry
- Defined in:
- lib/concurrent/tvar.rb
Instance Attribute Summary collapse
-
#tvar ⇒ Object
Returns the value of attribute tvar.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#tvar ⇒ Object
Returns the value of attribute tvar
152 153 154 |
# File 'lib/concurrent/tvar.rb', line 152 def tvar @tvar end |
#version ⇒ Object
Returns the value of attribute version
152 153 154 |
# File 'lib/concurrent/tvar.rb', line 152 def version @version end |