Class: ProofLaunchOptions
- Inherits:
-
Object
- Object
- ProofLaunchOptions
- Defined in:
- lib/metal/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.
307 308 309 310 |
# File 'lib/metal/default.rb', line 307 def initialize(proofEmailAddress = nil, proofLaunchType = nil) @proofEmailAddress = proofEmailAddress @proofLaunchType = proofLaunchType end |
Instance Attribute Details
#proofEmailAddress ⇒ Object
Returns the value of attribute proofEmailAddress.
304 305 306 |
# File 'lib/metal/default.rb', line 304 def proofEmailAddress @proofEmailAddress end |
#proofLaunchType ⇒ Object
Returns the value of attribute proofLaunchType.
305 306 307 |
# File 'lib/metal/default.rb', line 305 def proofLaunchType @proofLaunchType end |