In: |
soap/encodingstyle/aspDotNetHandler.rb
|
Parent: | SOAPTemporalObject |
# File soap/encodingstyle/aspDotNetHandler.rb, line 92 def initialize(handler, elename) super() @handler = handler @elename = elename end
# File soap/encodingstyle/aspDotNetHandler.rb, line 113 def as_nil o = SOAPNil.decode(@elename) o.parent = @parent @handler.decode_parent(@parent, o) o end
# File soap/encodingstyle/aspDotNetHandler.rb, line 106 def as_string o = SOAPString.decode(@elename) o.parent = @parent @handler.decode_parent(@parent, o) o end