Class: Manywho::EngineInvokeRequest
Instance Attribute Summary collapse
-
#annotations ⇒ Object
Returns the value of attribute annotations.
-
#currentMapElementId ⇒ Object
Returns the value of attribute currentMapElementId.
-
#geoLocatoin ⇒ Object
Returns the value of attribute geoLocatoin.
-
#invokeType ⇒ Object
Returns the value of attribute invokeType.
-
#mapElementInvokeRequest ⇒ Object
Returns the value of attribute mapElementInvokeRequest.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#stateId ⇒ Object
Returns the value of attribute stateId.
-
#stateToken ⇒ Object
Returns the value of attribute stateToken.
Instance Method Summary collapse
-
#initialize(jsonValue) ⇒ EngineInvokeRequest
constructor
A new instance of EngineInvokeRequest.
Methods inherited from MyStruct
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
#annotations ⇒ Object
Returns the value of attribute annotations.
379 380 381 |
# File 'lib/manywho.rb', line 379 def annotations @annotations end |
#currentMapElementId ⇒ Object
Returns the value of attribute currentMapElementId.
379 380 381 |
# File 'lib/manywho.rb', line 379 def currentMapElementId @currentMapElementId end |
#geoLocatoin ⇒ Object
Returns the value of attribute geoLocatoin.
379 380 381 |
# File 'lib/manywho.rb', line 379 def geoLocatoin @geoLocatoin end |
#invokeType ⇒ Object
Returns the value of attribute invokeType.
379 380 381 |
# File 'lib/manywho.rb', line 379 def invokeType @invokeType end |
#mapElementInvokeRequest ⇒ Object
Returns the value of attribute mapElementInvokeRequest.
379 380 381 |
# File 'lib/manywho.rb', line 379 def mapElementInvokeRequest @mapElementInvokeRequest end |
#mode ⇒ Object
Returns the value of attribute mode.
379 380 381 |
# File 'lib/manywho.rb', line 379 def mode @mode end |
#stateId ⇒ Object
Returns the value of attribute stateId.
379 380 381 |
# File 'lib/manywho.rb', line 379 def stateId @stateId end |
#stateToken ⇒ Object
Returns the value of attribute stateToken.
379 380 381 |
# File 'lib/manywho.rb', line 379 def stateToken @stateToken end |