Method: Wordmove::Deployer::Base#initialize

Defined in:
lib/wordmove/deployer/base.rb

#initialize(environment, options = {}) ⇒ Base

Returns a new instance of Base.



70
71
72
73
74
# File 'lib/wordmove/deployer/base.rb', line 70

def initialize(environment, options = {})
  @environment = environment.to_sym
  @options = options
  @logger = self.class.logger
end