class DiadocApi::Entity::ResolutionRequestInfo

Included Modules

Defined in:

diadoc_api/entities/resolution_request_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def actions : Array(ResolutionAction) #

def actions=(actions : Array(ResolutionAction)) #

def author : String #

def author=(author : String) #

def request_type : ResolutionRequestType | Nil #

def request_type=(request_type : ResolutionRequestType | Nil) #

def resolved_with : String | Nil #

def resolved_with=(resolved_with : String | Nil) #

def target : ResolutionTarget | Nil #

def target=(target : ResolutionTarget | Nil) #