method

new

v1_8_6_287 - Show latest stable - Class: SOAP::RPC::SOAPlet
new(router = nil)
public

No documentation available.

# File lib/soap/rpc/soaplet.rb, line 45
  def initialize(router = nil)
    @router = router || ::SOAP::RPC::Router.new(self.class.name)
    @options = {}
    @config = {}
  end