SOAP::EncodingStyle::ASPDotNetHandler::SOAPTemporalObject
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 87 def initialize(handler, elename) super() @handler = handler @elename = elename end
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 101 def as_string o = SOAPString.decode(@elename) o.parent = @parent @handler.decode_parent(@parent, o) o end
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 93 def as_struct o = SOAPStruct.decode(@elename, XSD::AnyTypeName) o.parent = @parent o.type.name = @name @handler.decode_parent(@parent, o) o end
[Validate]
Generated with the Darkfish Rdoc Generator 2.