struct Octokit::Models::PRLinks

Defined in:

octokit/models/pulls.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(this : PRLink, html : PRLink, issue : PRLink, comments : PRLink, review_comments : PRLink, review_comment : PRLink, commits : PRLink, statuses : PRLink) #

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

Instance Method Detail

def comments : PRLink #

def comments=(_comments : PRLink) #

def commits : PRLink #

def commits=(_commits : PRLink) #

def html : PRLink #

def html=(_html : PRLink) #

def issue : PRLink #

def issue=(_issue : PRLink) #

def review_comment : PRLink #

def review_comment=(_review_comment : PRLink) #

def review_comments : PRLink #

def review_comments=(_review_comments : PRLink) #

def statuses : PRLink #

def statuses=(_statuses : PRLink) #

def this : PRLink #

def this=(_this : PRLink) #

def to_json(json : JSON::Builder) #