Class: SfCli::Sf::Data::Resume::JobInfo
- Inherits:
-
Struct
- Object
- Struct
- SfCli::Sf::Data::Resume::JobInfo
- Defined in:
- lib/sf_cli/sf/data/resume.rb
Instance Attribute Summary collapse
-
#apexProcessingTime ⇒ Object
Returns the value of attribute apexProcessingTime.
-
#apiActiveProcessingTime ⇒ Object
Returns the value of attribute apiActiveProcessingTime.
-
#apiVersion ⇒ Object
Returns the value of attribute apiVersion.
-
#concurrencyMode ⇒ Object
Returns the value of attribute concurrencyMode.
-
#contentType ⇒ Object
Returns the value of attribute contentType.
-
#createdById ⇒ Object
Returns the value of attribute createdById.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#numberBatchesCompleted ⇒ Object
Returns the value of attribute numberBatchesCompleted.
-
#numberBatchesFailed ⇒ Object
Returns the value of attribute numberBatchesFailed.
-
#numberBatchesInProgress ⇒ Object
Returns the value of attribute numberBatchesInProgress.
-
#numberBatchesQueued ⇒ Object
Returns the value of attribute numberBatchesQueued.
-
#numberBatchesTotal ⇒ Object
Returns the value of attribute numberBatchesTotal.
-
#numberRecordsFailed ⇒ Object
Returns the value of attribute numberRecordsFailed.
-
#numberRecordsProcessed ⇒ Object
Returns the value of attribute numberRecordsProcessed.
-
#numberRetries ⇒ Object
Returns the value of attribute numberRetries.
-
#object ⇒ Object
Returns the value of attribute object.
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#state ⇒ Object
Returns the value of attribute state.
-
#systemModstamp ⇒ Object
Returns the value of attribute systemModstamp.
-
#totalProcessingTime ⇒ Object
Returns the value of attribute totalProcessingTime.
Instance Method Summary collapse
- #aborted? ⇒ Boolean
- #completed? ⇒ Boolean
- #failed? ⇒ Boolean
- #in_progress? ⇒ Boolean
- #opened? ⇒ Boolean
- #upload_completed? ⇒ Boolean
Instance Attribute Details
#apexProcessingTime ⇒ Object
Returns the value of attribute apexProcessingTime
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def apexProcessingTime @apexProcessingTime end |
#apiActiveProcessingTime ⇒ Object
Returns the value of attribute apiActiveProcessingTime
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def apiActiveProcessingTime @apiActiveProcessingTime end |
#apiVersion ⇒ Object
Returns the value of attribute apiVersion
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def apiVersion @apiVersion end |
#concurrencyMode ⇒ Object
Returns the value of attribute concurrencyMode
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def concurrencyMode @concurrencyMode end |
#contentType ⇒ Object
Returns the value of attribute contentType
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def contentType @contentType end |
#createdById ⇒ Object
Returns the value of attribute createdById
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def createdById @createdById end |
#createdDate ⇒ Object
Returns the value of attribute createdDate
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def createdDate @createdDate end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def id @id end |
#numberBatchesCompleted ⇒ Object
Returns the value of attribute numberBatchesCompleted
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberBatchesCompleted @numberBatchesCompleted end |
#numberBatchesFailed ⇒ Object
Returns the value of attribute numberBatchesFailed
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberBatchesFailed @numberBatchesFailed end |
#numberBatchesInProgress ⇒ Object
Returns the value of attribute numberBatchesInProgress
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberBatchesInProgress @numberBatchesInProgress end |
#numberBatchesQueued ⇒ Object
Returns the value of attribute numberBatchesQueued
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberBatchesQueued @numberBatchesQueued end |
#numberBatchesTotal ⇒ Object
Returns the value of attribute numberBatchesTotal
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberBatchesTotal @numberBatchesTotal end |
#numberRecordsFailed ⇒ Object
Returns the value of attribute numberRecordsFailed
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberRecordsFailed @numberRecordsFailed end |
#numberRecordsProcessed ⇒ Object
Returns the value of attribute numberRecordsProcessed
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberRecordsProcessed @numberRecordsProcessed end |
#numberRetries ⇒ Object
Returns the value of attribute numberRetries
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def numberRetries @numberRetries end |
#object ⇒ Object
Returns the value of attribute object
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def object @object end |
#operation ⇒ Object
Returns the value of attribute operation
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def operation @operation end |
#state ⇒ Object
Returns the value of attribute state
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def state @state end |
#systemModstamp ⇒ Object
Returns the value of attribute systemModstamp
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def systemModstamp @systemModstamp end |
#totalProcessingTime ⇒ Object
Returns the value of attribute totalProcessingTime
3 4 5 |
# File 'lib/sf_cli/sf/data/resume.rb', line 3 def totalProcessingTime @totalProcessingTime end |
Instance Method Details
#aborted? ⇒ Boolean
46 47 48 |
# File 'lib/sf_cli/sf/data/resume.rb', line 46 def aborted? state == 'Aborted' end |
#completed? ⇒ Boolean
38 39 40 |
# File 'lib/sf_cli/sf/data/resume.rb', line 38 def completed? state == 'JobComplete' end |
#failed? ⇒ Boolean
42 43 44 |
# File 'lib/sf_cli/sf/data/resume.rb', line 42 def failed? state == 'Failed' end |
#in_progress? ⇒ Boolean
34 35 36 |
# File 'lib/sf_cli/sf/data/resume.rb', line 34 def in_progress? state == 'InProgress' end |
#opened? ⇒ Boolean
26 27 28 |
# File 'lib/sf_cli/sf/data/resume.rb', line 26 def opened? state == 'Open' end |
#upload_completed? ⇒ Boolean
30 31 32 |
# File 'lib/sf_cli/sf/data/resume.rb', line 30 def upload_completed? state == 'UploadComplete' end |