Class: Concurrent::Transaction::OpenEntry

Inherits:
Struct show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/tvar.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#modifiedObject

Returns the value of attribute modified

Returns:

  • (Object)

    the current value of modified



156
157
158
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/concurrent-ruby-1.1.10/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/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/tvar.rb', line 156

def value
  @value
end