| Class | WSDL::XMLSchema::Pattern |
| In: |
lib/wsdl/xmlSchema/pattern.rb
|
| Parent: | Info |
# File lib/wsdl/xmlSchema/pattern.rb, line 25
25: def parse_attr(attr, value)
26: case attr
27: when ValueAttrName
28: parent.pattern = /\A#{value.source}\z/n
29: value.source
30: end
31: end