method
new
ruby latest stable - Class:
SOAP::EncodingStyle::Handler
new(charset)public
No documentation available.
# File lib/soap/encodingstyle/handler.rb, line 51
def initialize(charset)
@charset = charset
@generate_explicit_type = true
@decode_typemap = nil
end