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