class GitHubV3API::User

Represents a single GitHub User and provides access to its data attributes.

Attributes

avatar_url[R]
bio[R]
blog[R]
collaborators[R]
company[R]
created_at[R]
disk_usage[R]
email[R]
followers[R]
following[R]
gravatar_id[R]
hireable[R]
html_url[R]
id[R]
location[R]
login[R]
name[R]
owned_private_repos[R]
private_gists[R]
public_gists[R]
public_repos[R]
total_private_repos[R]
type[R]
url[R]

Private Instance Methods

natural_key() click to toggle source
# File lib/github_v3_api/user.rb, line 11
def natural_key
  [data['login']]
end