struct Octokit::Models::PullRequestUpdate

Defined in:

octokit/models/pulls.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, body : String, state : String, base : String, maintainer_can_modify : Bool) #

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

Instance Method Detail

def base : String #

def base=(_base : String) #

def body : String #

def body=(_body : String) #

def maintainer_can_modify : Bool #

def maintainer_can_modify=(_maintainer_can_modify : Bool) #

def state : String #

def state=(_state : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #