Class: PEROBS::PersistentObjectCacheLine::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/perobs/PersistentObjectCacheLine.rb

Overview

Utility class to store persistent objects and their modified/not-modified state.

Instance Attribute Summary collapse

Instance Attribute Details

#modifiedObject

Returns the value of attribute modified

Returns:

  • (Object)

    the current value of modified



34
35
36
# File 'lib/perobs/PersistentObjectCacheLine.rb', line 34

def modified
  @modified
end

#objObject

Returns the value of attribute obj

Returns:

  • (Object)

    the current value of obj



34
35
36
# File 'lib/perobs/PersistentObjectCacheLine.rb', line 34

def obj
  @obj
end