struct Octokit::Models::RepositoryComment
- Octokit::Models::RepositoryComment
- Struct
- Value
- Object
Defined in:
octokit/models/repo_comments.crConstructors
- .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_3610 : JSON::PullParser)
Instance Method Summary
- #body : String
- #body=(_body : String)
- #commit_id : String
- #commit_id=(_commit_id : String)
- #created_at : Time
- #created_at=(_created_at : Time)
- #html_url : String
- #html_url=(_html_url : String)
- #id : Int64
- #id=(_id : Int64)
- #path : String
- #path=(_path : String)
- #position : Int32
- #position=(_position : Int32)
- #reactions : Reactions
- #reactions=(_reactions : Reactions)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
- #url : String
- #url=(_url : String)
- #user : User
- #user=(_user : User)
Constructor Detail
def self.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)
#