Class: XCJobs::Distribute::TestFlight
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- XCJobs::Distribute::TestFlight
- Includes:
- Rake::DSL, XCJobs::Distribute
- Defined in:
- lib/xcjobs/distribute.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#distribution_lists ⇒ Object
Returns the value of attribute distribution_lists.
-
#file ⇒ Object
Returns the value of attribute file.
-
#notes ⇒ Object
Returns the value of attribute notes.
-
#notify ⇒ Object
Returns the value of attribute notify.
-
#replace ⇒ Object
Returns the value of attribute replace.
-
#team_token ⇒ Object
Returns the value of attribute team_token.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ TestFlight
constructor
A new instance of TestFlight.
Methods included from XCJobs::Distribute
#after_action, #before_action, #upload
Constructor Details
#initialize {|_self| ... } ⇒ TestFlight
Returns a new instance of TestFlight.
49 50 51 52 |
# File 'lib/xcjobs/distribute.rb', line 49 def initialize() yield self if block_given? define end |
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
42 43 44 |
# File 'lib/xcjobs/distribute.rb', line 42 def api_token @api_token end |
#distribution_lists ⇒ Object
Returns the value of attribute distribution_lists.
46 47 48 |
# File 'lib/xcjobs/distribute.rb', line 46 def distribution_lists @distribution_lists end |
#file ⇒ Object
Returns the value of attribute file.
41 42 43 |
# File 'lib/xcjobs/distribute.rb', line 41 def file @file end |
#notes ⇒ Object
Returns the value of attribute notes.
47 48 49 |
# File 'lib/xcjobs/distribute.rb', line 47 def notes @notes end |
#notify ⇒ Object
Returns the value of attribute notify.
44 45 46 |
# File 'lib/xcjobs/distribute.rb', line 44 def notify @notify end |
#replace ⇒ Object
Returns the value of attribute replace.
45 46 47 |
# File 'lib/xcjobs/distribute.rb', line 45 def replace @replace end |
#team_token ⇒ Object
Returns the value of attribute team_token.
43 44 45 |
# File 'lib/xcjobs/distribute.rb', line 43 def team_token @team_token end |