Method: Docman::Deployers::Deployer#initialize

Defined in:
lib/docman/deployers/deployer.rb

#initialize(params, context = nil, caller = nil, type = nil) ⇒ Deployer

Returns a new instance of Deployer.



28
29
30
31
32
33
34
# File 'lib/docman/deployers/deployer.rb', line 28

def initialize(params, context = nil, caller = nil, type = nil)
  super(params, context, caller, type)
  @docroot_config = caller.docroot_config
  @builded = []
  @build_results = {}
  @versions = {}
end