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
36 37 38 |
# File 'lib/inspec/run_data/statistics.rb', line 36 def total @total end |