class Origami::Signature::Reference
Class representing a signature which can be embedded in DigitalSignature dictionary. It must be a direct object.
Public Class Methods
new(hash = {})
click to toggle source
Calls superclass method
Origami::Dictionary.new
# File lib/origami/signature.rb, line 494 def initialize(hash = {}) set_indirect(false) super(hash) end