struct Octokit::Models::PullRequestReview

Defined in:

octokit/models/pull_reviews.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, user : User, body : String, submitted_at : String, commit_id : String, html_url : String, pull_request_url : String, state : String) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def commit_id : String #

def commit_id=(_commit_id : String) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def node_id : String #

def node_id=(_node_id : String) #

def pull_request_url : String #

def pull_request_url=(_pull_request_url : String) #

def state : String #

def state=(_state : String) #

def submitted_at : String #

def submitted_at=(_submitted_at : String) #

def to_json(json : JSON::Builder) #

def user : User #

def user=(_user : User) #