# File lib/wsdl/soap/fault.rb, line 38 38: def parse_attr(attr, value) 39: case attr 40: when NameAttrName 41: @name = XSD::QName.new(targetnamespace, value.source) 42: when UseAttrName 43: @use = value.source 44: when EncodingStyleAttrName 45: @encodingstyle = value.source 46: when NamespaceAttrName 47: @namespace = value.source 48: else 49: nil 50: end 51: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.