Expose configuration for telemetry as method

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-05-02 20:12:53 -07:00
parent 1bba904dad
commit b0ee14a204

View file

@ -67,6 +67,10 @@ module Inspec
puts
end
def telemetry_enabled?
final_options['telemetry']
end
#-----------------------------------------------------------------------#
# Train Credential Handling
#-----------------------------------------------------------------------#