Method: ImmutableStructExRedactable::Configuration#whitelist
- Defined in:
- lib/immutable_struct_ex_redactable/configuration.rb
#whitelist ⇒ Array<Symbol>
Gets/sets the whitelisted fields that should not be redacted for this gem.
The default is [].
41 42 43 |
# File 'lib/immutable_struct_ex_redactable/configuration.rb', line 41 def whitelist @whitelist end |