class DiadocApi::Entity::Box

Included Modules

Defined in:

diadoc_api/entities/box.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def box_id : String #

def box_id=(box_id : String) #

def box_id_guid : String #

def box_id_guid=(box_id_guid : String) #

def encrypted_documents_allowed : Bool | Nil #

[View source]
def encrypted_documents_allowed=(encrypted_documents_allowed : Bool | Nil) #

[View source]
def invoice_format_version : InvoiceFormatVersion #

[View source]
def invoice_format_version=(invoice_format_version : InvoiceFormatVersion) #

[View source]
def organization : Organization | Nil #

[View source]
def organization=(organization : Organization | Nil) #

[View source]
def title : String #

def title=(title : String) #