Method: Inspec::Object::Describe#to_hash
- Defined in:
- lib/inspec/objects/describe.rb
#to_hash ⇒ Object
70 71 72 |
# File 'lib/inspec/objects/describe.rb', line 70 def to_hash { qualifier: qualifier, tests: tests.map(&:to_h), variables: variables, skip: skip } end |