Method: Fog::Identity::HuaweiCloud::V3::Endpoint#destroy
- Defined in:
- lib/fog/identity/huaweicloud/v3/models/endpoint.rb
#destroy ⇒ Object
22 23 24 25 26 |
# File 'lib/fog/identity/huaweicloud/v3/models/endpoint.rb', line 22 def destroy requires :id service.delete_endpoint(id) true end |