Method: WSDL::SOAP::CGIStubCreator#initialize
- Defined in:
- lib/wsdl/soap/cgiStubCreator.rb
#initialize(definitions, name_creator, modulepath = nil) ⇒ CGIStubCreator
Returns a new instance of CGIStubCreator.
25 26 27 28 29 |
# File 'lib/wsdl/soap/cgiStubCreator.rb', line 25 def initialize(definitions, name_creator, modulepath = nil) @definitions = definitions @name_creator = name_creator @modulepath = modulepath end |