Class SOAP::Parser::ParseFrame
In: soap/parser.rb
Parent: Object

Methods

new   node=  

Classes and Modules

Class SOAP::Parser::ParseFrame::NodeContainer

Attributes

encodingstyle  [R] 
name  [R] 
node  [R] 
ns  [R] 

Public Class methods

[Source]

# File soap/parser.rb, line 49
    def initialize(ns, name, node, encodingstyle)
      @ns = ns
      @name = name
      self.node = node
      @encodingstyle = encodingstyle
    end

Public Instance methods

[Source]

# File soap/parser.rb, line 56
    def node=(node)
      @node = NodeContainer.new(node)
    end

[Validate]

ruby-doc.org is a service of James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, AZ.

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.