In Files

  • xsd/datatypes.rb

Class/Module 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 xsd/datatypes.rb, line 92
def self.inherited(klass)
  @@types << klass
end
            
new() click to toggle source
 
               # File xsd/datatypes.rb, line 100
def initialize
end
            
types() click to toggle source
 
               # File xsd/datatypes.rb, line 96
def self.types
  @@types
end
            

Public Instance Methods

init(type) click to toggle source
 
               # File xsd/datatypes.rb, line 103
def init(type)
  @type = type
end