# File lib/wsdl/soap/headerfault.rb, line 36 36: def parse_attr(attr, value) 37: case attr 38: when MessageAttrName 39: @message = value 40: when PartAttrName 41: @part = 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.