Sha256: 56741f352d60be1fbbddc6d6da420f84cef8066931ed8efa55b8fc12735cb0ec
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
# Athenian::RepositorySetWithName ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | [optional] | | **items** | **Array<String>** | | [optional] | | **precomputed** | **Boolean** | | [optional] | ## Example ```ruby require 'athenian' instance = Athenian::RepositorySetWithName.new( name: null, items: null, precomputed: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | docs/RepositorySetWithName.md |
athenian-2.1.85 | docs/RepositorySetWithName.md |
athenian-2.1.81 | docs/RepositorySetWithName.md |