Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
github_notifications_slack
master
Top Level Namespace
Error
Usecase
Github
Comment
Error
Notification
NotificationRepository
Repository
Subject
Type
Usecase
User
Notify
Usecase
Serverless
Lambda
Slack
Attachment
Post
PostRepository
Generated using Crystal 1.16.3
2026-06-25 03:27:27 UTC
class
Github::
Comment
Github::Comment
Reference
Object
Included Modules
JSON::Serializable
Defined in:
github/models.cr
Constructors
.new
(pull : JSON::PullParser)
.new
(body : Nil | String)
Instance Method Summary
#body
: String | Nil
#html_url
: String | Nil
#user
: User
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
def self.
new
(body : Nil | String)
#
[
View source
]
Instance Method Detail
def
body
: String | Nil
#
[
View source
]
def
html_url
: String | Nil
#
[
View source
]
def
user
:
User
#
[
View source
]