method
new
v1_8_6_287 -
Show latest stable
- Class:
SOAP::EncodingStyle::ASPDotNetHandler
new(charset = nil)public
No documentation available.
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 20
def initialize(charset = nil)
super(charset)
@textbuf = ''
@decode_typemap = nil
end