Class: Strum::DeepKeysToSym
- Inherits:
-
Object
- Object
- Strum::DeepKeysToSym
- Includes:
- Service
- Defined in:
- lib/strum/deep_keys_to_sym.rb
Instance Method Summary collapse
Methods included from Service
#errors, #execute, #failure, #hook, included, #initialize, #method_missing, #on, #respond_to_missing?, #success, #valid?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Strum::Service
Instance Method Details
#audit ⇒ Object
14 15 16 |
# File 'lib/strum/deep_keys_to_sym.rb', line 14 def audit required end |
#call ⇒ Object
10 11 12 |
# File 'lib/strum/deep_keys_to_sym.rb', line 10 def call output(deep_transform_keys(input)) end |