Module: Chef::Mixin::Securable::WindowsSecurableAttributes
- Included in:
- Chef::Mixin::Securable
- Defined in:
- lib/chef/mixin/securable.rb
Overview
WindowsSecurableAttributes
Defines #inherits to describe Windows file security ACLs on the including class
Instance Method Summary collapse
Instance Method Details
#inherits(arg = nil) ⇒ Object
179 180 181 182 183 184 185 |
# File 'lib/chef/mixin/securable.rb', line 179 def inherits(arg=nil) set_or_return( :inherits, arg, :kind_of => [ TrueClass, FalseClass ] ) end |