Class: Inspec::Plugin::V2::PluginType::StreamingReporter

Inherits:
Inspec::Plugin::V2::PluginBase show all
Defined in:
lib/inspec/plugin/v2/plugin_types/streaming_reporter.rb

Instance Method Summary collapse

Methods inherited from Inspec::Plugin::V2::PluginBase

base_class_for_type, find_name_by_implementation_class, plugin_name, register_plugin_type, registry

Instance Method Details

#initialize_streaming_reporterObject

#
StreamingReporter plugin type API
#

Implementation classes must implement these methods.



10
11
12
13
14
# File 'lib/inspec/plugin/v2/plugin_types/streaming_reporter.rb', line 10

def initialize_streaming_reporter
  @running_controls_list = []
  @control_checks_count_map = {}
  @controls_count = nil
end