Octokit::Models::Timeline
Constructors
new(id : Int64, url : String, commit_url : String, actor : User, event : String, commit_id : String, created_at : Time, label : Union(Label, Nil), assignee : Union(User, Nil), milestone : Union(User, Nil), source : Union(Source, Nil), rename : Union(Rename, Nil), project_card : Union(ProjectCard, Nil))
new(__temp_2421 : JSON::PullParser)
Instance methods
actor
actor=(_actor : User)
assignee
commit_id
commit_id=(_commit_id : String)
commit_url
commit_url=(_commit_url : String)
created_at
created_at=(_created_at : Time)
event
event=(_event : String)
id
id=(_id : Int64)
label
milestone
project_card
rename
source
to_json(json : JSON::Builder)
url
url=(_url : String)