Class: Fluent::PullForwardOutput::HtpasswdDummy
- Inherits:
-
WEBrick::HTTPAuth::Htpasswd
- Object
- WEBrick::HTTPAuth::Htpasswd
- Fluent::PullForwardOutput::HtpasswdDummy
- Defined in:
- lib/fluent/plugin/out_pull_forward.rb
Instance Method Summary collapse
-
#initialize ⇒ HtpasswdDummy
constructor
overwrite constructor NOT to generate htpasswd file on local filesystem.
Constructor Details
#initialize ⇒ HtpasswdDummy
overwrite constructor NOT to generate htpasswd file on local filesystem
70 71 72 73 74 75 |
# File 'lib/fluent/plugin/out_pull_forward.rb', line 70 def initialize @path = '/' @mtime = Time.at(0) @passwd = Hash.new @auth_type = WEBrick::HTTPAuth::BasicAuth end |