Class: LaunchPreferences
- Inherits:
-
Object
- Object
- LaunchPreferences
- 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
-
#enableLimit ⇒ Object
Returns the value of attribute enableLimit.
-
#enableNthSampling ⇒ Object
Returns the value of attribute enableNthSampling.
-
#enableProgressAlerts ⇒ Object
Returns the value of attribute enableProgressAlerts.
-
#progressChunk ⇒ Object
Returns the value of attribute progressChunk.
-
#progressEmailAddresses ⇒ Object
Returns the value of attribute progressEmailAddresses.
-
#recipientLimit ⇒ Object
Returns the value of attribute recipientLimit.
-
#samplingNthInterval ⇒ Object
Returns the value of attribute samplingNthInterval.
-
#samplingNthOffset ⇒ Object
Returns the value of attribute samplingNthOffset.
-
#samplingNthSelection ⇒ Object
Returns the value of attribute samplingNthSelection.
Instance Method Summary collapse
-
#initialize(enableLimit = nil, recipientLimit = nil, enableNthSampling = nil, samplingNthSelection = nil, samplingNthInterval = nil, samplingNthOffset = nil, enableProgressAlerts = nil, progressEmailAddresses = nil, progressChunk = nil) ⇒ LaunchPreferences
constructor
A new instance of LaunchPreferences.
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
#enableLimit ⇒ Object
Returns the value of attribute enableLimit.
323 324 325 |
# File 'lib/stub/default.rb', line 323 def enableLimit @enableLimit end |
#enableNthSampling ⇒ Object
Returns the value of attribute enableNthSampling.
325 326 327 |
# File 'lib/stub/default.rb', line 325 def enableNthSampling @enableNthSampling end |
#enableProgressAlerts ⇒ Object
Returns the value of attribute enableProgressAlerts.
329 330 331 |
# File 'lib/stub/default.rb', line 329 def enableProgressAlerts @enableProgressAlerts end |
#progressChunk ⇒ Object
Returns the value of attribute progressChunk.
331 332 333 |
# File 'lib/stub/default.rb', line 331 def progressChunk @progressChunk end |
#progressEmailAddresses ⇒ Object
Returns the value of attribute progressEmailAddresses.
330 331 332 |
# File 'lib/stub/default.rb', line 330 def progressEmailAddresses @progressEmailAddresses end |
#recipientLimit ⇒ Object
Returns the value of attribute recipientLimit.
324 325 326 |
# File 'lib/stub/default.rb', line 324 def recipientLimit @recipientLimit end |
#samplingNthInterval ⇒ Object
Returns the value of attribute samplingNthInterval.
327 328 329 |
# File 'lib/stub/default.rb', line 327 def samplingNthInterval @samplingNthInterval end |
#samplingNthOffset ⇒ Object
Returns the value of attribute samplingNthOffset.
328 329 330 |
# File 'lib/stub/default.rb', line 328 def samplingNthOffset @samplingNthOffset end |
#samplingNthSelection ⇒ Object
Returns the value of attribute samplingNthSelection.
326 327 328 |
# File 'lib/stub/default.rb', line 326 def samplingNthSelection @samplingNthSelection end |