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