struct

Octokit::Models::PullRequestUpdate

Inherits Struct < Value < Object

Constructors

new(title : String, body : String, state : String, base : String, maintainer_can_modify : Bool)
new(__temp_3356 : JSON::PullParser)

Instance methods

base
base=(_base : String)
body
body=(_body : String)
maintainer_can_modify
maintainer_can_modify=(_maintainer_can_modify : Bool)
state
state=(_state : String)
title
title=(_title : String)
to_json(json : JSON::Builder)