Method: Manywho::EngineInvokeRequest#initialize
- Defined in:
- lib/manywho.rb
#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 |