class ManyWho::EngineInvokeRequest

Attributes

annotations[RW]
currentMapElementId[RW]
geoLocatoin[RW]
invokeType[RW]
mapElementInvokeRequest[RW]
mode[RW]
stateId[RW]
stateToken[RW]

Public Class Methods

new(jsonValue) click to toggle source
Calls superclass method ManyWho::MyStruct::new
# File lib/manywho-sdk.rb, line 382
def initialize(jsonValue)
    super(jsonValue)
    @geoLocation = GeoLocation.new(@geoLocation)
    @mapElementInvokeRequest = MapElementInvokeResponse.new(@mapElementInvokeRequest)
end