Module: Hoss::Transport::Filters Private
- Defined in:
- lib/hoss/transport/filters.rb,
lib/hoss/transport/filters/hash_sanitizer.rb,
lib/hoss/transport/filters/secrets_filter.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Classes: Container, HashSanitizer, SecretsFilter
Constant Summary collapse
- SKIP =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:skip
Class Method Summary collapse
- .new(config) ⇒ Object private
Class Method Details
.new(config) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
28 29 30 |
# File 'lib/hoss/transport/filters.rb', line 28 def self.new(config) Container.new(config) end |