Octokit::Models::Issue
Constructors
new(id : Int64, number : Int32, state : String, locked : Bool, title : String, body : Union(String, Nil), user : User, labels : Union(Array(Label), Nil), assignee : Union(User, Nil), comments : Int32, closed_at : Union(String, Nil), created_at : Time, updated_at : Union(Time, Nil), closed_by : Union(User, Nil), url : String, html_url : String, comments_url : String, events_url : String, labels_url : String, repository_url : String, milestone : Union(Milestone, Nil), pull_request_links : Union(PullRequestLinks, Nil), repository : Union(Repository, Nil), reactions : Union(Reactions, Nil), assignees : Array(User), node_id : String, text_matches : Union(Array(TextMatch), Nil), active_lock_reason : Union(String, Nil))
new(__temp_2463 : JSON::PullParser)
Instance methods
active_lock_reason
assignee
assignees
body
closed_at
closed_by
comments
comments=(_comments : Int32)
comments_url
comments_url=(_comments_url : String)
created_at
created_at=(_created_at : Time)
events_url
events_url=(_events_url : String)
html_url
html_url=(_html_url : String)
id
id=(_id : Int64)
labels
labels_url
labels_url=(_labels_url : String)
locked
locked=(_locked : Bool)
milestone
node_id
node_id=(_node_id : String)
number
number=(_number : Int32)
pull_request_links
reactions
repository
repository_url
repository_url=(_repository_url : String)
state
state=(_state : String)
text_matches
title
title=(_title : String)
to_json(json : JSON::Builder)
updated_at
url
url=(_url : String)
user
user=(_user : User)