Method: PkiExpress::PadesVisualText#to_model
- Defined in:
- lib/pki_express/pades_visual_text.rb
#to_model ⇒ Object
24 25 26 27 28 29 30 31 32 33 |
# File 'lib/pki_express/pades_visual_text.rb', line 24 def to_model { 'fontSize': @font_size, 'text': @text, 'includeSigningTime': @include_signing_time, 'signingTimeFormat': @signing_time_format, 'container': @container&.to_model, 'horizontalAlign': @horizontal_align } end |