class Origami::Signature::BuildData

Public Class Methods

new(hash = {}) click to toggle source
Calls superclass method Origami::Dictionary.new
# File lib/origami/signature.rb, line 556
def initialize(hash = {})
  set_indirect(false)

  super(hash)
end