Method: GitWit::Actions::Dscl::Base#initialize
- Defined in:
- lib/git_wit/actions/dscl/base.rb
#initialize(base, type, name, config = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/git_wit/actions/dscl/base.rb', line 6 def initialize(base, type, name, config = {}) @base, @type, @name = base, type, name @config = {verbose: true}.merge config end |