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



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

def modified
  @modified
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end