Flowdock
method

dump_struct_typemap

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: WSDL::SOAP::MappingRegistryCreator
dump_struct_typemap(definedtype) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/wsdl/soap/mappingRegistryCreator.rb, line 62
  def dump_struct_typemap(definedtype)
    ele = definedtype.name
    return "MappingRegistry.set(\n  \#{create_class_name(ele)},\n  ::SOAP::SOAPStruct,\n  ::SOAP::Mapping::Registry::TypedStructFactory,\n  { :type => \#{dqname(ele)} }\n)\n"
  end
Register or log in to add new notes.