class ManyWho::EngineInitializationResponse
Attributes
currentMapElementId[RW]
currentStreamId[RW]
stateId[RW]
stateToken[RW]
statusCode[RW]
Public Class Methods
new(jsonValue)
click to toggle source
Calls superclass method
ManyWho::MyStruct::new
# File lib/manywho-sdk.rb, line 372 def initialize(jsonValue) super(jsonValue) @authorizationContext = AuthorizationContext.new(@authorizationContext) end