Module: Gotenberg
- Defined in:
- lib/gotenberg-ruby.rb,
lib/gotenberg/client.rb,
lib/gotenberg/version.rb,
lib/gotenberg/chromium.rb,
lib/gotenberg/compiler.rb,
lib/gotenberg/backtrace.rb,
lib/gotenberg/exiftools.rb,
lib/gotenberg/exceptions.rb,
lib/gotenberg/extractors.rb,
lib/gotenberg/analyzers/js.rb,
lib/gotenberg/analyzers/css.rb,
lib/gotenberg/configuration.rb,
lib/gotenberg/analyzers/base.rb,
lib/gotenberg/chromium/files.rb,
lib/gotenberg/analyzers/image.rb,
lib/gotenberg/chromium/headers.rb,
lib/gotenberg/chromium/metadata.rb,
lib/gotenberg/chromium/properties.rb,
lib/gotenberg/helpers/action_view.rb
Defined Under Namespace
Modules: Analyzers, Extractors, Helpers
Classes: Backtrace, Chromium, Client, Compiler, Configuration, Exiftools, ModifyMetadataError, RemoteSourceError, TransformError
Constant Summary
collapse
- VERSION =
'1.0.4'
Class Method Summary
collapse
Class Method Details
.configuration ⇒ Object
8
9
10
|
# File 'lib/gotenberg-ruby.rb', line 8
def self.configuration
@configuration ||= Configuration.new
end
|
12
13
14
|
# File 'lib/gotenberg-ruby.rb', line 12
def self.configure
yield(configuration)
end
|