struct IssuePayload

Included Modules

Defined in:

githubcr/payloads/issue.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, body : String | Nil = nil, assignees : Array(String) | Nil = nil, milestone : Int32 | Nil = 0, labels : Array(String) | Nil = [] of String) #

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

[View source]

Instance Method Detail

def assignees : Array(String) | Nil #

def body : String | Nil #

def clone #

[View source]
def copy_with(title _title = @title, body _body = @body, assignees _assignees = @assignees, milestone _milestone = @milestone, labels _labels = @labels) #

[View source]
def labels : Array(String) | Nil #

def milestone : Int32 | Nil #

def title : String #