Method: Inspec::Describe#qualifier

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

#qualifierObject

A qualifier describing the resource that will be tested. It may consist of the resource identification and multiple accessors to pinpoint the data the user wants to test.



38
39
40
# File 'lib/inspec/objects/describe.rb', line 38

def qualifier
  @qualifier
end