Class: LaunchPreferences

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comLaunchPreferences

enableLimit - SOAP::SOAPBoolean
recipientLimit - SOAP::SOAPLong
enableNthSampling - SOAP::SOAPBoolean
samplingNthSelection - SOAP::SOAPInt
samplingNthInterval - SOAP::SOAPInt
samplingNthOffset - SOAP::SOAPInt
enableProgressAlerts - SOAP::SOAPBoolean
progressEmailAddresses - SOAP::SOAPString
progressChunk - ProgressChunk

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(enableLimit = nil, recipientLimit = nil, enableNthSampling = nil, samplingNthSelection = nil, samplingNthInterval = nil, samplingNthOffset = nil, enableProgressAlerts = nil, progressEmailAddresses = nil, progressChunk = nil) ⇒ LaunchPreferences

Returns a new instance of LaunchPreferences.



333
334
335
336
337
338
339
340
341
342
343
# File 'lib/stub/default.rb', line 333

def initialize(enableLimit = nil, recipientLimit = nil, enableNthSampling = nil, samplingNthSelection = nil, samplingNthInterval = nil, samplingNthOffset = nil, enableProgressAlerts = nil, progressEmailAddresses = nil, progressChunk = nil)
  @enableLimit = enableLimit
  @recipientLimit = recipientLimit
  @enableNthSampling = enableNthSampling
  @samplingNthSelection = samplingNthSelection
  @samplingNthInterval = samplingNthInterval
  @samplingNthOffset = samplingNthOffset
  @enableProgressAlerts = enableProgressAlerts
  @progressEmailAddresses = progressEmailAddresses
  @progressChunk = progressChunk
end

Instance Attribute Details

#enableLimitObject

Returns the value of attribute enableLimit.



323
324
325
# File 'lib/stub/default.rb', line 323

def enableLimit
  @enableLimit
end

#enableNthSamplingObject

Returns the value of attribute enableNthSampling.



325
326
327
# File 'lib/stub/default.rb', line 325

def enableNthSampling
  @enableNthSampling
end

#enableProgressAlertsObject

Returns the value of attribute enableProgressAlerts.



329
330
331
# File 'lib/stub/default.rb', line 329

def enableProgressAlerts
  @enableProgressAlerts
end

#progressChunkObject

Returns the value of attribute progressChunk.



331
332
333
# File 'lib/stub/default.rb', line 331

def progressChunk
  @progressChunk
end

#progressEmailAddressesObject

Returns the value of attribute progressEmailAddresses.



330
331
332
# File 'lib/stub/default.rb', line 330

def progressEmailAddresses
  @progressEmailAddresses
end

#recipientLimitObject

Returns the value of attribute recipientLimit.



324
325
326
# File 'lib/stub/default.rb', line 324

def recipientLimit
  @recipientLimit
end

#samplingNthIntervalObject

Returns the value of attribute samplingNthInterval.



327
328
329
# File 'lib/stub/default.rb', line 327

def samplingNthInterval
  @samplingNthInterval
end

#samplingNthOffsetObject

Returns the value of attribute samplingNthOffset.



328
329
330
# File 'lib/stub/default.rb', line 328

def samplingNthOffset
  @samplingNthOffset
end

#samplingNthSelectionObject

Returns the value of attribute samplingNthSelection.



326
327
328
# File 'lib/stub/default.rb', line 326

def samplingNthSelection
  @samplingNthSelection
end