struct Octokit::Models::ForkEvent
- Octokit::Models::ForkEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(forkee : Repository, repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
- .new(__temp_1382 : JSON::PullParser)
Instance Method Summary
- #forkee : Repository
- #forkee=(_forkee : Repository)
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #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(forkee : Repository, repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil))
#