Method: CloudApp::Client#drop

Defined in:
lib/cloudapp/client.rb

#drop(id) ⇒ CloudApp::Drop Also known as: item

Get metadata about a cl.ly URL like name, type, or view count.

Finds the drop by it’s slug id, for example “2wr4”.

Parameters:

  • id (String)

    cl.ly slug id

Returns:



73
74
75
# File 'lib/cloudapp/client.rb', line 73

def drop(id)
  Drop.find(id)
end