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