Class: Origami::PPKLite::Revision
- Inherits:
-
Object
- Object
- Origami::PPKLite::Revision
- Defined in:
- lib/origami/extensions/ppklite.rb
Overview
:nodoc;
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#document ⇒ Object
Returns the value of attribute document.
-
#trailer ⇒ Object
Returns the value of attribute trailer.
-
#xreftable ⇒ Object
Returns the value of attribute xreftable.
Instance Method Summary collapse
- #each_object(&b) ⇒ Object
-
#initialize(adbk) ⇒ Revision
constructor
A new instance of Revision.
- #objects ⇒ Object
Constructor Details
#initialize(adbk) ⇒ Revision
Returns a new instance of Revision.
102 103 104 105 106 107 |
# File 'lib/origami/extensions/ppklite.rb', line 102 def initialize(adbk) @document = 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 |
#document ⇒ Object
Returns the value of attribute document.
98 99 100 |
# File 'lib/origami/extensions/ppklite.rb', line 98 def document @document end |
#trailer ⇒ Object
Returns the value of attribute trailer.
100 101 102 |
# File 'lib/origami/extensions/ppklite.rb', line 100 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 |