Method: Google::Cloud::Storage::HmacKey#deleted?
- Defined in:
- lib/google/cloud/storage/hmac_key.rb
#deleted? ⇒ Boolean
Whether the state of the HMAC key is DELETED
.
221 222 223 |
# File 'lib/google/cloud/storage/hmac_key.rb', line 221 def deleted? state == "DELETED" end |