Class: Manywho::EngineInitializationResponse
- Defined in:
- lib/manywho.rb
Instance Attribute Summary collapse
-
#authorizationContext ⇒ Object
Returns the value of attribute authorizationContext.
-
#currentMapElementId ⇒ Object
Returns the value of attribute currentMapElementId.
-
#currentStreamId ⇒ Object
Returns the value of attribute currentStreamId.
-
#stateId ⇒ Object
Returns the value of attribute stateId.
-
#stateToken ⇒ Object
Returns the value of attribute stateToken.
-
#statusCode ⇒ Object
Returns the value of attribute statusCode.
Instance Method Summary collapse
-
#initialize(jsonValue) ⇒ EngineInitializationResponse
constructor
A new instance of EngineInitializationResponse.
Methods inherited from MyStruct
Constructor Details
#initialize(jsonValue) ⇒ EngineInitializationResponse
Returns a new instance of EngineInitializationResponse.
372 373 374 375 |
# File 'lib/manywho.rb', line 372 def initialize(jsonValue) super(jsonValue) @authorizationContext = AuthorizationContext.new(@authorizationContext) end |
Instance Attribute Details
#authorizationContext ⇒ Object
Returns the value of attribute authorizationContext.
369 370 371 |
# File 'lib/manywho.rb', line 369 def @authorizationContext end |
#currentMapElementId ⇒ Object
Returns the value of attribute currentMapElementId.
369 370 371 |
# File 'lib/manywho.rb', line 369 def currentMapElementId @currentMapElementId end |
#currentStreamId ⇒ Object
Returns the value of attribute currentStreamId.
369 370 371 |
# File 'lib/manywho.rb', line 369 def currentStreamId @currentStreamId end |
#stateId ⇒ Object
Returns the value of attribute stateId.
369 370 371 |
# File 'lib/manywho.rb', line 369 def stateId @stateId end |
#stateToken ⇒ Object
Returns the value of attribute stateToken.
369 370 371 |
# File 'lib/manywho.rb', line 369 def stateToken @stateToken end |
#statusCode ⇒ Object
Returns the value of attribute statusCode.
369 370 371 |
# File 'lib/manywho.rb', line 369 def statusCode @statusCode end |