class SOAP::RPC::Router::ApplicationScopeOperation

Public Class Methods

new(soapaction, receiver, name, param_def, opt) click to toggle source
Calls superclass method SOAP::RPC::Router::Operation::new
# File lib/soap/rpc/router.rb, line 631
def initialize(soapaction, receiver, name, param_def, opt)
  super(soapaction, name, param_def, opt)
  @receiver = receiver
end

Private Instance Methods

receiver() click to toggle source
# File lib/soap/rpc/router.rb, line 638
def receiver
  @receiver
end