struct Octokit::Models::StatusEvent
- Octokit::Models::StatusEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .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))
- .new(__temp_1996 : JSON::PullParser)
Instance Method Summary
- #branches : Array(Branch)
- #branches=(_branches : Array(Branch))
- #commit : Union(RepositoryCommit, Nil)
- #commit=(_commit : Union(RepositoryCommit, Nil))
- #context : Union(String, Nil)
- #context=(_context : Union(String, Nil))
- #created_at : Union(Time, Nil)
- #created_at=(_created_at : Union(Time, Nil))
- #description : String
- #description=(_description : String)
- #id : Union(Int64, Nil)
- #id=(_id : Union(Int64, Nil))
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #name : Union(String, Nil)
- #name=(_name : Union(String, Nil))
- #repo : Union(Repository, Nil)
- #repo=(_repo : Union(Repository, Nil))
- #sender : Union(User, Nil)
- #sender=(_sender : Union(User, Nil))
- #sha : String
- #sha=(_sha : String)
- #state : String
- #state=(_state : String)
- #target_url : String
- #target_url=(_target_url : String)
- #to_json(json : JSON::Builder)
- #updated_at : Union(Time, Nil)
- #updated_at=(_updated_at : Union(Time, Nil))
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))
#