Method: R10K::Deployment#initialize

Defined in:
lib/r10k/deployment.rb

#initialize(config) ⇒ Deployment

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 a new instance of Deployment.



31
32
33
# File 'lib/r10k/deployment.rb', line 31

def initialize(config)
  @config = config
end