Method: Swiftype::Configuration#configure

Defined in:
lib/swiftype/configuration.rb

#configure {|_self| ... } ⇒ Object

Yields the Swiftype::Configuration module which can be used to set configuration options.

Yields:

  • (_self)

Yield Parameters:

Returns:

  • self



36
37
38
39
# File 'lib/swiftype/configuration.rb', line 36

def configure
  yield self
  self
end