Class: LaunchStatusResult
- Inherits:
-
Object
- Object
- LaunchStatusResult
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comLaunchStatusResult
launchId - SOAP::SOAPLong
launchState - SOAP::SOAPString
launchType - SOAP::SOAPString
launchDate - SOAP::SOAPDateTime
campaign - SOAP::SOAPString
Instance Attribute Summary collapse
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#launchDate ⇒ Object
Returns the value of attribute launchDate.
-
#launchId ⇒ Object
Returns the value of attribute launchId.
-
#launchState ⇒ Object
Returns the value of attribute launchState.
-
#launchType ⇒ Object
Returns the value of attribute launchType.
Instance Method Summary collapse
-
#initialize(launchId = nil, launchState = nil, launchType = nil, launchDate = nil, campaign = nil) ⇒ LaunchStatusResult
constructor
A new instance of LaunchStatusResult.
Constructor Details
#initialize(launchId = nil, launchState = nil, launchType = nil, launchDate = nil, campaign = nil) ⇒ LaunchStatusResult
Returns a new instance of LaunchStatusResult.
369 370 371 372 373 374 375 |
# File 'lib/stub/default.rb', line 369 def initialize(launchId = nil, launchState = nil, launchType = nil, launchDate = nil, campaign = nil) @launchId = launchId @launchState = launchState @launchType = launchType @launchDate = launchDate @campaign = campaign end |
Instance Attribute Details
#campaign ⇒ Object
Returns the value of attribute campaign.
367 368 369 |
# File 'lib/stub/default.rb', line 367 def campaign @campaign end |
#launchDate ⇒ Object
Returns the value of attribute launchDate.
366 367 368 |
# File 'lib/stub/default.rb', line 366 def launchDate @launchDate end |
#launchId ⇒ Object
Returns the value of attribute launchId.
363 364 365 |
# File 'lib/stub/default.rb', line 363 def launchId @launchId end |
#launchState ⇒ Object
Returns the value of attribute launchState.
364 365 366 |
# File 'lib/stub/default.rb', line 364 def launchState @launchState end |
#launchType ⇒ Object
Returns the value of attribute launchType.
365 366 367 |
# File 'lib/stub/default.rb', line 365 def launchType @launchType end |