Method: CloudApp::Client#drops
- Defined in:
- lib/cloudapp/client.rb
#drops(opts = {}) ⇒ Array[CloudApp::Drop] Also known as: items
Page through your drops.
Requires authentication.
89 90 91 |
# File 'lib/cloudapp/client.rb', line 89 def drops(opts = {}) Drop.all(opts) end |