Class: INatGet::Data::Model::ProjectTaxon Private
- Inherits:
-
INatGet::Data::Model
- Object
- Sequel::Model
- INatGet::Data::Model
- INatGet::Data::Model::ProjectTaxon
- Defined in:
- lib/inat-get/data/models/projecttaxon.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.
Sequel Fields collapse
-
#exclude ⇒ Boolean
private
Sequel data field.
-
#project_id ⇒ Integer
private
Sequel data field.
-
#taxon_id ⇒ Integer
private
Sequel data field.
Sequel Associations collapse
-
#project ⇒ Project?
private
Sequel many-to-one association.
-
#taxon ⇒ Taxon?
private
Sequel many-to-one association.
Instance Method Summary collapse
- #owner ⇒ Object private
Methods inherited from INatGet::Data::Model
helper, manager, parser, updater
Instance Attribute Details
#exclude ⇒ Boolean
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.
Sequel data field
6 |
# File 'lib/inat-get/data/models/projecttaxon.rb', line 6 set_dataset :project_taxa |
#project ⇒ Project?
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.
Sequel many-to-one association.
8 |
# File 'lib/inat-get/data/models/projecttaxon.rb', line 8 many_to_one :project |
#project_id ⇒ Integer
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.
Sequel data field
6 |
# File 'lib/inat-get/data/models/projecttaxon.rb', line 6 set_dataset :project_taxa |
#taxon ⇒ Taxon?
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.
Sequel many-to-one association.
9 |
# File 'lib/inat-get/data/models/projecttaxon.rb', line 9 many_to_one :taxon |
#taxon_id ⇒ Integer
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.
Sequel data field
6 |
# File 'lib/inat-get/data/models/projecttaxon.rb', line 6 set_dataset :project_taxa |
Instance Method Details
#owner ⇒ Object
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.
13 |
# File 'lib/inat-get/data/models/projecttaxon.rb', line 13 def owner() = self.project |