class DiadocApi::Entity::ResolutionStatus

Included Modules

Defined in:

diadoc_api/entities/resolution_status.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author_fio : String #

def author_fio=(author_fio : String) #

def author_user_id : String #

def author_user_id=(author_user_id : String) #

def target : ResolutionTarget | Nil #

[View source]
def target=(target : ResolutionTarget | Nil) #

[View source]
def type_ : ResolutionStatusType #

[View source]
def type_=(type_ : ResolutionStatusType) #

[View source]