Class: GetJobRunLog

Inherits:
Object
  • Object
show all
Defined in:
lib/metal/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comgetJobRunLog

jobRunId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(jobRunId = nil) ⇒ GetJobRunLog

Returns a new instance of GetJobRunLog.



2161
2162
2163
# File 'lib/metal/default.rb', line 2161

def initialize(jobRunId = nil)
  @jobRunId = jobRunId
end

Instance Attribute Details

#jobRunIdObject

Returns the value of attribute jobRunId.



2159
2160
2161
# File 'lib/metal/default.rb', line 2159

def jobRunId
  @jobRunId
end