class Origami::UsageRights::TransformParams

Constants

VERSION

Public Class Methods

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

    super(hash, parser)
end