struct Octokit::Models::Source
- Octokit::Models::Source
- Struct
- Value
- Object
Defined in:
octokit/models/issue_timeline.crConstructors
- .new(id : Int64, url : String, actor : User, type : String, issue : Issue)
- .new(__temp_2431 : JSON::PullParser)
Instance Method Summary
- #actor : User
- #actor=(_actor : User)
- #id : Int64
- #id=(_id : Int64)
- #issue : Issue
- #issue=(_issue : Issue)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)
- #url : String
- #url=(_url : String)