class GithubCr::User
- GithubCr::User
- GithubCr::BaseModel
- Reference
- Object
Defined in:
github-cr/models/user.crConstructors
Instance Method Summary
- #bio
- #blog
- #company
- #hireable?
- #location
- #login
- #name
- #num_followers
- #num_following
- #num_private_repos
- #num_public_repos
- #num_repos
- #patch(**new_body)
- #repos(**params)
Instance methods inherited from class GithubCr::BaseModel
raw_json : Hash(String, JSON::Any)
raw_json
Constructor Detail
def self.new(json_data : String, http_client : HTTP::Client, http_headers : HTTP::Headers, is_client_user : Bool = false)
#