Class: Concurrent::Transaction::ReadLogEntry
- Inherits:
-
Struct
- Object
- Struct
- Concurrent::Transaction::ReadLogEntry
- Defined in:
- lib/concurrent-ruby/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
167 168 169 |
# File 'lib/concurrent-ruby/concurrent/tvar.rb', line 167 def tvar @tvar end |
#version ⇒ Object
Returns the value of attribute version
167 168 169 |
# File 'lib/concurrent-ruby/concurrent/tvar.rb', line 167 def version @version end |