Class: RunJob
- Inherits:
-
Object
- Object
- RunJob
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comrunJob
jobId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#jobId ⇒ Object
Returns the value of attribute jobId.
Instance Method Summary collapse
-
#initialize(jobId = nil) ⇒ RunJob
constructor
A new instance of RunJob.
Constructor Details
#initialize(jobId = nil) ⇒ RunJob
Returns a new instance of RunJob.
2092 2093 2094 |
# File 'lib/stub/default.rb', line 2092 def initialize(jobId = nil) @jobId = jobId end |
Instance Attribute Details
#jobId ⇒ Object
Returns the value of attribute jobId.
2090 2091 2092 |
# File 'lib/stub/default.rb', line 2090 def jobId @jobId end |