method

schema_attribute_definition

ruby latest stable - Class: SOAP::Mapping::WSDLLiteralRegistry

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.

schema_attribute_definition(klass)
private

No documentation available.

# File lib/soap/mapping/wsdlliteralregistry.rb, line 413
  def schema_attribute_definition(klass)
    @schema_attribute_cache[klass] ||= Mapping.schema_attribute_definition(klass)
  end