| Class | SOAP::RPC::Router::ApplicationScopeOperation |
| In: |
lib/soap/rpc/router.rb
|
| Parent: | Operation |
# File lib/soap/rpc/router.rb, line 563
563: def initialize(soapaction, receiver, name, param_def, opt)
564: super(soapaction, name, param_def, opt)
565: @receiver = receiver
566: end