Object
The base class of all datatypes with Namespace.
# File lib/xsd/datatypes.rb, line 93 def self.inherited(klass) @@types << klass end
# File lib/xsd/datatypes.rb, line 101 def initialize end
# File lib/xsd/datatypes.rb, line 97 def self.types @@types end
# File lib/xsd/datatypes.rb, line 104 def init(type) @type = type end
[Validate]
Generated with the Darkfish Rdoc Generator 2.