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