Class: Origami::Adobe::PPKLite::Revision

Inherits:
Object
  • Object
show all
Defined in:
lib/origami/extensions/ppklite.rb

Overview

:nodoc;

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#bodyObject

Returns the value of attribute body.



99
100
101
# File 'lib/origami/extensions/ppklite.rb', line 99

def body
  @body
end

#pdfObject

Returns the value of attribute pdf.



98
99
100
# File 'lib/origami/extensions/ppklite.rb', line 98

def pdf
  @pdf
end

#trailerObject

Returns the value of attribute trailer.



99
100
101
# File 'lib/origami/extensions/ppklite.rb', line 99

def trailer
  @trailer
end

#xreftableObject

Returns the value of attribute xreftable.



99
100
101
# File 'lib/origami/extensions/ppklite.rb', line 99

def xreftable
  @xreftable
end