Class: LaunchResult

Inherits:
Object
  • Object
show all
Defined in:
lib/metal/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.



352
353
354
# File 'lib/metal/default.rb', line 352

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

Instance Attribute Details

#launchIdObject

Returns the value of attribute launchId.



350
351
352
# File 'lib/metal/default.rb', line 350

def launchId
  @launchId
end