module Elasticsearch::Resources::Indexable::InstanceMethods

Attributes

index[R]

Protected Instance Methods

index=(index) click to toggle source
# File lib/elasticsearch/resources/indexable.rb, line 17
def index=(index)
  raise NullIndexError.new if index.nil?
  @index = index
end