Class: BreezyPDFLite::Intercept::Base
- Inherits:
-
Object
- Object
- BreezyPDFLite::Intercept::Base
- Defined in:
- lib/breezy_pdf_lite/intercept/base.rb
Overview
:nodoc
Direct Known Subclasses
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
Instance Method Summary collapse
-
#initialize(body) ⇒ Base
constructor
A new instance of Base.
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
#body ⇒ Object (readonly)
Returns the value of attribute body.
6 7 8 |
# File 'lib/breezy_pdf_lite/intercept/base.rb', line 6 def body @body end |