module Elasticsearch::Resources::Configuration::Nameable

Public Class Methods

included(base) click to toggle source
# File lib/elasticsearch/resources/configuration/nameable.rb, line 5
def self.included(base)
  base.extend(ClassMethods)
  base.include(InstanceMethods)
end