Method: Puppet::Util::Windows::AccessControlEntry#object_inherit?
- Defined in:
- lib/puppet/util/windows/access_control_entry.rb
#object_inherit? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns true if this ACE applies to child files.
60 61 62 |
# File 'lib/puppet/util/windows/access_control_entry.rb', line 60 def object_inherit? (@flags & OBJECT_INHERIT_ACE) == OBJECT_INHERIT_ACE end |