Class: SDL::Exporters::SchemaExporter

Inherits:
Exporter
  • Object
show all
Defined in:
lib/sdl/exporters/schema_exporter.rb

Direct Known Subclasses

XSDSchemaExporter

Instance Attribute Summary

Attributes inherited from Exporter

#compendium, #options

Instance Method Summary collapse

Methods inherited from Exporter

#export_to_file, #initialize

Constructor Details

This class inherits a constructor from SDL::Exporters::Exporter

Instance Method Details

#export_schema_to_file(path) ⇒ Object



2
3
4
# File 'lib/sdl/exporters/schema_exporter.rb', line 2

def export_schema_to_file(path)
  export_to_file path, export_schema
end