Class: GetJobRunLog
- Inherits:
-
Object
- Object
- GetJobRunLog
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comgetJobRunLog
jobRunId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#jobRunId ⇒ Object
Returns the value of attribute jobRunId.
Instance Method Summary collapse
-
#initialize(jobRunId = nil) ⇒ GetJobRunLog
constructor
A new instance of GetJobRunLog.
Constructor Details
#initialize(jobRunId = nil) ⇒ GetJobRunLog
Returns a new instance of GetJobRunLog.
2162 2163 2164 |
# File 'lib/stub/default.rb', line 2162 def initialize(jobRunId = nil) @jobRunId = jobRunId end |
Instance Attribute Details
#jobRunId ⇒ Object
Returns the value of attribute jobRunId.
2160 2161 2162 |
# File 'lib/stub/default.rb', line 2160 def jobRunId @jobRunId end |