Flowdock
method

__define_attr_accessor

Importance_0
v1_8_6_287 - Show latest stable - 0 notes - Class: SOAP::Mapping::Object
__define_attr_accessor(qname) private

No documentation

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

Hide source
# File lib/soap/mapping/registry.rb, line 137
    def __define_attr_accessor(qname)
      name = XSD::CodeGen::GenSupport.safemethodname(qname.name)
      Mapping.define_attr_accessor(self, name,
        proc { self[qname] },
        proc { |value| self[qname] = value })
    end
Register or log in to add new notes.