Method: Google::Cloud::Storage::HmacKey#api_url
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#api_url ⇒ String
A URL that can be used to access the HMAC key using the REST API.
88 89 90 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 88 def api_url @gapi.self_link end |