method

class_schema_variable

ruby latest stable - Class: SOAP::Mapping

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.

class_schema_variable(sym, klass)
private

No documentation available.

# File lib/soap/mapping/mapping.rb, line 349
    def class_schema_variable(sym, klass)
      var = "@@#{sym}"
      klass.class_variables.include?(var) ? klass.class_eval(var) : nil
    end