Method: Chef::Mixin::Securable::WindowsSecurableAttributes#inherits

Defined in:
lib/chef/mixin/securable.rb

#inherits(arg = nil) ⇒ Object

[View source]

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