# File lib/wsdl/xmlSchema/fractiondigits.rb, line 25 25: def parse_attr(attr, value) 26: case attr 27: when FixedAttrName 28: parent.fixed[:fractiondigits] = to_boolean(value) 29: when ValueAttrName 30: parent.fractiondigits = to_int(value) 31: end 32: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.