Class: GitHubEvent

github-event.GitHubEvent()

new GitHubEvent()

A class to represent a GitHub event.
Source:
See:

Members

(readonly) phrase :string

Describe the GitHubEvent.
Type:
  • string
Source:

Methods

constructor(obj) → {object}

Constructs a new GitHubEvent object.
Parameters:
Name Type Description
obj object Object that respresents a GitHub event.
Source:
Returns:
GitHubEvent object.
Type
object