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



42
43
44
# File 'lib/perobs/Store.rb', line 42

def in_memory_objects
  @in_memory_objects
end

#marked_objectsObject

Returns the value of attribute marked_objects



42
43
44
# File 'lib/perobs/Store.rb', line 42

def marked_objects
  @marked_objects
end

#root_objectsObject

Returns the value of attribute root_objects



42
43
44
# File 'lib/perobs/Store.rb', line 42

def root_objects
  @root_objects
end

#swept_objectsObject

Returns the value of attribute swept_objects



42
43
44
# File 'lib/perobs/Store.rb', line 42

def swept_objects
  @swept_objects
end