struct Octokit::Models::PullRequestReviewRequest

Defined in:

octokit/models/pull_reviews.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node_id : String, commit_id : String, body : String, event : String, comments : Array(DraftReviewComment)) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def comments : Array(DraftReviewComment) #

def comments=(_comments : Array(DraftReviewComment)) #

def commit_id : String #

def commit_id=(_commit_id : String) #

def event : String #

def event=(_event : String) #

def node_id : String #

def node_id=(_node_id : String) #

def to_json(json : JSON::Builder) #