method

name_attribute

ruby latest stable - Class: WSDL::SOAP::ClassDefCreator

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

name_attribute(attribute)
private

No documentation available.

# File lib/wsdl/soap/classDefCreator.rb, line 260
  def name_attribute(attribute)
    return attribute.name if attribute.name 
    return attribute.ref if attribute.ref
    raise RuntimeError.new("cannot define name of #{attribute}")
  end