Class: Concurrent::Transaction::OpenEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/concurrent-ruby/concurrent/tvar.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modifiedObject

Returns the value of attribute modified

Returns:

  • (Object)

    the current value of modified



157
158
159
# File 'lib/concurrent-ruby/concurrent/tvar.rb', line 157

def modified
  @modified
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



157
158
159
# File 'lib/concurrent-ruby/concurrent/tvar.rb', line 157

def value
  @value
end