Class: INatGet::Data::Helper::Field::Place Private
- Inherits:
-
Models
- Object
- INatGet::Data::Helper::Field
- Set
- Models
- INatGet::Data::Helper::Field::Place
- Defined in:
- lib/inat-get/data/helpers/defs/place.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 Attribute Summary
Attributes inherited from INatGet::Data::Helper::Field
Instance Method Summary collapse
-
#initialize(helper, key) ⇒ Place
constructor
private
A new instance of Place.
- #to_sequel(value) ⇒ Object private
Methods inherited from Models
Methods inherited from Set
Methods inherited from INatGet::Data::Helper::Field
Constructor Details
#initialize(helper, key) ⇒ 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.
Returns a new instance of Place.
8 9 10 |
# File 'lib/inat-get/data/helpers/defs/place.rb', line 8 def initialize helper, key super helper, key, INatGet::Data::Model::Place end |
Instance Method Details
#to_sequel(value) ⇒ 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.
12 13 14 |
# File 'lib/inat-get/data/helpers/defs/place.rb', line 12 def to_sequel value { places: value } end |