class 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 def self.inherited(klass) @@types << klass end
new()
click to toggle source
# File lib/xsd/datatypes.rb, line 101 def initialize end
types()
click to toggle source
# File lib/xsd/datatypes.rb, line 97 def self.types @@types end
Public Instance Methods
init(type)
click to toggle source
# File lib/xsd/datatypes.rb, line 104 def init(type) @type = type end