Class: Strum::Json::DeepKeysToSym

Inherits:
Object
  • Object
show all
Includes:
Service
Defined in:
lib/strum/json/deep_keys_to_sym.rb

Instance Method Summary collapse

Instance Method Details

#auditObject



15
16
17
# File 'lib/strum/json/deep_keys_to_sym.rb', line 15

def audit
  required
end

#callObject



11
12
13
# File 'lib/strum/json/deep_keys_to_sym.rb', line 11

def call
  output(deep_transform_keys(input))
end