Class: ConnectJob

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#activeObject

Returns the value of attribute active.



647
648
649
# File 'lib/stub/default.rb', line 647

def active
  @active
end

#jobIdObject

Returns the value of attribute jobId.



641
642
643
# File 'lib/stub/default.rb', line 641

def jobId
  @jobId
end

#jobNameObject

Returns the value of attribute jobName.



642
643
644
# File 'lib/stub/default.rb', line 642

def jobName
  @jobName
end

#jobTypeObject

Returns the value of attribute jobType.



643
644
645
# File 'lib/stub/default.rb', line 643

def jobType
  @jobType
end

#lastJobRunObject

Returns the value of attribute lastJobRun.



645
646
647
# File 'lib/stub/default.rb', line 645

def lastJobRun
  @lastJobRun
end

#nextJobRunObject

Returns the value of attribute nextJobRun.



644
645
646
# File 'lib/stub/default.rb', line 644

def nextJobRun
  @nextJobRun
end

#runningObject

Returns the value of attribute running.



648
649
650
# File 'lib/stub/default.rb', line 648

def running
  @running
end

#scheduleTypeObject

Returns the value of attribute scheduleType.



646
647
648
# File 'lib/stub/default.rb', line 646

def scheduleType
  @scheduleType
end