Class: XCJobs::Distribute::DeployGate

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

Returns a new instance of DeployGate.

Yields:

  • (_self)

Yield Parameters:


92
93
94
95
# File 'lib/xcjobs/distribute.rb', line 92

def initialize()
  yield self if block_given?
  define
end

Instance Attribute Details

#disable_notifyObject

Returns the value of attribute disable_notify.


89
90
91
# File 'lib/xcjobs/distribute.rb', line 89

def disable_notify
  @disable_notify
end

#distribution_keyObject

Returns the value of attribute distribution_key.


87
88
89
# File 'lib/xcjobs/distribute.rb', line 87

def distribution_key
  @distribution_key
end

#fileObject

Returns the value of attribute file.


85
86
87
# File 'lib/xcjobs/distribute.rb', line 85

def file
  @file
end

#messageObject

Returns the value of attribute message.


86
87
88
# File 'lib/xcjobs/distribute.rb', line 86

def message
  @message
end

#owner_nameObject

Returns the value of attribute owner_name.


82
83
84
# File 'lib/xcjobs/distribute.rb', line 82

def owner_name
  @owner_name
end

#release_noteObject

Returns the value of attribute release_note.


88
89
90
# File 'lib/xcjobs/distribute.rb', line 88

def release_note
  @release_note
end

#tokenObject

Returns the value of attribute token.


84
85
86
# File 'lib/xcjobs/distribute.rb', line 84

def token
  @token
end

#visibilityObject

Returns the value of attribute visibility.


90
91
92
# File 'lib/xcjobs/distribute.rb', line 90

def visibility
  @visibility
end