struct Octokit::Models::IssueEvent

Defined in:

octokit/models/issue_events.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, url : String, actor : User, event : String, created_at : Time, issue : Issue, assignee : Union(User, Nil), assigner : Union(User, Nil), commit_id : Union(String, Nil), milestone : Union(Milestone, Nil), label : Union(Label, Nil), rename : Union(Rename, Nil), lock_reason : Union(String, Nil), project_card : Union(ProjectCard, Nil), dismissed_review : Union(DismissedReview, Nil)) #

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

Instance Method Detail

def actor : User #

def actor=(_actor : User) #

def assignee : Union(User, Nil) #

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

def assigner : Union(User, Nil) #

def assigner=(_assigner : Union(User, Nil)) #

def commit_id : Union(String, Nil) #

def commit_id=(_commit_id : Union(String, Nil)) #

def created_at : Time #

def created_at=(_created_at : Time) #

def dismissed_review : Union(DismissedReview, Nil) #

def dismissed_review=(_dismissed_review : Union(DismissedReview, Nil)) #

def event : String #

def event=(_event : String) #

def id : Int64 #

def id=(_id : Int64) #

def issue : Issue #

def issue=(_issue : Issue) #

def label : Union(Label, Nil) #

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

def lock_reason : Union(String, Nil) #

def lock_reason=(_lock_reason : Union(String, Nil)) #

def milestone : Union(Milestone, Nil) #

def milestone=(_milestone : Union(Milestone, 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 to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #