Method: Google::Cloud::Storage::HmacKey#active?

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

#active?Boolean

Whether the state of the HMAC key is ACTIVE.

Returns:

  • (Boolean)


161
162
163
# File 'lib/google/cloud/storage/hmac_key.rb', line 161

def active?
  state == "ACTIVE"
end