Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Octokit::Models::DeleteEvent
Inherits
Struct
<
Value
<
Object
Constructors
new
(ref :
String
, ref_type :
String
, pusher_type :
Union
(
String
,
Nil
), repo :
Union
(
Repository
,
Nil
), sender :
Union
(
User
,
Nil
), installation :
Union
(
Installation
,
Nil
))
new
(__temp_1353 :
JSON::PullParser
)
Instance methods
installation
installation=
(_installation :
Union
(
Installation
,
Nil
))
pusher_type
pusher_type=
(_pusher_type :
Union
(
String
,
Nil
))
ref
ref=
(_ref :
String
)
ref_type
ref_type=
(_ref_type :
String
)
repo
repo=
(_repo :
Union
(
Repository
,
Nil
))
sender
sender=
(_sender :
Union
(
User
,
Nil
))
to_json
(json :
JSON::Builder
)