class RestPki::PadesSignerInfo
Attributes
is_document_timestamp[R]
signature_fie_id_name[R]
Public Class Methods
new(model)
click to toggle source
Calls superclass method
RestPki::CadesSignerInfo::new
# File lib/rest_pki/pades_signer_info.rb, line 5 def initialize(model) super(model) @is_document_timestamp = model['isDocumentTimestamp'] @signature_fie_id_name = model['signatureFieldName'] end