Method: Wordmove::EnvironmentsList#initialize

Defined in:
lib/wordmove/environments_list.rb

#initialize(options) ⇒ EnvironmentsList

Returns a new instance of EnvironmentsList.



11
12
13
14
15
16
# File 'lib/wordmove/environments_list.rb', line 11

def initialize(options)
  @logger = Logger.new(STDOUT).tap { |l| l.level = Logger::INFO }
  @movefile = Wordmove::Movefile.new(options[:config])
  @remote_vhosts = []
  @local_vhost = []
end