Class: PkiExpress::PadesPaperSize

Inherits:
Enum
  • Object
show all
Defined in:
lib/pki_express/pades_paper_size.rb

Constant Summary collapse

CUSTOM =
'Custom'
A0 =
'A0'
A1 =
'A1'
A2 =
'A2'
A3 =
'A3'
A4 =
'A4'
A5 =
'A5'
A6 =
'A6'
A7 =
'A7'
A8 =
'A8'
LETTER =
'Letter'
'Legal'
LEDGER =
'Ledger'
VALUES =
[
    CUSTOM, A0, A1, A2, A3, A4, A5, A6, A7, A8, LETTER, LEGAL, LEDGER
]

Method Summary

Methods inherited from Enum

contains?