Method: Inspec::EachLoop#to_hash

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

#to_hashObject



24
25
26
# File 'lib/inspec/objects/each_loop.rb', line 24

def to_hash
  { qualifier: qualifier, test: @test }
end