Method: Fog::Identity::OpenStack::Ec2Credentials#destroy
- Defined in:
- lib/fog/openstack/models/identity/ec2_credentials.rb
#destroy(access_key) ⇒ Object
29 30 31 32 |
# File 'lib/fog/openstack/models/identity/ec2_credentials.rb', line 29 def destroy(access_key) ec2_credential = self.find_by_access_key(access_key) ec2_credential.destroy end |