Method: Inspec::Object::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.



36
37
38
# File 'lib/inspec/objects/describe.rb', line 36

def qualifier
  @qualifier
end