Method: Google::Cloud::Storage::HmacKey#created_at
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#created_at ⇒ String
Creation time of the HMAC key.
97 98 99 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 97 def created_at @gapi.time_created end |