Class Origami::UsageRights::TransformParams
In: sources/parser/signature.rb
Parent: Dictionary

Methods

new  

Included Modules

Configurable

Constants

VERSION = Name.new("2.2")

Public Class methods

[Source]

     # File sources/parser/signature.rb, line 466
466:       def initialize(hash = {})
467:         set_indirect(false)
468: 
469:         super(hash)
470:       end

[Validate]