Method: Fog::OpenStack::Compute::Aggregates#destroy
- Defined in:
- lib/fog/openstack/compute/models/aggregates.rb
#destroy(id) ⇒ Object
19 20 21 22 |
# File 'lib/fog/openstack/compute/models/aggregates.rb', line 19 def destroy(id) aggregate = find_by_id(id) aggregate.destroy end |