Class: INatGet::Data::Model::ProjectPlace Private
- Inherits:
-
INatGet::Data::Model
- Object
- Sequel::Model
- INatGet::Data::Model
- INatGet::Data::Model::ProjectPlace
- Defined in:
- lib/inat-get/data/models/projectplace.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.
-
#place_id ⇒ Integer
private
Sequel data field.
-
#project_id ⇒ Integer
private
Sequel data field.
Sequel Associations collapse
-
#place ⇒ Place?
private
Sequel many-to-one association.
-
#project ⇒ Project?
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/projectplace.rb', line 6 set_dataset :project_places |
#place ⇒ Place?
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/projectplace.rb', line 9 many_to_one :place |
#place_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/projectplace.rb', line 6 set_dataset :project_places |
#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/projectplace.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/projectplace.rb', line 6 set_dataset :project_places |
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/projectplace.rb', line 13 def owner() = self.project |