In Files

Methods

Files

Elasticsearch::API

Public Class Methods

included(base) click to toggle source

Auto-include all namespaces in the receiver

# File lib/elasticsearch/api.rb, line 30
def self.included(base)
  base.send :include,
            Elasticsearch::API::Common,
            Elasticsearch::API::Actions,
            Elasticsearch::API::Cluster,
            Elasticsearch::API::Nodes,
            Elasticsearch::API::Indices,
            Elasticsearch::API::Snapshot,
            Elasticsearch::API::Cat
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.