README
Top Level Namespace
GithubEvent
Actor
Payload
Repo
GithubTracker
GithubTrackerOptions
GithubUser
class
GithubEvent::Payload
GithubEvent::Payload
Reference
Object
Overview
The payload object that is passed back in the event object
Defined in:
GithubTracker/GithubEvent.cr
Constructors
.new
(__temp_59 : JSON::PullParser)
Instance Method Summary
#commits
: Array(JSON::Any)?
#commits=
(_commits : Array(JSON::Any)?)
#to_json
(json : JSON::Builder)
Constructor Detail
def self.
new
(__temp_59 : JSON::PullParser)
#
Instance Method Detail
def
commits
: Array(JSON::Any)?
#
def
commits=
(_commits : Array(JSON::Any)?)
#
def
to_json
(json : JSON::Builder)
#