Class: IOSCI

Inherits:
Object
  • Object
show all
Defined in:
lib/ios_ci.rb

Instance Method Summary collapse

Constructor Details

#initializeIOSCI

Returns a new instance of IOSCI.



13
14
15
16
17
18
# File 'lib/ios_ci.rb', line 13

def initialize
  @launcher = Launcher.new
  @params = Params.new
  factory = CommandFactory.new(@params)
  run(factory.get_commands)
end