Class: LaunchResult
- Inherits:
-
Object
- Object
- LaunchResult
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comLaunchResult
launchId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#launchId ⇒ Object
Returns the value of attribute launchId.
Instance Method Summary collapse
-
#initialize(launchId = nil) ⇒ LaunchResult
constructor
A new instance of LaunchResult.
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
#launchId ⇒ Object
Returns the value of attribute launchId.
349 350 351 |
# File 'lib/stub/default.rb', line 349 def launchId @launchId end |