Method: Fog::Terremark::Shared::Address#destroy
- Defined in:
- lib/fog/terremark/models/shared/address.rb
#destroy ⇒ Object
13 14 15 16 17 |
# File 'lib/fog/terremark/models/shared/address.rb', line 13 def destroy requires :id connection.delete_public_ip(id) true end |