Class: XCJobs::Distribute::ITC

Inherits:
Rake::TaskLib
  • Object
show all
Includes:
Rake::DSL, XCJobs::Distribute
Defined in:
lib/xcjobs/distribute.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from XCJobs::Distribute

#after_action, #before_action, #upload

Constructor Details

#initialize {|_self| ... } ⇒ ITC

Returns a new instance of ITC.

Yields:

  • (_self)

Yield Parameters:



281
282
283
284
# File 'lib/xcjobs/distribute.rb', line 281

def initialize()
  yield self if block_given?
  define
end

Instance Attribute Details

#altoolObject

Returns the value of attribute altool.



279
280
281
# File 'lib/xcjobs/distribute.rb', line 279

def altool
  @altool
end

#fileObject

Returns the value of attribute file.



276
277
278
# File 'lib/xcjobs/distribute.rb', line 276

def file
  @file
end

#passwordObject

Returns the value of attribute password.



278
279
280
# File 'lib/xcjobs/distribute.rb', line 278

def password
  @password
end

#usernameObject

Returns the value of attribute username.



277
278
279
# File 'lib/xcjobs/distribute.rb', line 277

def username
  @username
end