Class: Manywho::EngineInitializationResponse

Inherits:
MyStruct
  • Object
show all
Defined in:
lib/manywho.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from MyStruct

#to_json

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

#authorizationContextObject

Returns the value of attribute authorizationContext.



369
370
371
# File 'lib/manywho.rb', line 369

def authorizationContext
  @authorizationContext
end

#currentMapElementIdObject

Returns the value of attribute currentMapElementId.



369
370
371
# File 'lib/manywho.rb', line 369

def currentMapElementId
  @currentMapElementId
end

#currentStreamIdObject

Returns the value of attribute currentStreamId.



369
370
371
# File 'lib/manywho.rb', line 369

def currentStreamId
  @currentStreamId
end

#stateIdObject

Returns the value of attribute stateId.



369
370
371
# File 'lib/manywho.rb', line 369

def stateId
  @stateId
end

#stateTokenObject

Returns the value of attribute stateToken.



369
370
371
# File 'lib/manywho.rb', line 369

def stateToken
  @stateToken
end

#statusCodeObject

Returns the value of attribute statusCode.



369
370
371
# File 'lib/manywho.rb', line 369

def statusCode
  @statusCode
end