Module: PhantomPDF
- Defined in:
- lib/phantompdf.rb,
lib/phantompdf/error.rb,
lib/phantompdf/assets.rb,
lib/phantompdf/config.rb,
lib/phantompdf/source.rb,
lib/phantompdf/version.rb,
lib/phantompdf/generator.rb,
lib/phantompdf/middleware.rb
Defined Under Namespace
Classes: Assets, Config, DestinationPermitError, DestinationTypeError, Error, Generator, Middleware, RenderingError, Source, SourceTypeError
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
26 27 28 |
# File 'lib/phantompdf.rb', line 26 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
33 34 35 |
# File 'lib/phantompdf.rb', line 33 def self.configure yield(configuration) end |