Class: PEROBS::Statistics

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

Instance Attribute Summary collapse

Instance Attribute Details

#in_memory_objectsObject

Returns the value of attribute in_memory_objects

Returns:

  • (Object)

    the current value of in_memory_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def in_memory_objects
  @in_memory_objects
end

#marked_objectsObject

Returns the value of attribute marked_objects

Returns:

  • (Object)

    the current value of marked_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def marked_objects
  @marked_objects
end

#root_objectsObject

Returns the value of attribute root_objects

Returns:

  • (Object)

    the current value of root_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def root_objects
  @root_objects
end

#swept_objectsObject

Returns the value of attribute swept_objects

Returns:

  • (Object)

    the current value of swept_objects



49
50
51
# File 'lib/perobs/Store.rb', line 49

def swept_objects
  @swept_objects
end