Class: Concurrent::Transaction::OpenEntry
- Inherits:
-
Struct
- Object
- Struct
- Concurrent::Transaction::OpenEntry
- Defined in:
- lib/concurrent-ruby/concurrent/tvar.rb
Instance Attribute Summary collapse
-
#modified ⇒ Object
Returns the value of attribute modified.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#modified ⇒ Object
Returns the value of attribute modified
157 158 159 |
# File 'lib/concurrent-ruby/concurrent/tvar.rb', line 157 def modified @modified end |
#value ⇒ Object
Returns the value of attribute value
157 158 159 |
# File 'lib/concurrent-ruby/concurrent/tvar.rb', line 157 def value @value end |