Class: ProofLaunchOptions

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comProofLaunchOptions

proofEmailAddress - SOAP::SOAPString
proofLaunchType - ProofLaunchType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#proofEmailAddressObject

Returns the value of attribute proofEmailAddress.



303
304
305
# File 'lib/stub/default.rb', line 303

def proofEmailAddress
  @proofEmailAddress
end

#proofLaunchTypeObject

Returns the value of attribute proofLaunchType.



304
305
306
# File 'lib/stub/default.rb', line 304

def proofLaunchType
  @proofLaunchType
end