Method: Fog::Compute::IBM::Address#destroy
- Defined in:
- lib/fog/ibm/models/compute/address.rb
#destroy ⇒ Object
55 56 57 58 |
# File 'lib/fog/ibm/models/compute/address.rb', line 55 def destroy requires :id connection.delete_address(id).body['success'] end |