struct Octokit::Models::PullRequestEvent
- Octokit::Models::PullRequestEvent
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(action : String, assignee : User, number : Int32, pull_request : PullRequest, changes : Union(EditChange, Nil), requested_reviewer : Union(User, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil), label : Union(Label, Nil), organization : Union(Organization, Nil))
- .new(__temp_1734 : JSON::PullParser)
Instance Method Summary
- #action : String
- #action=(_action : String)
- #assignee : User
- #assignee=(_assignee : User)
- #changes : Union(EditChange, Nil)
- #changes=(_changes : Union(EditChange, Nil))
- #installation : Union(Installation, Nil)
- #installation=(_installation : Union(Installation, Nil))
- #label : Union(Label, Nil)
- #label=(_label : Union(Label, Nil))
- #number : Int32
- #number=(_number : Int32)
- #organization : Union(Organization, Nil)
- #organization=(_organization : Union(Organization, Nil))
- #pull_request : PullRequest
- #pull_request=(_pull_request : PullRequest)
- #repo : Union(Repository, Nil)
- #repo=(_repo : Union(Repository, Nil))
- #requested_reviewer : Union(User, Nil)
- #requested_reviewer=(_requested_reviewer : Union(User, Nil))
- #sender : Union(User, Nil)
- #sender=(_sender : Union(User, Nil))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(action : String, assignee : User, number : Int32, pull_request : PullRequest, changes : Union(EditChange, Nil), requested_reviewer : Union(User, Nil), repo : Union(Repository, Nil), sender : Union(User, Nil), installation : Union(Installation, Nil), label : Union(Label, Nil), organization : Union(Organization, Nil))
#