Class: SOAP::StandaloneServer
- Defined in:
- lib/soap/compat.rb
Instance Method Summary collapse
-
#initialize(*arg) ⇒ StandaloneServer
constructor
A new instance of StandaloneServer.
Constructor Details
#initialize(*arg) ⇒ StandaloneServer
Returns a new instance of StandaloneServer.
59 60 61 62 63 |
# File 'lib/soap/compat.rb', line 59 def initialize(*arg) super @router = @soaplet.app_scope_router methodDef if respond_to?('methodDef') end |