class DiadocApi::Entity::DocumentTypeDescription

Included Modules

Defined in:

diadoc_api/entities/document_type_description.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def functions : Array(DocumentFunction) #

[View source]
def functions=(functions : Array(DocumentFunction)) #

[View source]
def name : String #

def name=(name : String) #

def requires_fns_registration : Bool #

def requires_fns_registration=(requires_fns_registration : Bool) #

def supported_docflows : Array(Int32) #

def supported_docflows=(supported_docflows : Array(Int32)) #

def title : String #

def title=(title : String) #