class Github::User
- Github::User
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lib/github/models.crConstructors
Instance Method Summary
- #avatar_url : String
- #avatar_url=(avatar_url : String)
- #bio : String | Nil
- #bio=(bio : String | Nil)
- #blog : String
- #blog=(blog : String)
- #company : String | Nil
- #company=(company : String | Nil)
- #created_at : Time
- #created_at=(created_at : Time)
- #email : String | Nil
- #email=(email : String | Nil)
- #events_url : String
- #events_url=(events_url : String)
- #followers : Int32
- #followers=(followers : Int32)
- #followers_url : String
- #followers_url=(followers_url : String)
- #following : Int32
- #following=(following : Int32)
- #following_url : String
- #following_url=(following_url : String)
- #gists_url : String
- #gists_url=(gists_url : String)
- #gravatar_id : String
- #gravatar_id=(gravatar_id : String)
- #hireable=(hireable : Bool | Nil)
- #hireable? : Bool | Nil
- #html_url : String
- #html_url=(html_url : String)
- #id : Int32
- #id=(id : Int32)
- #kind
- #location : String | Nil
- #location=(location : String | Nil)
- #login : String
- #login=(login : String)
- #name : String | Nil
- #name=(name : String | Nil)
- #node_id : String
- #node_id=(node_id : String)
- #organizations_url : String
- #organizations_url=(organizations_url : String)
- #public_gists : Int32
- #public_gists=(public_gists : Int32)
- #public_repos : Int32
- #public_repos=(public_repos : Int32)
- #received_events_url : String
- #received_events_url=(received_events_url : String)
- #repos_url : String
- #repos_url=(repos_url : String)
- #site_admin=(site_admin : Bool)
- #site_admin? : Bool
- #starred_url : String
- #starred_url=(starred_url : String)
- #subscriptions_url : String
- #subscriptions_url=(subscriptions_url : String)
- #updated_at : Time
- #updated_at=(updated_at : Time)
- #url : String
- #url=(url : String)
- #user_type : String
- #user_type=(user_type : String)