Method: WSDL::XMLSchema::SimpleExtension#parse_attr
- Defined in:
- lib/wsdl/xmlSchema/simpleExtension.rb
#parse_attr(attr, value) ⇒ Object
44 45 46 47 48 49 |
# File 'lib/wsdl/xmlSchema/simpleExtension.rb', line 44 def parse_attr(attr, value) case attr when BaseAttrName @base = value end end |