Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Octokit::Models::CheckRunEvent
Inherits
Struct
<
Value
<
Object
Constructors
new
(check_run :
CheckRun
, action :
String
, repo :
Union
(
Repository
,
Nil
), org :
Union
(
Organization
,
Nil
), sender :
Union
(
User
,
Nil
), installation :
Union
(
Installation
,
Nil
), requested_action :
Union
(
RequestedAction
,
Nil
))
new
(__temp_1289 :
JSON::PullParser
)
Instance methods
action
action=
(_action :
String
)
check_run
check_run=
(_check_run :
CheckRun
)
installation
installation=
(_installation :
Union
(
Installation
,
Nil
))
org
org=
(_org :
Union
(
Organization
,
Nil
))
repo
repo=
(_repo :
Union
(
Repository
,
Nil
))
requested_action
requested_action=
(_requested_action :
Union
(
RequestedAction
,
Nil
))
sender
sender=
(_sender :
Union
(
User
,
Nil
))
to_json
(json :
JSON::Builder
)