Method: WSDL::XMLSchema::SimpleExtension#parse_element
- Defined in:
- lib/wsdl/xmlSchema/simpleExtension.rb
#parse_element(element) ⇒ Object
35 36 37 38 39 40 41 42 |
# File 'lib/wsdl/xmlSchema/simpleExtension.rb', line 35 def parse_element(element) case element when AttributeName o = Attribute.new @attributes << o o end end |