Class: XCJobs::Distribute::ITC
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- XCJobs::Distribute::ITC
- Includes:
- Rake::DSL, XCJobs::Distribute
- Defined in:
- lib/xcjobs/distribute.rb
Instance Attribute Summary collapse
-
#altool ⇒ Object
Returns the value of attribute altool.
-
#file ⇒ Object
Returns the value of attribute file.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ ITC
constructor
A new instance of ITC.
Methods included from XCJobs::Distribute
#after_action, #before_action, #upload
Constructor Details
#initialize {|_self| ... } ⇒ ITC
Returns a new instance of ITC.
281 282 283 284 |
# File 'lib/xcjobs/distribute.rb', line 281 def initialize() yield self if block_given? define end |
Instance Attribute Details
#altool ⇒ Object
Returns the value of attribute altool.
279 280 281 |
# File 'lib/xcjobs/distribute.rb', line 279 def altool @altool end |
#file ⇒ Object
Returns the value of attribute file.
276 277 278 |
# File 'lib/xcjobs/distribute.rb', line 276 def file @file end |
#password ⇒ Object
Returns the value of attribute password.
278 279 280 |
# File 'lib/xcjobs/distribute.rb', line 278 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
277 278 279 |
# File 'lib/xcjobs/distribute.rb', line 277 def username @username end |