Method: PulpOstreeClient::ContentCommitsApi#read
- Defined in:
- lib/pulp_ostree_client/api/content_commits_api.rb
#read(ostree_ostree_commit_href, opts = {}) ⇒ OstreeOstreeCommitResponse
Inspect an ostree commit A ViewSet class for OSTree commits.
132 133 134 135 |
# File 'lib/pulp_ostree_client/api/content_commits_api.rb', line 132 def read(ostree_ostree_commit_href, opts = {}) data, _status_code, _headers = read_with_http_info(ostree_ostree_commit_href, opts) data end |