Class: GetJobRuns

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comgetJobRuns

jobId - SOAP::SOAPLong
startDate - SOAP::SOAPDateTime
endDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(jobId = nil, startDate = nil, endDate = nil) ⇒ GetJobRuns

Returns a new instance of GetJobRuns.



2146
2147
2148
2149
2150
# File 'lib/stub/default.rb', line 2146

def initialize(jobId = nil, startDate = nil, endDate = nil)
  @jobId = jobId
  @startDate = startDate
  @endDate = endDate
end

Instance Attribute Details

#endDateObject

Returns the value of attribute endDate.



2144
2145
2146
# File 'lib/stub/default.rb', line 2144

def endDate
  @endDate
end

#jobIdObject

Returns the value of attribute jobId.



2142
2143
2144
# File 'lib/stub/default.rb', line 2142

def jobId
  @jobId
end

#startDateObject

Returns the value of attribute startDate.



2143
2144
2145
# File 'lib/stub/default.rb', line 2143

def startDate
  @startDate
end