Class: Inspec::RunData::Statistics::Controls::Total
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Inspec::RunData::Statistics::Controls::Total
 
- Includes:
- HashLikeStruct
- Defined in:
- lib/inspec/run_data/statistics.rb
Instance Attribute Summary collapse
- 
  
    
      #total  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute total. 
Method Summary
Methods included from HashLikeStruct
Instance Attribute Details
#total ⇒ Object
Returns the value of attribute total
| 30 31 32 | # File 'lib/inspec/run_data/statistics.rb', line 30 def total @total end |