Class: LaunchResult

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comLaunchResult

launchId - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(launchId = nil) ⇒ LaunchResult

Returns a new instance of LaunchResult.



351
352
353
# File 'lib/stub/default.rb', line 351

def initialize(launchId = nil)
  @launchId = launchId
end

Instance Attribute Details

#launchIdObject

Returns the value of attribute launchId.



349
350
351
# File 'lib/stub/default.rb', line 349

def launchId
  @launchId
end