Class: JobRunStatusResult
- Inherits:
-
Object
- Object
- JobRunStatusResult
- Defined in:
- lib/metal/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comJobRunStatusResult
jobRunStatus - JobRunStatus
errorMessage - SOAP::SOAPString
recordsProcessed - SOAP::SOAPLong
recordsAdded - SOAP::SOAPLong
recordsRejected - SOAP::SOAPLong
recordsUpdated - SOAP::SOAPLong
durationInSeconds - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#durationInSeconds ⇒ Object
Returns the value of attribute durationInSeconds.
-
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
-
#jobRunStatus ⇒ Object
Returns the value of attribute jobRunStatus.
-
#recordsAdded ⇒ Object
Returns the value of attribute recordsAdded.
-
#recordsProcessed ⇒ Object
Returns the value of attribute recordsProcessed.
-
#recordsRejected ⇒ Object
Returns the value of attribute recordsRejected.
-
#recordsUpdated ⇒ Object
Returns the value of attribute recordsUpdated.
Instance Method Summary collapse
-
#initialize(jobRunStatus = nil, errorMessage = nil, recordsProcessed = nil, recordsAdded = nil, recordsRejected = nil, recordsUpdated = nil, durationInSeconds = nil) ⇒ JobRunStatusResult
constructor
A new instance of JobRunStatusResult.
Constructor Details
#initialize(jobRunStatus = nil, errorMessage = nil, recordsProcessed = nil, recordsAdded = nil, recordsRejected = nil, recordsUpdated = nil, durationInSeconds = nil) ⇒ JobRunStatusResult
Returns a new instance of JobRunStatusResult.
621 622 623 624 625 626 627 628 629 |
# File 'lib/metal/default.rb', line 621 def initialize(jobRunStatus = nil, errorMessage = nil, recordsProcessed = nil, recordsAdded = nil, recordsRejected = nil, recordsUpdated = nil, durationInSeconds = nil) @jobRunStatus = jobRunStatus @errorMessage = errorMessage @recordsProcessed = recordsProcessed @recordsAdded = recordsAdded @recordsRejected = recordsRejected @recordsUpdated = recordsUpdated @durationInSeconds = durationInSeconds end |
Instance Attribute Details
#durationInSeconds ⇒ Object
Returns the value of attribute durationInSeconds.
619 620 621 |
# File 'lib/metal/default.rb', line 619 def durationInSeconds @durationInSeconds end |
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
614 615 616 |
# File 'lib/metal/default.rb', line 614 def errorMessage @errorMessage end |
#jobRunStatus ⇒ Object
Returns the value of attribute jobRunStatus.
613 614 615 |
# File 'lib/metal/default.rb', line 613 def jobRunStatus @jobRunStatus end |
#recordsAdded ⇒ Object
Returns the value of attribute recordsAdded.
616 617 618 |
# File 'lib/metal/default.rb', line 616 def recordsAdded @recordsAdded end |
#recordsProcessed ⇒ Object
Returns the value of attribute recordsProcessed.
615 616 617 |
# File 'lib/metal/default.rb', line 615 def recordsProcessed @recordsProcessed end |
#recordsRejected ⇒ Object
Returns the value of attribute recordsRejected.
617 618 619 |
# File 'lib/metal/default.rb', line 617 def recordsRejected @recordsRejected end |
#recordsUpdated ⇒ Object
Returns the value of attribute recordsUpdated.
618 619 620 |
# File 'lib/metal/default.rb', line 618 def recordsUpdated @recordsUpdated end |