Method: Thrust::IOS::Deploy#initialize

Defined in:
lib/thrust/ios/deploy.rb

#initialize(out, x_code_tools, agv_tool, git, testflight, thrust_config, deployment_config, deployment_target) ⇒ Deploy

Returns a new instance of Deploy.



4
5
6
7
8
9
10
11
12
13
# File 'lib/thrust/ios/deploy.rb', line 4

def initialize(out, x_code_tools, agv_tool, git, testflight, thrust_config, deployment_config, deployment_target)
  @out = out
  @x_code_tools = x_code_tools
  @agv_tool = agv_tool
  @git = git
  @testflight = testflight
  @thrust_config = thrust_config
  @deployment_config = deployment_config
  @deployment_target = deployment_target
end