Class: BreezyPDFLite::Intercept::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/breezy_pdf_lite/intercept/base.rb

Overview

:nodoc

Direct Known Subclasses

HTML

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(body) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/breezy_pdf_lite/intercept/base.rb', line 8

def initialize(body)
  @body = body
end

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



6
7
8
# File 'lib/breezy_pdf_lite/intercept/base.rb', line 6

def body
  @body
end