| Class | SOAP::EncodingStyle::SOAPHandler::SOAPUnknown |
| In: |
soap/encodingstyle/soapHandler.rb
|
| Parent: | SOAPTemporalObject |
| definedtype | [RW] | |
| extraattr | [R] | |
| type | [R] |
# File soap/encodingstyle/soapHandler.rb, line 102 def initialize(handler, elename, type, extraattr) super() @handler = handler @elename = elename @type = type @extraattr = extraattr @definedtype = nil end
# File soap/encodingstyle/soapHandler.rb, line 133 def as_nil o = SOAPNil.decode(@elename) o.id = @id o.root = @root o.parent = @parent o.position = @position o.extraattr.update(@extraattr) @handler.decode_parent(@parent, o) o end
# File soap/encodingstyle/soapHandler.rb, line 122 def as_string o = SOAPString.decode(@elename) o.id = @id o.root = @root o.parent = @parent o.position = @position o.extraattr.update(@extraattr) @handler.decode_parent(@parent, o) o end
ruby-doc.org is hosted and maintained by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. The site was created in 2002 as part of the Ruby Documentation Project to promote the Ruby language and to help other Ruby hackers.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.