struct Octokit::Models::StatusEvent

Defined in:

octokit/models/event_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sha : String, state : String, description : String, target_url : String, branches : Array(Branch), id : Union(Int64, Nil), name : Union(String, Nil), context : Union(String, Nil), commit : Union(RepositoryCommit, Nil), created_at : Union(Time, Nil), updated_at : Union(Time, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil)) #

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

Instance Method Detail

def branches : Array(Branch) #

def branches=(_branches : Array(Branch)) #

def commit : Union(RepositoryCommit, Nil) #

def commit=(_commit : Union(RepositoryCommit, Nil)) #

def context : Union(String, Nil) #

def context=(_context : Union(String, Nil)) #

def created_at : Union(Time, Nil) #

def created_at=(_created_at : Union(Time, Nil)) #

def description : String #

def description=(_description : String) #

def id : Union(Int64, Nil) #

def id=(_id : Union(Int64, Nil)) #

def installation : Union(Installation, Nil) #

def installation=(_installation : Union(Installation, Nil)) #

def name : Union(String, Nil) #

def name=(_name : Union(String, Nil)) #

def repo : Union(Repository, Nil) #

def repo=(_repo : Union(Repository, Nil)) #

def sender : Union(User, Nil) #

def sender=(_sender : Union(User, Nil)) #

def sha : String #

def sha=(_sha : String) #

def state : String #

def state=(_state : String) #

def target_url : String #

def target_url=(_target_url : String) #

def to_json(json : JSON::Builder) #

def updated_at : Union(Time, Nil) #

def updated_at=(_updated_at : Union(Time, Nil)) #