# File lib/wsdl/xmlSchema/anyAttribute.rb, line 34 34: def parse_attr(attr, value) 35: case attr 36: when NamespaceAttrName 37: @namespace = value.source 38: when ProcessContentsAttrName 39: @processcontents = value.source 40: else 41: nil 42: end 43: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.