Module: Chef::Mixin::Securable::WindowsSecurableAttributes
- Included in:
- Chef::Mixin::Securable
- Defined in:
- lib/chef/mixin/securable.rb
Overview
Defines #inherits to describe Windows file security ACLs on the including class
Instance Method Summary collapse
Instance Method Details
#inherits(arg = nil) ⇒ Object
166 167 168 169 170 171 172 |
# File 'lib/chef/mixin/securable.rb', line 166 def inherits(arg = nil) set_or_return( :inherits, arg, kind_of: [ TrueClass, FalseClass ] ) end |