Class: INatGet::Data::Updater::Identifications Private
- Inherits:
-
INatGet::Data::Updater
- Object
- INatGet::Data::Updater
- INatGet::Data::Updater::Identifications
- Includes:
- Singleton
- Defined in:
- lib/inat-get/data/updaters/identifications.rb
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.
Instance Method Summary collapse
- #allow_id_above? ⇒ true private private
- #endpoint ⇒ :identifications private
Methods inherited from INatGet::Data::Updater
#allow_locale?, #allow_updated_since?, #helper, #manager, #model, #parser, #update!
Methods included from System::Context
#check_shutdown!, check_shutdown!, #shutdown?, shutdown?
Instance Method Details
#allow_id_above? ⇒ true (private)
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.
17 |
# File 'lib/inat-get/data/updaters/identifications.rb', line 17 def allow_id_above?() = true |
#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.
12 |
# File 'lib/inat-get/data/updaters/identifications.rb', line 12 def endpoint() = :identifications |