Method: CloudApp::Drop#delete

Defined in:
lib/cloudapp/drop.rb

#deleteCloudApp::Drop

Send the drop to the trash.

Returns:



169
170
171
# File 'lib/cloudapp/drop.rb', line 169

def delete
  self.class.delete self.href
end