Class: Singly::Services::Gdocs
- Inherits:
-
Object
- Object
- Singly::Services::Gdocs
- Defined in:
- lib/singly/api/services/gdocs.rb
Instance Attribute Summary
Attributes included from Endpoint
Instance Method Summary collapse
Methods included from Service
included, #service=, #service_endpoint
Methods included from Endpoint
#fetch, #initialize, #url, #validate
Instance Method Details
#changes(params = {}) ⇒ Object
12 13 14 |
# File 'lib/singly/api/services/gdocs.rb', line 12 def changes(params={}) service_endpoint(__method__, params) end |
#self(params = {}) ⇒ Object
8 9 10 |
# File 'lib/singly/api/services/gdocs.rb', line 8 def self(params={}) service_endpoint(__method__, params) end |