struct Octokit::Models::IssueRequest

Defined in:

octokit/models/issues.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, body : String, labels : Array(String), assignee : String, state : String, milestone : Int32, assignees : Array(String)) #

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

Instance Method Detail

def assignee : String #

def assignee=(_assignee : String) #

def assignees : Array(String) #

def assignees=(_assignees : Array(String)) #

def body : String #

def body=(_body : String) #

def labels : Array(String) #

def labels=(_labels : Array(String)) #

def milestone : Int32 #

def milestone=(_milestone : Int32) #

def state : String #

def state=(_state : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #