Parent

Files

Class Index [+]

Quicksearch

XSD::NSDBase

The base class of all datatypes with Namespace.

Attributes

type[RW]

Public Class Methods

inherited(klass) click to toggle source
    # File lib/xsd/datatypes.rb, line 93
93:   def self.inherited(klass)
94:     @@types << klass
95:   end
new() click to toggle source
     # File lib/xsd/datatypes.rb, line 101
101:   def initialize
102:   end
types() click to toggle source
    # File lib/xsd/datatypes.rb, line 97
97:   def self.types
98:     @@types
99:   end

Public Instance Methods

init(type) click to toggle source
     # File lib/xsd/datatypes.rb, line 104
104:   def init(type)
105:     @type = type
106:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.