| Class | WSDL::SOAP::Address |
| In: |
lib/wsdl/soap/address.rb
|
| Parent: | Info |
| location | [R] |
# File lib/wsdl/soap/address.rb, line 28
28: def parse_attr(attr, value)
29: case attr
30: when LocationAttrName
31: @location = value.source
32: else
33: nil
34: end
35: end