Sha256: 1af29a61dc8942bcd7d01ca6a072cd55a6624eb0f375e002e1a14370a7d7af79
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 Bytes
Contents
# Licensed to Elasticsearch B.V under one or more agreements. # Elasticsearch B.V licenses this file to you under the Apache 2.0 License. # See the LICENSE file in the project root for more information module Elasticsearch module XPack module API module Transform module Actions; end class TransformClient include Elasticsearch::API::Common::Client, Elasticsearch::API::Common::Client::Base, Transform::Actions end def transform @transform ||= TransformClient.new(self) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
elasticsearch-xpack-7.7.0 | lib/elasticsearch/xpack/api/namespace/transform.rb |
elasticsearch-xpack-7.7.0.pre | lib/elasticsearch/xpack/api/namespace/transform.rb |