Method: XSD::XML#initialize

Defined in:
lib/xsd/xml.rb

#initialize(**options) ⇒ XML

Returns a new instance of XML.



74
75
76
77
78
# File 'lib/xsd/xml.rb', line 74

def initialize(**options)
  @options      = options
  @object_cache = {}
  @schemas      = []
end