Class: Manywho::EngineInvokeRequest

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) ⇒ EngineInvokeRequest

Returns a new instance of EngineInvokeRequest.



382
383
384
385
386
# File 'lib/manywho.rb', line 382

def initialize(jsonValue)
    super(jsonValue)
    @geoLocation = GeoLocation.new(@geoLocation)
    @mapElementInvokeRequest = MapElementInvokeResponse.new(@mapElementInvokeRequest)
end

Instance Attribute Details

#annotationsObject

Returns the value of attribute annotations.



379
380
381
# File 'lib/manywho.rb', line 379

def annotations
  @annotations
end

#currentMapElementIdObject

Returns the value of attribute currentMapElementId.



379
380
381
# File 'lib/manywho.rb', line 379

def currentMapElementId
  @currentMapElementId
end

#geoLocatoinObject

Returns the value of attribute geoLocatoin.



379
380
381
# File 'lib/manywho.rb', line 379

def geoLocatoin
  @geoLocatoin
end

#invokeTypeObject

Returns the value of attribute invokeType.



379
380
381
# File 'lib/manywho.rb', line 379

def invokeType
  @invokeType
end

#mapElementInvokeRequestObject

Returns the value of attribute mapElementInvokeRequest.



379
380
381
# File 'lib/manywho.rb', line 379

def mapElementInvokeRequest
  @mapElementInvokeRequest
end

#modeObject

Returns the value of attribute mode.



379
380
381
# File 'lib/manywho.rb', line 379

def mode
  @mode
end

#stateIdObject

Returns the value of attribute stateId.



379
380
381
# File 'lib/manywho.rb', line 379

def stateId
  @stateId
end

#stateTokenObject

Returns the value of attribute stateToken.



379
380
381
# File 'lib/manywho.rb', line 379

def stateToken
  @stateToken
end