Class: Inspec::RunData::Statistics::Controls::Total

Inherits:
Struct
  • Object
show all
Includes:
HashLikeStruct
Defined in:
lib/inspec/run_data/statistics.rb

Instance Attribute Summary collapse

Method Summary

Methods included from HashLikeStruct

#key?, #keys, #non_nil?

Instance Attribute Details

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



30
31
32
# File 'lib/inspec/run_data/statistics.rb', line 30

def total
  @total
end