Class: LHC::Scrubber

Inherits:
Object
  • Object
show all
Defined in:
lib/lhc/scrubber.rb

Constant Summary collapse

SCRUB_DISPLAY =
'[FILTERED]'

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#scrubbedObject

Returns the value of attribute scrubbed.



4
5
6
# File 'lib/lhc/scrubber.rb', line 4

def scrubbed
  @scrubbed
end