Class: INatGet::Data::Updater::Observations Private
- Inherits:
-
INatGet::Data::Updater
- Object
- INatGet::Data::Updater
- INatGet::Data::Updater::Observations
- Includes:
- Singleton
- Defined in:
- lib/inat-get/data/updaters/observations.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
- #allow_locale? ⇒ true private private
- #allow_updated_since? ⇒ true private private
- #endpoint ⇒ :observations private
Methods inherited from INatGet::Data::Updater
#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.
20 |
# File 'lib/inat-get/data/updaters/observations.rb', line 20 def allow_id_above?() = true |
#allow_locale? ⇒ 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/observations.rb', line 17 def allow_locale?() = true |
#allow_updated_since? ⇒ 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.
23 |
# File 'lib/inat-get/data/updaters/observations.rb', line 23 def allow_updated_since?() = true |
#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.
12 |
# File 'lib/inat-get/data/updaters/observations.rb', line 12 def endpoint() = :observations |