Class: XCJobs::Distribute::Crittercism

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

Returns a new instance of Crittercism.

Yields:

  • (_self)

Yield Parameters:



248
249
250
251
# File 'lib/xcjobs/distribute.rb', line 248

def initialize()
  yield self if block_given?
  define
end

Instance Attribute Details

#app_idObject

Returns the value of attribute app_id.



244
245
246
# File 'lib/xcjobs/distribute.rb', line 244

def app_id
  @app_id
end

#dsymObject

Returns the value of attribute dsym.



245
246
247
# File 'lib/xcjobs/distribute.rb', line 245

def dsym
  @dsym
end

#keyObject

Returns the value of attribute key.



246
247
248
# File 'lib/xcjobs/distribute.rb', line 246

def key
  @key
end