Class: JobRunStatusResult
- Inherits:
-
Object
- Object
- JobRunStatusResult
- Defined in:
- lib/stub/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.
620 621 622 623 624 625 626 627 628 |
# File 'lib/stub/default.rb', line 620 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.
618 619 620 |
# File 'lib/stub/default.rb', line 618 def durationInSeconds @durationInSeconds end |
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
613 614 615 |
# File 'lib/stub/default.rb', line 613 def errorMessage @errorMessage end |
#jobRunStatus ⇒ Object
Returns the value of attribute jobRunStatus.
612 613 614 |
# File 'lib/stub/default.rb', line 612 def jobRunStatus @jobRunStatus end |
#recordsAdded ⇒ Object
Returns the value of attribute recordsAdded.
615 616 617 |
# File 'lib/stub/default.rb', line 615 def recordsAdded @recordsAdded end |
#recordsProcessed ⇒ Object
Returns the value of attribute recordsProcessed.
614 615 616 |
# File 'lib/stub/default.rb', line 614 def recordsProcessed @recordsProcessed end |
#recordsRejected ⇒ Object
Returns the value of attribute recordsRejected.
616 617 618 |
# File 'lib/stub/default.rb', line 616 def recordsRejected @recordsRejected end |
#recordsUpdated ⇒ Object
Returns the value of attribute recordsUpdated.
617 618 619 |
# File 'lib/stub/default.rb', line 617 def recordsUpdated @recordsUpdated end |