SOAP::EncodingStyle::ASPDotNetHandler::SOAPTemporalObject
# File soap/encodingstyle/aspDotNetHandler.rb, line 86 def initialize(handler, elename) super() @handler = handler @elename = elename end
# File soap/encodingstyle/aspDotNetHandler.rb, line 107 def as_nil o = SOAPNil.decode(@elename) o.parent = @parent @handler.decode_parent(@parent, o) o end
# File soap/encodingstyle/aspDotNetHandler.rb, line 100 def as_string o = SOAPString.decode(@elename) o.parent = @parent @handler.decode_parent(@parent, o) o end
# File soap/encodingstyle/aspDotNetHandler.rb, line 92 def as_struct o = SOAPStruct.decode(@elename, XSD::AnyTypeName) o.parent = @parent o.type.name = @name @handler.decode_parent(@parent, o) o end
This page was generated for Ruby 1.8.6
Generated with Ruby-doc Rdoc Generator 0.44.0.