Method: Google::Cloud::Storage::HmacKey#api_url

Defined in:
lib/google/cloud/storage/hmac_key.rb

#api_urlString

A URL that can be used to access the HMAC key using the REST API.

Returns:

  • (String)


88
89
90
# File 'lib/google/cloud/storage/hmac_key.rb', line 88

def api_url
  @gapi.self_link
end