Class representing a certificate store header.
Creates a file header, with the given major and minor versions.
majorversion |
Major version. |
minorversion |
Minor version. |
# File lib/origami/extensions/ppklite.rb, line 64 def initialize(majorversion = 2, minorversion = 1) @majorversion, @minorversion = majorversion, minorversion end
Outputs self into PDF code.
# File lib/origami/extensions/ppklite.rb, line 83 def to_s "%PPKLITE-#{@majorversion}.#{@minorversion}" + EOL end
Generated with the Darkfish Rdoc Generator 2.