class GithubEvent
- GithubEvent
- Reference
- Object
Overview
The event object that is returned from the github events API
Defined in:
GithubTracker/GithubEvent.crConstructors
Instance Method Summary
- #actor : Actor
- #actor=(_actor : Actor)
- #id : String
- #id=(_id : String)
- #in_date_range(earlier, later) : Bool
- #payload : ::Union(Payload, Nil)
- #payload=(_payload : ::Union(Payload, Nil))
- #repo : Repo
- #repo=(_repo : Repo)
- #time : Time
- #time=(_time : Time)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)