struct Octokit::Models::PullRequestLinks

Defined in:

octokit/models/issues.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, html_url : String, diff_url : String, patch_url : String) #

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

Instance Method Detail

def diff_url : String #

def diff_url=(_diff_url : String) #

def html_url : String #

def html_url=(_html_url : String) #

def patch_url : String #

def patch_url=(_patch_url : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #