class DiadocApi::Entity::MessageToPost

Included Modules

Defined in:

diadoc_api/entities/message_to_post.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(from_box_id : String, to_box_id : String, is_draft : Bool | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def delay_send : Bool | Nil #

def delay_send=(delay_send : Bool | Nil) #

def document_attachments : Array(DocumentAttachment) #

[View source]
def document_attachments=(document_attachments : Array(DocumentAttachment)) #

[View source]
def from_box_id : String #

def from_box_id=(from_box_id : String) #

def is_draft : Bool | Nil #

def is_draft=(is_draft : Bool | Nil) #

def lock_draft : Bool | Nil #

def lock_draft=(lock_draft : Bool | Nil) #

def lock_mode : LockMode | Nil #

[View source]
def lock_mode=(lock_mode : LockMode | Nil) #

[View source]
def lock_packet : Bool | Nil #

def lock_packet=(lock_packet : Bool | Nil) #

def strict_draft_validation : Bool | Nil #

def strict_draft_validation=(strict_draft_validation : Bool | Nil) #

def to_box_id : String #

def to_box_id=(to_box_id : String) #