# File lib/wsdl/soap/address.rb, line 28 def parse_attr(attr, value) case attr when LocationAttrName @location = value.source else nil end end