struct Octokit::Models::PullRequestComment

Defined in:

octokit/models/pull_comments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, in_reply_to : Int64, body : String, path : String, diff_hunk : String, pull_request_review_id : Int64, position : Int32, original_position : Int32, commit_id : String, original_commit_id : String, user : User, reactions : Reactions, created_at : Time, updated_at : Time, author_association : String, url : String, html_url : String, pull_request_url : String) #

def self.new(__temp_2629 : JSON::PullParser) #

Instance Method Detail

def author_association : String #

def author_association=(_author_association : String) #

def body : String #

def body=(_body : String) #

def commit_id : String #

def commit_id=(_commit_id : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def diff_hunk : String #

def diff_hunk=(_diff_hunk : String) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def in_reply_to : Int64 #

def in_reply_to=(_in_reply_to : Int64) #

def node_id : String #

def node_id=(_node_id : String) #

def original_commit_id : String #

def original_commit_id=(_original_commit_id : String) #

def original_position : Int32 #

def original_position=(_original_position : Int32) #

def path : String #

def path=(_path : String) #

def position : Int32 #

def position=(_position : Int32) #

def pull_request_review_id : Int64 #

def pull_request_review_id=(_pull_request_review_id : Int64) #

def pull_request_url : String #

def pull_request_url=(_pull_request_url : String) #

def reactions : Reactions #

def reactions=(_reactions : Reactions) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #

def user : User #

def user=(_user : User) #