Class: Origami::Adobe::PPKLite::Revision
- Inherits:
-
Object
- Object
- Origami::Adobe::PPKLite::Revision
- Defined in:
- lib/origami/extensions/ppklite.rb
Overview
:nodoc;
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#pdf ⇒ Object
Returns the value of attribute pdf.
-
#trailer ⇒ Object
Returns the value of attribute trailer.
-
#xreftable ⇒ Object
Returns the value of attribute xreftable.
Instance Method Summary collapse
-
#initialize(adbk) ⇒ Revision
constructor
A new instance of Revision.
Constructor Details
#initialize(adbk) ⇒ Revision
Returns a new instance of Revision.
101 102 103 104 105 106 |
# File 'lib/origami/extensions/ppklite.rb', line 101 def initialize(adbk) @pdf = adbk @body = {} @xreftable = nil @trailer = nil end |
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
99 100 101 |
# File 'lib/origami/extensions/ppklite.rb', line 99 def body @body end |
#pdf ⇒ Object
Returns the value of attribute pdf.
98 99 100 |
# File 'lib/origami/extensions/ppklite.rb', line 98 def pdf @pdf end |
#trailer ⇒ Object
Returns the value of attribute trailer.
99 100 101 |
# File 'lib/origami/extensions/ppklite.rb', line 99 def trailer @trailer end |
#xreftable ⇒ Object
Returns the value of attribute xreftable.
99 100 101 |
# File 'lib/origami/extensions/ppklite.rb', line 99 def xreftable @xreftable end |