class BreezyPDFLite::Intercept::Base

:nodoc

Attributes

body[R]

Public Class Methods

new(body) click to toggle source
# File lib/breezy_pdf_lite/intercept/base.rb, line 8
def initialize(body)
  @body = body
end