Sha256: 7a487a74480174e91f10d410345dc13a7efdca64594be404a5ef354717bce5a6
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# EndOfLifeDateApiClient::Cycle ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cycle** | **Object** | Release Cycle | [optional] | | **release_date** | **Object** | Release Date for the first release in this cycle | [optional] | | **eol** | **Object** | End of Life Date for this release cycle | [optional] | | **latest** | **Object** | Latest release in this cycle | [optional] | | **link** | **Object** | Link to changelog for the latest release, if available | [optional] | | **lts** | **Object** | Whether this release cycle has long-term-support (LTS). Can be a date instead in YYYY-MM-DD format as well if the release enters LTS status on a given date. | [optional] | | **support** | **Object** | Whether this release cycle has active support | [optional] | | **discontinued** | **Object** | Whether this cycle is now discontinued. | [optional] | ## Example ```ruby require 'endoflife_date' instance = EndOfLifeDateApiClient::Cycle.new( cycle: null, release_date: null, eol: null, latest: null, link: null, lts: null, support: null, discontinued: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
endoflife_date-0.10.0 | docs/Cycle.md |