Method: Chef::Compliance::Profile#name
- Defined in:
- lib/chef/compliance/profile.rb
#name ⇒ String
Returns 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 |