class RestPki::PadesExplorerModel
Attributes
signers[R]
Public Class Methods
new(model, _)
click to toggle source
# File lib/rest_pki/resources/pades_explorer_model.rb, line 5 def initialize(model, _) @signers = [] model['signers'].each { |signer| @signers.push(PadesSignerInfo.new(signer)) } end