struct

Octokit::Models::RepositoryComment

Inherits Struct < Value < Object

Constructors

new(html_url : String, url : String, id : Int64, commit_id : String, user : User, reactions : Reactions, created_at : Time, updated_at : Time, body : String, path : String, position : Int32)
new(__temp_3479 : JSON::PullParser)

Instance methods

body
body=(_body : String)
commit_id
commit_id=(_commit_id : String)
created_at
created_at=(_created_at : Time)
html_url
html_url=(_html_url : String)
id
id=(_id : Int64)
path
path=(_path : String)
position
position=(_position : Int32)
reactions
reactions=(_reactions : Reactions)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)
user
user=(_user : User)