Sha256: db2b677ecaa484c0ed872228ad82dd1bfa5899b0b2482878412834859f7af902
Contents?: true
Size: 409 Bytes
Versions: 5
Compression:
Stored size: 409 Bytes
Contents
require 'mailaccounts.rb' require 'soap/mapping' module MailaccountsMappingRegistry EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new EncodedRegistry.set( ArrayOfstring, ::SOAP::SOAPArray, ::SOAP::Mapping::EncodedRegistry::TypedArrayFactory, { :type => XSD::QName.new("http://www.w3.org/2001/XMLSchema", "string") } ) end
Version data entries
5 entries across 5 versions & 1 rubygems