Module: BreezyPDFLite

Extended by:
Util
Defined in:
lib/breezy_pdf_lite.rb,
lib/breezy_pdf_lite/util.rb,
lib/breezy_pdf_lite/client.rb,
lib/breezy_pdf_lite/version.rb,
lib/breezy_pdf_lite/response.rb,
lib/breezy_pdf_lite/intercept.rb,
lib/breezy_pdf_lite/middleware.rb,
lib/breezy_pdf_lite/interceptor.rb,
lib/breezy_pdf_lite/render_request.rb

Overview

:nodoc

Defined Under Namespace

Modules: Intercept, Util Classes: Client, Interceptor, Middleware, RenderRequest, Response

Constant Summary collapse

Error =
Class.new(StandardError)
RenderError =
Class.new(Error)
VERSION =
"0.1.1"
@@secret_api_key =
nil
@@base_url =
"https://localhost:5001/"
@@middleware_path_matchers =
[/\.pdf/]
@@open_timeout =
30
@@read_timeout =
30

Class Method Summary collapse

Methods included from Util

mattr_accessor, mattr_reader, mattr_writer

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (BreezyPDFLite)

    the object that the method was called on



38
39
40
# File 'lib/breezy_pdf_lite.rb', line 38

def self.setup
  yield self
end