struct Octokit::Models::PullRequestUpdate
- Octokit::Models::PullRequestUpdate
- Struct
- Value
- Object
Defined in:
octokit/models/pulls.crConstructors
- .new(title : String, body : String, state : String, base : String, maintainer_can_modify : Bool)
- .new(__temp_3483 : JSON::PullParser)
Instance Method Summary
- #base : String
- #base=(_base : String)
- #body : String
- #body=(_body : String)
- #maintainer_can_modify : Bool
- #maintainer_can_modify=(_maintainer_can_modify : Bool)
- #state : String
- #state=(_state : String)
- #title : String
- #title=(_title : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(title : String, body : String, state : String, base : String, maintainer_can_modify : Bool)
#