Class: Esse::Serializer
- Extended by:
- Deprecations::Deprecate
- Defined in:
- lib/esse/deprecations/serializer.rb
Instance Attribute Summary
Attributes inherited from Document
Class Method Summary collapse
Methods included from Deprecations::Deprecate
Methods inherited from Document
#==, #doc_header, #id, #ignore_on_delete?, #ignore_on_index?, #initialize, #inspect, #meta, #mutate, #routing, #routing?, #source, #to_bulk, #to_h, #type, #type?
Constructor Details
This class inherits a constructor from Esse::Document
Class Method Details
.inherited(subclass) ⇒ Object
8 9 10 11 |
# File 'lib/esse/deprecations/serializer.rb', line 8 def inherited(subclass) warning 'Esse::Serializer', 'Esse::Document', 2023, 12 super(subclass) end |