Class: GetJobRuns
- Inherits:
-
Object
- Object
- GetJobRuns
- 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
-
#endDate ⇒ Object
Returns the value of attribute endDate.
-
#jobId ⇒ Object
Returns the value of attribute jobId.
-
#startDate ⇒ Object
Returns the value of attribute startDate.
Instance Method Summary collapse
-
#initialize(jobId = nil, startDate = nil, endDate = nil) ⇒ GetJobRuns
constructor
A new instance of GetJobRuns.
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
#endDate ⇒ Object
Returns the value of attribute endDate.
2144 2145 2146 |
# File 'lib/stub/default.rb', line 2144 def endDate @endDate end |
#jobId ⇒ Object
Returns the value of attribute jobId.
2142 2143 2144 |
# File 'lib/stub/default.rb', line 2142 def jobId @jobId end |
#startDate ⇒ Object
Returns the value of attribute startDate.
2143 2144 2145 |
# File 'lib/stub/default.rb', line 2143 def startDate @startDate end |