class Elasticsearch::Model::Extensions::OuterDocumentUpdating::Update
Public Class Methods
new(from:, to:)
click to toggle source
# File lib/elasticsearch/model/extensions/outer_document_updating.rb, line 13 def initialize(from:, to:) @parent_class = from @child_class = to end