Method: Fog::Terremark::Shared::Address#destroy

Defined in:
lib/fog/terremark/models/shared/address.rb

#destroyObject



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