Class: INatGet::Data::Manager::Users Private
- Inherits:
-
INatGet::Data::Manager
- Object
- INatGet::Data::Manager
- INatGet::Data::Manager::Users
- Includes:
- Singleton
- Defined in:
- lib/inat-get/data/managers/users.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
require_relative '../updaters/users'
Specificators collapse
- #endpoint ⇒ :users private
- #sid ⇒ :login private
Methods inherited from INatGet::Data::Manager
#[], #get, #helper, #model, #parser, #updater, #uuid?
Instance Method Details
#endpoint ⇒ :users
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
16 |
# File 'lib/inat-get/data/managers/users.rb', line 16 def endpoint = :users |
#sid ⇒ :login
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 |
# File 'lib/inat-get/data/managers/users.rb', line 19 def sid = :login |