Class: ConnectJob
- Inherits:
-
Object
- Object
- ConnectJob
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comConnectJob
jobId - SOAP::SOAPLong
jobName - SOAP::SOAPString
jobType - SOAP::SOAPString
nextJobRun - SOAP::SOAPDateTime
lastJobRun - SOAP::SOAPDateTime
scheduleType - SOAP::SOAPString
active - SOAP::SOAPBoolean
running - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#jobId ⇒ Object
Returns the value of attribute jobId.
-
#jobName ⇒ Object
Returns the value of attribute jobName.
-
#jobType ⇒ Object
Returns the value of attribute jobType.
-
#lastJobRun ⇒ Object
Returns the value of attribute lastJobRun.
-
#nextJobRun ⇒ Object
Returns the value of attribute nextJobRun.
-
#running ⇒ Object
Returns the value of attribute running.
-
#scheduleType ⇒ Object
Returns the value of attribute scheduleType.
Instance Method Summary collapse
-
#initialize(jobId = nil, jobName = nil, jobType = nil, nextJobRun = nil, lastJobRun = nil, scheduleType = nil, active = nil, running = nil) ⇒ ConnectJob
constructor
A new instance of ConnectJob.
Constructor Details
#initialize(jobId = nil, jobName = nil, jobType = nil, nextJobRun = nil, lastJobRun = nil, scheduleType = nil, active = nil, running = nil) ⇒ ConnectJob
Returns a new instance of ConnectJob.
650 651 652 653 654 655 656 657 658 659 |
# File 'lib/stub/default.rb', line 650 def initialize(jobId = nil, jobName = nil, jobType = nil, nextJobRun = nil, lastJobRun = nil, scheduleType = nil, active = nil, running = nil) @jobId = jobId @jobName = jobName @jobType = jobType @nextJobRun = nextJobRun @lastJobRun = lastJobRun @scheduleType = scheduleType @active = active @running = running end |
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
647 648 649 |
# File 'lib/stub/default.rb', line 647 def active @active end |
#jobId ⇒ Object
Returns the value of attribute jobId.
641 642 643 |
# File 'lib/stub/default.rb', line 641 def jobId @jobId end |
#jobName ⇒ Object
Returns the value of attribute jobName.
642 643 644 |
# File 'lib/stub/default.rb', line 642 def jobName @jobName end |
#jobType ⇒ Object
Returns the value of attribute jobType.
643 644 645 |
# File 'lib/stub/default.rb', line 643 def jobType @jobType end |
#lastJobRun ⇒ Object
Returns the value of attribute lastJobRun.
645 646 647 |
# File 'lib/stub/default.rb', line 645 def lastJobRun @lastJobRun end |
#nextJobRun ⇒ Object
Returns the value of attribute nextJobRun.
644 645 646 |
# File 'lib/stub/default.rb', line 644 def nextJobRun @nextJobRun end |
#running ⇒ Object
Returns the value of attribute running.
648 649 650 |
# File 'lib/stub/default.rb', line 648 def running @running end |
#scheduleType ⇒ Object
Returns the value of attribute scheduleType.
646 647 648 |
# File 'lib/stub/default.rb', line 646 def scheduleType @scheduleType end |