Class: GitWit::Actions::Dscl::Group

Inherits:
Base
  • Object
show all
Defined in:
lib/git_wit/actions/dscl/group.rb

Instance Attribute Summary

Attributes inherited from Base

#base, #name, #type

Instance Method Summary collapse

Methods inherited from Base

#exists?, #invoke!, #revoke!

Constructor Details

#initialize(base, name, config = {}) ⇒ Group

Returns a new instance of Group.



3
4
5
# File 'lib/git_wit/actions/dscl/group.rb', line 3

def initialize(base, name, config = {})
  super base, :group, name, config
end