Class: XCJobs::Distribute::TestFlight

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| ... } ⇒ TestFlight

Returns a new instance of TestFlight.

Yields:

  • (_self)

Yield Parameters:



49
50
51
52
# File 'lib/xcjobs/distribute.rb', line 49

def initialize()
  yield self if block_given?
  define
end

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token.



42
43
44
# File 'lib/xcjobs/distribute.rb', line 42

def api_token
  @api_token
end

#distribution_listsObject

Returns the value of attribute distribution_lists.



46
47
48
# File 'lib/xcjobs/distribute.rb', line 46

def distribution_lists
  @distribution_lists
end

#fileObject

Returns the value of attribute file.



41
42
43
# File 'lib/xcjobs/distribute.rb', line 41

def file
  @file
end

#notesObject

Returns the value of attribute notes.



47
48
49
# File 'lib/xcjobs/distribute.rb', line 47

def notes
  @notes
end

#notifyObject

Returns the value of attribute notify.



44
45
46
# File 'lib/xcjobs/distribute.rb', line 44

def notify
  @notify
end

#replaceObject

Returns the value of attribute replace.



45
46
47
# File 'lib/xcjobs/distribute.rb', line 45

def replace
  @replace
end

#team_tokenObject

Returns the value of attribute team_token.



43
44
45
# File 'lib/xcjobs/distribute.rb', line 43

def team_token
  @team_token
end