Class: XCJobs::Distribute::Crittercism
- Inherits:
-
Rake::TaskLib
- Object
- Rake::TaskLib
- XCJobs::Distribute::Crittercism
- Includes:
- Rake::DSL, XCJobs::Distribute
- Defined in:
- lib/xcjobs/distribute.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#dsym ⇒ Object
Returns the value of attribute dsym.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ Crittercism
constructor
A new instance of Crittercism.
Methods included from XCJobs::Distribute
#after_action, #before_action, #upload
Constructor Details
#initialize {|_self| ... } ⇒ Crittercism
Returns a new instance of Crittercism.
248 249 250 251 |
# File 'lib/xcjobs/distribute.rb', line 248 def initialize() yield self if block_given? define end |
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
244 245 246 |
# File 'lib/xcjobs/distribute.rb', line 244 def app_id @app_id end |
#dsym ⇒ Object
Returns the value of attribute dsym.
245 246 247 |
# File 'lib/xcjobs/distribute.rb', line 245 def dsym @dsym end |
#key ⇒ Object
Returns the value of attribute key.
246 247 248 |
# File 'lib/xcjobs/distribute.rb', line 246 def key @key end |