struct Octokit::Models::Issue
- Octokit::Models::Issue
- Struct
- Value
- Object
Defined in:
octokit/models/issues.crConstructors
- .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_2590 : JSON::PullParser)
Instance Method Summary
- #active_lock_reason : Union(String, Nil)
- #active_lock_reason=(_active_lock_reason : Union(String, Nil))
- #assignee : Union(User, Nil)
- #assignee=(_assignee : Union(User, Nil))
- #assignees : Array(User)
- #assignees=(_assignees : Array(User))
- #body : Union(String, Nil)
- #body=(_body : Union(String, Nil))
- #closed_at : Union(String, Nil)
- #closed_at=(_closed_at : Union(String, Nil))
- #closed_by : Union(User, Nil)
- #closed_by=(_closed_by : Union(User, Nil))
- #comments : Int32
- #comments=(_comments : Int32)
- #comments_url : String
- #comments_url=(_comments_url : String)
- #created_at : Time
- #created_at=(_created_at : Time)
- #events_url : String
- #events_url=(_events_url : String)
- #html_url : String
- #html_url=(_html_url : String)
- #id : Int64
- #id=(_id : Int64)
- #labels : Union(Array(Label), Nil)
- #labels=(_labels : Union(Array(Label), Nil))
- #labels_url : String
- #labels_url=(_labels_url : String)
- #locked : Bool
- #locked=(_locked : Bool)
- #milestone : Union(Milestone, Nil)
- #milestone=(_milestone : Union(Milestone, Nil))
- #node_id : String
- #node_id=(_node_id : String)
- #number : Int32
- #number=(_number : Int32)
- #pull_request_links : Union(PullRequestLinks, Nil)
- #pull_request_links=(_pull_request_links : Union(PullRequestLinks, Nil))
- #reactions : Union(Reactions, Nil)
- #reactions=(_reactions : Union(Reactions, Nil))
- #repository : Union(Repository, Nil)
- #repository=(_repository : Union(Repository, Nil))
- #repository_url : String
- #repository_url=(_repository_url : String)
- #state : String
- #state=(_state : String)
- #text_matches : Union(Array(TextMatch), Nil)
- #text_matches=(_text_matches : Union(Array(TextMatch), Nil))
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)
- #updated_at : Union(Time, Nil)
- #updated_at=(_updated_at : Union(Time, Nil))
- #url : String
- #url=(_url : String)
- #user : User
- #user=(_user : User)
Constructor Detail
def self.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))
#