Method: Elastictastic::Index#initialize

Defined in:
lib/elastictastic/index.rb

#initialize(name) ⇒ Index

Returns a new instance of Index.



11
12
13
# File 'lib/elastictastic/index.rb', line 11

def initialize(name)
  @name = name
end