Method: Fog::Compute::HuaweiCloud::Metadatum#destroy
- Defined in:
- lib/fog/compute/huaweicloud/models/metadatum.rb
#destroy ⇒ Object
13 14 15 16 17 |
# File 'lib/fog/compute/huaweicloud/models/metadatum.rb', line 13 def destroy requires :identity service.(collection_name, @parent.id, key) true end |