Class: LHC::Scrubber
- Inherits:
-
Object
- Object
- LHC::Scrubber
- Defined in:
- lib/lhc/scrubber.rb
Direct Known Subclasses
Constant Summary collapse
- SCRUB_DISPLAY =
'[FILTERED]'
Instance Attribute Summary collapse
-
#scrubbed ⇒ Object
Returns the value of attribute scrubbed.
Instance Method Summary collapse
-
#initialize(data) ⇒ Scrubber
constructor
A new instance of Scrubber.
Constructor Details
#initialize(data) ⇒ Scrubber
Returns a new instance of Scrubber.
8 9 10 |
# File 'lib/lhc/scrubber.rb', line 8 def initialize(data) @scrubbed = data end |
Instance Attribute Details
#scrubbed ⇒ Object
Returns the value of attribute scrubbed.
4 5 6 |
# File 'lib/lhc/scrubber.rb', line 4 def scrubbed @scrubbed end |