Method: ECSUtil::Command#initialize

Defined in:
lib/ecsutil/command.rb

#initialize(config, action = nil, args = []) ⇒ Command

Returns a new instance of Command.



18
19
20
21
22
# File 'lib/ecsutil/command.rb', line 18

def initialize(config, action = nil, args = [])
  @config = config
  @action = action
  @args   = args
end