Class: OwApi::Interactors::HashKeysToSnakeCase

Inherits:
Object
  • Object
show all
Defined in:
lib/ow_api/interactors/hash_keys_to_snake_case.rb

Instance Method Summary collapse

Instance Method Details

#call(hash) ⇒ Object



4
5
6
# File 'lib/ow_api/interactors/hash_keys_to_snake_case.rb', line 4

def call(hash)
  convert_hash_keys(hash)
end