struct Web::Github
- Web::Github
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
web.crConstructors
- .new(ref : String, repository : Web::AuthorOrRepo, commits : Array(Web::Commit))
- .new(pull : JSON::PullParser)
Instance Method Summary
- #commits : Array(Commit)
- #commits=(commits : Array(Commit))
- #ref : String
- #ref=(ref : String)
- #repository : AuthorOrRepo
- #repository=(repository : AuthorOrRepo)