method
new
v1_8_7_72 -
Show 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