Module: Dry::ElasticModel
- Defined in:
- lib/dry/elastic_model.rb,
lib/dry/elastic_model/base.rb,
lib/dry/elastic_model/types.rb,
lib/dry/elastic_model/schema.rb,
lib/dry/elastic_model/version.rb,
lib/dry/elastic_model/attributes.rb,
lib/dry/elastic_model/type_options/ip.rb,
lib/dry/elastic_model/type_options/base.rb,
lib/dry/elastic_model/type_options/date.rb,
lib/dry/elastic_model/type_options/text.rb,
lib/dry/elastic_model/type_options/range.rb,
lib/dry/elastic_model/type_options/binary.rb,
lib/dry/elastic_model/type_options/object.rb,
lib/dry/elastic_model/type_options/boolean.rb,
lib/dry/elastic_model/type_options/keyword.rb,
lib/dry/elastic_model/type_options/numeric.rb,
lib/dry/elastic_model/type_options/string_type.rb,
lib/dry/elastic_model/type_options/scaled_float.rb
Defined Under Namespace
Modules: Attributes, Schema, TypeOptions, Types Classes: Base, Error
Constant Summary collapse
- VERSION =
File.read( File.(File.join(File.dirname(__FILE__), "../../../VERSION")) ).strip.freeze