Module: Gotenberg
- Defined in:
- lib/gotenberg-ruby.rb,
lib/gotenberg/files.rb,
lib/gotenberg/client.rb,
lib/gotenberg/headers.rb,
lib/gotenberg/version.rb,
lib/gotenberg/chromium.rb,
lib/gotenberg/compiler.rb,
lib/gotenberg/metadata.rb,
lib/gotenberg/backtrace.rb,
lib/gotenberg/exceptions.rb,
lib/gotenberg/libreoffice.rb,
lib/gotenberg/pdf_engines.rb,
lib/gotenberg/analyzers/js.rb,
lib/gotenberg/analyzers/css.rb,
lib/gotenberg/configuration.rb,
lib/gotenberg/analyzers/base.rb,
lib/gotenberg/chromium/tools.rb,
lib/gotenberg/analyzers/image.rb,
lib/gotenberg/utilities/index.rb,
lib/gotenberg/libreoffice/tools.rb,
lib/gotenberg/pdf_engines/tools.rb,
lib/gotenberg/analyzers/resource.rb,
lib/gotenberg/analyzers/module_js.rb,
lib/gotenberg/chromium/properties.rb,
lib/gotenberg/helpers/action_view.rb,
lib/gotenberg/helpers/vite_helpers.rb,
lib/gotenberg/libreoffice/properties.rb,
lib/gotenberg/pdf_engines/properties.rb,
lib/gotenberg/analyzers/module_preload.rb,
lib/gotenberg/utilities/inline_resource.rb
Defined Under Namespace
Modules: Analyzers, Files, Headers, Helpers, Metadata, Utilities
Classes: Backtrace, Chromium, Client, Compiler, Configuration, Libreoffice, PdfEngines, RemoteSourceError, TransformError
Constant Summary
collapse
- VERSION =
'1.1.0'
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
10
11
12
|
# File 'lib/gotenberg-ruby.rb', line 10
def self.configuration
@configuration ||= Configuration.new
end
|
14
15
16
|
# File 'lib/gotenberg-ruby.rb', line 14
def self.configure
yield(configuration)
end
|