Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
shards-info
v3.0.0
Top Level Namespace
AddArchivedToRepositories
AddFieldsToUsers
AddIgnoreToRepositories
AddRelationships
AddSearch
Admin
Collection
AdminDelegator
Config
CreateAdmins
CreateReleases
Github
API
Author
Content
Forks
Iterable
License
Links
Logger
Organization
Owner
Readme
Release
Releases
Repo
Repos
Search
Code
Codes
Repository
User
Users
User
UserRepos
GithubHelpers
Gitlab
Access
API
Assets
Commit
ForkedFromProject
Group
License
Links
Logger
Namespace
Owner
Permissions
Project
Projects
Release
ReleaseLinks
Releases
RepositoryFile
Source
User
GitlabHelpers
Helpers
InitTables
Kemal
OpenGraph
ReadmeRenderer
Relationship
Collection
Release
Collection
Repository
Collection
RepositoryDelegator
RepositoryTag
Collection
ResyncGithubRepositoriesJob
ResyncGithubUsersJob
ResyncGitlabRepositoriesJob
ResyncGitlabUsersJob
SyncRecentGithubJob
SyncRecentGitlabJob
Tag
Collection
User
Collection
UserDelegator
ViewHelpers
Paginator
Built with Crystal 1.9.2
2023-10-08 08:43:54 UTC
class
Github::Search::Users
Github::Search::Users
Github::Iterable
Reference
Object
Defined in:
lib/github/models.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#items
: Array(Search::User)
#items=
(items : Array(Search::User))
Instance methods inherited from class
Github::Iterable
incomplete_results : Bool
incomplete_results
,
incomplete_results=(incomplete_results : Bool)
incomplete_results=
,
total_count : Int32
total_count
,
total_count=(total_count : Int32)
total_count=
Constructor methods inherited from class
Github::Iterable
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
items
: Array(
Search::User
)
#
[
View source
]
def
items=
(items : Array(
Search::User
))
#
[
View source
]