Class: XCJobs::Distribute::DeployGate
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- XCJobs::Distribute::DeployGate
- Includes:
- Rake::DSL, XCJobs::Distribute
- Defined in:
- lib/xcjobs/distribute.rb
Instance Attribute Summary collapse
-
#disable_notify ⇒ Object
Returns the value of attribute disable_notify.
-
#distribution_key ⇒ Object
Returns the value of attribute distribution_key.
-
#file ⇒ Object
Returns the value of attribute file.
-
#message ⇒ Object
Returns the value of attribute message.
-
#owner_name ⇒ Object
Returns the value of attribute owner_name.
-
#release_note ⇒ Object
Returns the value of attribute release_note.
-
#token ⇒ Object
Returns the value of attribute token.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ DeployGate
constructor
A new instance of DeployGate.
Methods included from XCJobs::Distribute
#after_action, #before_action, #upload
Constructor Details
#initialize {|_self| ... } ⇒ DeployGate
Returns a new instance of DeployGate.
92 93 94 95 |
# File 'lib/xcjobs/distribute.rb', line 92 def initialize() yield self if block_given? define end |
Instance Attribute Details
#disable_notify ⇒ Object
Returns the value of attribute disable_notify.
89 90 91 |
# File 'lib/xcjobs/distribute.rb', line 89 def disable_notify @disable_notify end |
#distribution_key ⇒ Object
Returns the value of attribute distribution_key.
87 88 89 |
# File 'lib/xcjobs/distribute.rb', line 87 def distribution_key @distribution_key end |
#file ⇒ Object
Returns the value of attribute file.
85 86 87 |
# File 'lib/xcjobs/distribute.rb', line 85 def file @file end |
#message ⇒ Object
Returns the value of attribute message.
86 87 88 |
# File 'lib/xcjobs/distribute.rb', line 86 def @message end |
#owner_name ⇒ Object
Returns the value of attribute owner_name.
82 83 84 |
# File 'lib/xcjobs/distribute.rb', line 82 def owner_name @owner_name end |
#release_note ⇒ Object
Returns the value of attribute release_note.
88 89 90 |
# File 'lib/xcjobs/distribute.rb', line 88 def release_note @release_note end |
#token ⇒ Object
Returns the value of attribute token.
84 85 86 |
# File 'lib/xcjobs/distribute.rb', line 84 def token @token end |
#visibility ⇒ Object
Returns the value of attribute visibility.
90 91 92 |
# File 'lib/xcjobs/distribute.rb', line 90 def visibility @visibility end |