method
new
v1_8_7_72 -
Show latest stable
- Class:
SOAP::EncodingStyle::SOAPHandler::SOAPUnknown
new(handler, elename, type, extraattr)public
No documentation available.
# File lib/soap/encodingstyle/soapHandler.rb, line 102
def initialize(handler, elename, type, extraattr)
super()
@handler = handler
@elename = elename
@type = type
@extraattr = extraattr
@definedtype = nil
end