module Elasticsearch::API::Migration
Public Instance Methods
migration()
click to toggle source
Proxy method for {MigrationClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/migration.rb, line 31 def migration @migration ||= MigrationClient.new(self) end