struct Octokit::Models::PullRequestMergeRequest

Defined in:

octokit/models/pulls.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

Instance Method Detail

def commit_message : String #

def commit_message=(_commit_message : String) #

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) #