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



170
171
172
173
174
175
176
# File 'lib/chef/mixin/securable.rb', line 170

def inherits(arg = nil)
  set_or_return(
    :inherits,
    arg,
    :kind_of => [ TrueClass, FalseClass ]
  )
end