Class: Fog::AWS::Parsers::Lambda::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/fog/aws/parsers/lambda/base.rb

Instance Method Summary collapse

Instance Method Details

#process(body) ⇒ Object



6
7
8
# File 'lib/fog/aws/parsers/lambda/base.rb', line 6

def process(body)
  body.inject({}) { |h, (k, v)| h[k] = rules(k, v); h }
end