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