Class: PolicyManager::Anonimizer
- Inherits:
-
Object
- Object
- PolicyManager::Anonimizer
- Defined in:
- lib/policy_manager/anonimizer.rb
Instance Attribute Summary collapse
-
#encryptor ⇒ Object
Returns the value of attribute encryptor.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Anonimizer
constructor
A new instance of Anonimizer.
Constructor Details
#initialize(opts = {}) ⇒ Anonimizer
Returns a new instance of Anonimizer.
13 14 15 |
# File 'lib/policy_manager/anonimizer.rb', line 13 def initialize(opts={}) self.path = opts[:path] end |
Instance Attribute Details
#encryptor ⇒ Object
Returns the value of attribute encryptor.
11 12 13 |
# File 'lib/policy_manager/anonimizer.rb', line 11 def encryptor @encryptor end |
#rules ⇒ Object
Returns the value of attribute rules.
11 12 13 |
# File 'lib/policy_manager/anonimizer.rb', line 11 def rules @rules end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
11 12 13 |
# File 'lib/policy_manager/anonimizer.rb', line 11 def secret_key @secret_key end |