class DiadocApi::Entity::ParticipantResponseDocflow

Included Modules

Defined in:

diadoc_api/entities/participant_response_docflow.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def delivered_at : Timestamp #

def delivered_at=(delivered_at : Timestamp) #

def is_finished : Bool #

def is_finished=(is_finished : Bool) #

def rejection : SignatureRejectionDocflow | Nil #

def rejection=(rejection : SignatureRejectionDocflow | Nil) #

def response_status : RecipientResponseStatus #

def response_status=(response_status : RecipientResponseStatus) #

def sent_at : Timestamp | Nil #

def sent_at=(sent_at : Timestamp | Nil) #

def signature : SignatureV3 | Nil #

def signature=(signature : SignatureV3 | Nil) #

def title : SignedAttachmentV3 | Nil #

def title=(title : SignedAttachmentV3 | Nil) #