Method: Chef::Compliance::Profile#name

Defined in:
lib/chef/compliance/profile.rb

#nameString

Returns name of the inspec profile from parsing the inspec.yml.

Returns:

  • (String)

    name of the inspec profile from parsing the inspec.yml



50
51
52
# File 'lib/chef/compliance/profile.rb', line 50

def name
  @data["name"]
end