struct

Octokit::Models::Timeline

Inherits Struct < Value < Object

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
assignee=(_assignee : Union(User, Nil))
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
label=(_label : Union(Label, Nil))
milestone
milestone=(_milestone : Union(User, Nil))
project_card
project_card=(_project_card : Union(ProjectCard, Nil))
rename
rename=(_rename : Union(Rename, Nil))
source
source=(_source : Union(Source, Nil))
to_json(json : JSON::Builder)
url
url=(_url : String)