Class: XMLPipe2::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/xml_pipe2/configuration.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.index_pathObject

Returns the value of attribute index_path.



11
12
13
# File 'lib/xml_pipe2/configuration.rb', line 11

def index_path
  @index_path
end

.indexerObject

Returns the value of attribute indexer.



13
14
15
# File 'lib/xml_pipe2/configuration.rb', line 13

def indexer
  @indexer
end

.searchdObject

Returns the value of attribute searchd.



12
13
14
# File 'lib/xml_pipe2/configuration.rb', line 12

def searchd
  @searchd
end

Class Method Details

.set {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



7
8
9
# File 'lib/xml_pipe2/configuration.rb', line 7

def set
  yield(self)
end