SOAP::EncodingStyle::ASPDotNetHandler::SOAPTemporalObject
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 87 87: def initialize(handler, elename) 88: super() 89: @handler = handler 90: @elename = elename 91: end
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 101 101: def as_string 102: o = SOAPString.decode(@elename) 103: o.parent = @parent 104: @handler.decode_parent(@parent, o) 105: o 106: end
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 93 93: def as_struct 94: o = SOAPStruct.decode(@elename, XSD::AnyTypeName) 95: o.parent = @parent 96: o.type.name = @name 97: @handler.decode_parent(@parent, o) 98: o 99: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.