Method: WSDL::PortType#parse_attr
- Defined in:
- lib/wsdl/portType.rb
#parse_attr(attr, value) ⇒ Object
64 65 66 67 68 69 70 71 |
# File 'lib/wsdl/portType.rb', line 64 def parse_attr(attr, value) case attr when NameAttrName @name = XSD::QName.new(targetnamespace, value.source) else nil end end |