Class: Deidentify::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/deidentify/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



7
8
9
10
# File 'lib/deidentify/configuration.rb', line 7

def initialize
  @salt = nil
  @scope = scope
end

Instance Attribute Details

#saltObject

Returns the value of attribute salt.



5
6
7
# File 'lib/deidentify/configuration.rb', line 5

def salt
  @salt
end

#scopeObject

Returns the value of attribute scope.



5
6
7
# File 'lib/deidentify/configuration.rb', line 5

def scope
  @scope
end