struct GitLab::Project::Statistics
- GitLab::Project::Statistics
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
gitlab/project.crConstructors
- .new(commit_count : UInt32 | Nil, storage_size : UInt32 | Nil, repository_size : UInt32 | Nil, wiki_size : UInt32 | Nil, lfs_objects_size : UInt32 | Nil, job_artifacts_size : UInt32 | Nil, pipeline_artifacts_size : UInt32 | Nil, packages_size : UInt32 | Nil, snippets_size : UInt32 | Nil, uploads_size : UInt32 | Nil, container_registry_size : UInt32 | Nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #commit_count : UInt32 | Nil
- #container_registry_size : UInt32 | Nil
- #copy_with(commit_count _commit_count = @commit_count, storage_size _storage_size = @storage_size, repository_size _repository_size = @repository_size, wiki_size _wiki_size = @wiki_size, lfs_objects_size _lfs_objects_size = @lfs_objects_size, job_artifacts_size _job_artifacts_size = @job_artifacts_size, pipeline_artifacts_size _pipeline_artifacts_size = @pipeline_artifacts_size, packages_size _packages_size = @packages_size, snippets_size _snippets_size = @snippets_size, uploads_size _uploads_size = @uploads_size, container_registry_size _container_registry_size = @container_registry_size)
- #job_artifacts_size : UInt32 | Nil
- #lfs_objects_size : UInt32 | Nil
- #packages_size : UInt32 | Nil
- #pipeline_artifacts_size : UInt32 | Nil
- #repository_size : UInt32 | Nil
- #snippets_size : UInt32 | Nil
- #storage_size : UInt32 | Nil
- #uploads_size : UInt32 | Nil
- #wiki_size : UInt32 | Nil
Constructor Detail
def self.new(commit_count : UInt32 | Nil, storage_size : UInt32 | Nil, repository_size : UInt32 | Nil, wiki_size : UInt32 | Nil, lfs_objects_size : UInt32 | Nil, job_artifacts_size : UInt32 | Nil, pipeline_artifacts_size : UInt32 | Nil, packages_size : UInt32 | Nil, snippets_size : UInt32 | Nil, uploads_size : UInt32 | Nil, container_registry_size : UInt32 | Nil)
#
Instance Method Detail
def copy_with(commit_count _commit_count = @commit_count, storage_size _storage_size = @storage_size, repository_size _repository_size = @repository_size, wiki_size _wiki_size = @wiki_size, lfs_objects_size _lfs_objects_size = @lfs_objects_size, job_artifacts_size _job_artifacts_size = @job_artifacts_size, pipeline_artifacts_size _pipeline_artifacts_size = @pipeline_artifacts_size, packages_size _packages_size = @packages_size, snippets_size _snippets_size = @snippets_size, uploads_size _uploads_size = @uploads_size, container_registry_size _container_registry_size = @container_registry_size)
#