Sha256: 9088b1627916cf0fafdb6d3bad3a5d806057fbd1a90f150e45a4ae71e5a0e8b1
Contents?: true
Size: 448 Bytes
Versions: 43
Compression:
Stored size: 448 Bytes
Contents
module Elasticsearch module API module Remote module Actions; end # Client for the "remote" namespace (includes the {Remote::Actions} methods) # class RemoteClient include Common::Client, Common::Client::Base, Remote::Actions end # Proxy method for {RemoteClient}, available in the receiving object # def remote @remote ||= RemoteClient.new(self) end end end end
Version data entries
43 entries across 43 versions & 5 rubygems