Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
# File wsdl/xmlSchema/simpleExtension.rb, line 44
def parse_attr(attr, value)
case attr
when BaseAttrName
@base = value
end
end
# File wsdl/xmlSchema/simpleExtension.rb, line 35
def parse_element(element)
case element
when AttributeName
o = Attribute.new
@attributes << o
o
end
end