Method: WSDL::SOAP::ServantSkeltonCreator#initialize

Defined in:
lib/wsdl/soap/servantSkeltonCreator.rb

#initialize(definitions, name_creator, modulepath = nil) ⇒ ServantSkeltonCreator

Returns a new instance of ServantSkeltonCreator.



25
26
27
28
29
# File 'lib/wsdl/soap/servantSkeltonCreator.rb', line 25

def initialize(definitions, name_creator, modulepath = nil)
  @definitions = definitions
  @name_creator = name_creator
  @modulepath = modulepath
end