struct PortfolioJson::Github::Repo
- PortfolioJson::Github::Repo
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
portfolio-json/github.crConstant Summary
-
URI =
"#{GITHUB_API_BASE}/users/#{GITHUB_USERNAME}/repos"
Constructors
Class Method Summary
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #description : String | Nil
- #description=(description : String | Nil)
- #fork : Bool
- #fork=(fork : Bool)
- #homepage : String | Nil
- #homepage=(homepage : String | Nil)
- #html_url : String
- #html_url=(html_url : String)
- #language : String | Nil
- #language=(language : String | Nil)
- #name : String
- #name=(name : String)
- #stargazers_count : Int32
- #stargazers_count=(stargazers_count : Int32)
- #updated_at : Time
- #updated_at=(updated_at : Time)