struct Octokit::Models::NewPullRequest

Defined in:

octokit/models/pulls.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, head : String, base : String, body : String, issue : Int32, maintainer_can_modify : Bool, draft : Bool) #

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

Instance Method Detail

def base : String #

def base=(_base : String) #

def body : String #

def body=(_body : String) #

def draft : Bool #

def draft=(_draft : Bool) #

def head : String #

def head=(_head : String) #

def issue : Int32 #

def issue=(_issue : Int32) #

def maintainer_can_modify : Bool #

def maintainer_can_modify=(_maintainer_can_modify : Bool) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #