Method: PulpcoreClient::ContentOpenpgpUserattributeApi#read
- Defined in:
- lib/pulpcore_client/api/content_openpgp_userattribute_api.rb
#read(open_p_g_p_user_attribute_href, opts = {}) ⇒ OpenPGPUserAttributeResponse
Inspect an open pgp user attribute Content viewset that supports only GET by default.
135 136 137 138 |
# File 'lib/pulpcore_client/api/content_openpgp_userattribute_api.rb', line 135 def read(open_p_g_p_user_attribute_href, opts = {}) data, _status_code, _headers = read_with_http_info(open_p_g_p_user_attribute_href, opts) data end |