Method: Elasticsearch::API::Migration#migration
- Defined in:
- lib/elasticsearch/api/namespace/migration.rb
#migration ⇒ Object
Proxy method for MigrationClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/migration.rb', line 31 def migration @migration ||= MigrationClient.new(self) end |