Class: Inspec::Telemetry::Null
- Defined in:
- lib/inspec/utils/telemetry/null.rb
Constant Summary
Constants inherited from Base
Base::JOB_TYPE, Base::TYPE, Base::VERSION
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#create_wrapper, #fetch_license_ids, #format_control_tags, #note_all_invoked_features, #note_feature_usage, #note_gem_dependency_usage, #note_per_run_features, #obscure
Instance Method Details
#run_ending(_opts) ⇒ Object
7 |
# File 'lib/inspec/utils/telemetry/null.rb', line 7 def run_ending(_opts); end |
#run_starting(_opts) ⇒ Object
6 |
# File 'lib/inspec/utils/telemetry/null.rb', line 6 def run_starting(_opts); end |