class SDL::Exporters::ServiceExporter
Public Instance Methods
export_service_to_file(service, path)
click to toggle source
# File lib/sdl/exporters/service_exporter.rb, line 2 def export_service_to_file(service, path) export_to_file path, export_service(service) end