Class: GetJobRunStatus
- Inherits:
-
Object
- Object
- GetJobRunStatus
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comgetJobRunStatus
jobRunId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#jobRunId ⇒ Object
Returns the value of attribute jobRunId.
Instance Method Summary collapse
-
#initialize(jobRunId = nil) ⇒ GetJobRunStatus
constructor
A new instance of GetJobRunStatus.
Constructor Details
#initialize(jobRunId = nil) ⇒ GetJobRunStatus
Returns a new instance of GetJobRunStatus.
2112 2113 2114 |
# File 'lib/stub/default.rb', line 2112 def initialize(jobRunId = nil) @jobRunId = jobRunId end |
Instance Attribute Details
#jobRunId ⇒ Object
Returns the value of attribute jobRunId.
2110 2111 2112 |
# File 'lib/stub/default.rb', line 2110 def jobRunId @jobRunId end |