struct Octokit::Models::PullRequestOptions

Defined in:

octokit/models/pulls.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(commit_title : String, sha : String, merge_method : String) #

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

Instance Method Detail

def commit_title : String #

def commit_title=(_commit_title : String) #

def merge_method : String #

def merge_method=(_merge_method : String) #

def sha : String #

def sha=(_sha : String) #

def to_json(json : JSON::Builder) #