Class: INatGet::Data::Manager::Projects Private
- Inherits:
-
INatGet::Data::Manager
- Object
- INatGet::Data::Manager
- INatGet::Data::Manager::Projects
- Includes:
- Singleton
- Defined in:
- lib/inat-get/data/managers/projects.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/projects'
Specificators collapse
- #endpoint ⇒ :projects private
- #sid ⇒ :slug private
Methods inherited from INatGet::Data::Manager
#[], #get, #helper, #model, #parser, #updater, #uuid?
Instance Method Details
#endpoint ⇒ :projects
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/projects.rb', line 16 def endpoint = :projects |
#sid ⇒ :slug
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/projects.rb', line 19 def sid = :slug |