Class: ProofLaunchOptions
- Inherits:
-
Object
- Object
- ProofLaunchOptions
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comProofLaunchOptions
proofEmailAddress - SOAP::SOAPString
proofLaunchType - ProofLaunchType
Instance Attribute Summary collapse
-
#proofEmailAddress ⇒ Object
Returns the value of attribute proofEmailAddress.
-
#proofLaunchType ⇒ Object
Returns the value of attribute proofLaunchType.
Instance Method Summary collapse
-
#initialize(proofEmailAddress = nil, proofLaunchType = nil) ⇒ ProofLaunchOptions
constructor
A new instance of ProofLaunchOptions.
Constructor Details
#initialize(proofEmailAddress = nil, proofLaunchType = nil) ⇒ ProofLaunchOptions
Returns a new instance of ProofLaunchOptions.
306 307 308 309 |
# File 'lib/stub/default.rb', line 306 def initialize(proofEmailAddress = nil, proofLaunchType = nil) @proofEmailAddress = proofEmailAddress @proofLaunchType = proofLaunchType end |
Instance Attribute Details
#proofEmailAddress ⇒ Object
Returns the value of attribute proofEmailAddress.
303 304 305 |
# File 'lib/stub/default.rb', line 303 def proofEmailAddress @proofEmailAddress end |
#proofLaunchType ⇒ Object
Returns the value of attribute proofLaunchType.
304 305 306 |
# File 'lib/stub/default.rb', line 304 def proofLaunchType @proofLaunchType end |