Class: SDL::Exporters::ServiceExporter

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

Direct Known Subclasses

RDFExporter, XMLServiceExporter

Instance Attribute Summary

Attributes inherited from Exporter

#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_service_to_file(service, path) ⇒ Object



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

def export_service_to_file(service, path)
  export_to_file path, export_service(service)
end