module Elasticsearch::API::Connector

Public Instance Methods

connector() click to toggle source

Proxy method for {ConnectorClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/connector.rb, line 31
def connector
  @connector ||= ConnectorClient.new(self)
end