Class: ActiveTypedStore::Configuration
- Inherits:
-
Object
- Object
- ActiveTypedStore::Configuration
- Defined in:
- lib/active_typed_store/configuration.rb
Instance Attribute Summary collapse
-
#hash_safety ⇒ Object
Returns the value of attribute hash_safety.
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 |
# File 'lib/active_typed_store/configuration.rb', line 7 def initialize self.hash_safety = :disallow_symbol_keys end |
Instance Attribute Details
#hash_safety ⇒ Object
Returns the value of attribute hash_safety.
5 6 7 |
# File 'lib/active_typed_store/configuration.rb', line 5 def hash_safety @hash_safety end |