struct Octokit::Models::Timeline

Defined in:

octokit/models/issue_timeline.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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)) #

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

Instance Method Detail

def actor : User #

def actor=(_actor : User) #

def assignee : Union(User, Nil) #

def assignee=(_assignee : Union(User, Nil)) #

def commit_id : String #

def commit_id=(_commit_id : String) #

def commit_url : String #

def commit_url=(_commit_url : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def event : String #

def event=(_event : String) #

def id : Int64 #

def id=(_id : Int64) #

def label : Union(Label, Nil) #

def label=(_label : Union(Label, Nil)) #

def milestone : Union(User, Nil) #

def milestone=(_milestone : Union(User, Nil)) #

def project_card : Union(ProjectCard, Nil) #

def project_card=(_project_card : Union(ProjectCard, Nil)) #

def rename : Union(Rename, Nil) #

def rename=(_rename : Union(Rename, Nil)) #

def source : Union(Source, Nil) #

def source=(_source : Union(Source, Nil)) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #