Class: WorkerTools::Utils::HashWithIndifferentAccessType
- Inherits:
-
ActiveRecord::Type::Json
- Object
- ActiveRecord::Type::Json
- WorkerTools::Utils::HashWithIndifferentAccessType
- Defined in:
- lib/worker_tools/utils/hash_with_indifferent_access_type.rb
Instance Method Summary collapse
Instance Method Details
#deserialize(value) ⇒ Object
4 5 6 |
# File 'lib/worker_tools/utils/hash_with_indifferent_access_type.rb', line 4 def deserialize(value) HashWithIndifferentAccess.new(super) end |