Class: PEROBS::Statistics
- Inherits:
- 
      Struct
      
        - Object
- Struct
- PEROBS::Statistics
 
- Defined in:
- lib/perobs/Store.rb
Instance Attribute Summary collapse
- 
  
    
      #in_memory_objects  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute in_memory_objects. 
- 
  
    
      #marked_objects  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute marked_objects. 
- 
  
    
      #root_objects  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute root_objects. 
- 
  
    
      #swept_objects  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute swept_objects. 
Instance Attribute Details
#in_memory_objects ⇒ Object
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_objects ⇒ Object
Returns the value of attribute marked_objects
| 42 43 44 | # File 'lib/perobs/Store.rb', line 42 def marked_objects @marked_objects end | 
#root_objects ⇒ Object
Returns the value of attribute root_objects
| 42 43 44 | # File 'lib/perobs/Store.rb', line 42 def root_objects @root_objects end | 
#swept_objects ⇒ Object
Returns the value of attribute swept_objects
| 42 43 44 | # File 'lib/perobs/Store.rb', line 42 def swept_objects @swept_objects end |