Method: Inspec::Describe#to_hash

Defined in:
lib/inspec/objects/describe.rb

#to_hashObject



71
72
73
# File 'lib/inspec/objects/describe.rb', line 71

def to_hash
  { qualifier: qualifier, tests: tests.map(&:to_h), variables: variables, skip: skip }
end