Class: Deidentify::Configuration
- Inherits:
-
Object
- Object
- Deidentify::Configuration
- Defined in:
- lib/deidentify/configuration.rb
Instance Attribute Summary collapse
-
#salt ⇒ Object
Returns the value of attribute salt.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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
#salt ⇒ Object
Returns the value of attribute salt.
5 6 7 |
# File 'lib/deidentify/configuration.rb', line 5 def salt @salt end |
#scope ⇒ Object
Returns the value of attribute scope.
5 6 7 |
# File 'lib/deidentify/configuration.rb', line 5 def scope @scope end |