Class: JobRunStatusResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#durationInSecondsObject

Returns the value of attribute durationInSeconds.



619
620
621
# File 'lib/metal/default.rb', line 619

def durationInSeconds
  @durationInSeconds
end

#errorMessageObject

Returns the value of attribute errorMessage.



614
615
616
# File 'lib/metal/default.rb', line 614

def errorMessage
  @errorMessage
end

#jobRunStatusObject

Returns the value of attribute jobRunStatus.



613
614
615
# File 'lib/metal/default.rb', line 613

def jobRunStatus
  @jobRunStatus
end

#recordsAddedObject

Returns the value of attribute recordsAdded.



616
617
618
# File 'lib/metal/default.rb', line 616

def recordsAdded
  @recordsAdded
end

#recordsProcessedObject

Returns the value of attribute recordsProcessed.



615
616
617
# File 'lib/metal/default.rb', line 615

def recordsProcessed
  @recordsProcessed
end

#recordsRejectedObject

Returns the value of attribute recordsRejected.



617
618
619
# File 'lib/metal/default.rb', line 617

def recordsRejected
  @recordsRejected
end

#recordsUpdatedObject

Returns the value of attribute recordsUpdated.



618
619
620
# File 'lib/metal/default.rb', line 618

def recordsUpdated
  @recordsUpdated
end