class XSD::XSDNil

Constants

Type
Value

Public Class Methods

new(value = nil) click to toggle source
# File lib/xsd/datatypes.rb, line 179
def initialize(value = nil)
  init(Type, value)
end