struct Octokit::Models::CreateEvent
- Octokit::Models::CreateEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(ref : String, ref_type : String, master_branch : String, description : String, pusher_type : Union(String, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
- .new(__temp_1315 : JSON::PullParser)
Instance Method Summary
- #description : String
- #description=(_description : String)
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #master_branch : String
- #master_branch=(_master_branch : String)
- #pusher_type : Union(String, Nil)
- #pusher_type=(_pusher_type : Union(String, Nil))
- #ref : String
- #ref=(_ref : String)
- #ref_type : String
- #ref_type=(_ref_type : String)
- #repo : Union(Repository, Nil)
- #repo=(_repo : Union(Repository, Nil))
- #sender : Union(User, Nil)
- #sender=(_sender : Union(User, Nil))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(ref : String, ref_type : String, master_branch : String, description : String, pusher_type : Union(String, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
#