Class: Escalator::Upload

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

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/escalator/upload.rb', line 7

def run command
  @command = command
  prepareContext
  command.ipaPaths.each { |path|
    uploadIPA path
  }
end