Class: Quill::Endpoint::Me

Inherits:
Base
  • Object
show all
Defined in:
lib/quill/endpoints.rb

Instance Attribute Summary

Attributes inherited from Base

#api, #name

Instance Method Summary collapse

Methods inherited from Base

#check_keys, #initialize, #list, #update

Constructor Details

This class inherits a constructor from Quill::Endpoint::Base

Instance Method Details

#create(*args) ⇒ Object

Request information about the current authenticated user based on access_token.

Parameters:

  • properties (Hash)

    properties for create



68
69
70
# File 'lib/quill/endpoints.rb', line 68

def create *args
  super
end

#find(*args) ⇒ Object

Request information about the current authenticated user based on access_token.



57
58
59
# File 'lib/quill/endpoints.rb', line 57

def find *args
  super
end