Flowdock
method

class2qname

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: SOAP::Mapping
class2qname(klass) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/soap/mapping/mapping.rb, line 238
  def self.class2qname(klass)
    name = schema_type_definition(klass)
    namespace = schema_ns_definition(klass)
    XSD::QName.new(namespace, name)
  end
Register or log in to add new notes.