Class: Singly::Services::Dropbox

Inherits:
Object
  • Object
show all
Includes:
Endpoint, Service
Defined in:
lib/singly/api/services/dropbox.rb

Instance Attribute Summary

Attributes included from Endpoint

#options, #path

Instance Method Summary collapse

Methods included from Service

included, #service=, #service_endpoint

Methods included from Endpoint

#fetch, #initialize, #url, #validate

Instance Method Details

#files(params = {}) ⇒ Object



12
13
14
# File 'lib/singly/api/services/dropbox.rb', line 12

def files(params={})
  service_endpoint(__method__, params)
end

#folders(params = {}) ⇒ Object



16
17
18
# File 'lib/singly/api/services/dropbox.rb', line 16

def folders(params={})
  service_endpoint(__method__, params)
end

#self(params = {}) ⇒ Object



8
9
10
# File 'lib/singly/api/services/dropbox.rb', line 8

def self(params={})
  service_endpoint(__method__, params)
end