Class: Tomahawk::DirectiveGroups::HTTPd

Inherits:
Base
  • Object
show all
Defined in:
lib/tomahawk/directive_groups/httpd.rb

Instance Attribute Summary

Attributes inherited from Base

#directives, #groups, #parameters

Instance Method Summary collapse

Methods inherited from Base

#==, #initialize

Constructor Details

This class inherits a constructor from Tomahawk::DirectiveGroups::Base

Instance Method Details

#to_conf(generator = Tomahawk::Generators::HTTPd) ⇒ Object



4
5
6
# File 'lib/tomahawk/directive_groups/httpd.rb', line 4

def to_conf(generator = Tomahawk::Generators::HTTPd)
  generator.new(self)
end