Class: CloudApp::Item
Overview
The Item class is now deprecated in favour of the Drop class. For legacy purposes you can still use the Item class but it is recommended you update your code to use the Drop class to ensure future compatibility.
Instance Attribute Summary
Attributes inherited from Drop
#content_url, #created_at, #deleted_at, #href, #icon, #item_type, #name, #private, #redirect_url, #remote_url, #updated_at, #url, #view_counter
Method Summary
Methods inherited from Drop
all, create, #delete, delete, find, #initialize, recover, #recover, update, #update
Methods inherited from Base
Constructor Details
This class inherits a constructor from CloudApp::Drop