Class: CloudApp::Item

Inherits:
Drop show all
Defined in:
lib/cloudapp/drop.rb

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, #source, #updated_at, #url, #view_counter

Attributes inherited from Base

#data

Method Summary

Methods inherited from Drop

all, #archive?, #audio?, #bookmark?, create, delete, #delete, find, #image?, #raw, recover, #recover, #text?, #unknown?, #update, update, #video?

Methods inherited from Base

authenticate, bad_response, #initialize

Constructor Details

This class inherits a constructor from CloudApp::Base