Class: SbrfMerchant::Api::Request::BodyPreProcessor
- Inherits:
-
Object
- Object
- SbrfMerchant::Api::Request::BodyPreProcessor
- Defined in:
- lib/sbrf_merchant/api/request/body_preprocessor.rb
Instance Method Summary collapse
Instance Method Details
#call(body) ⇒ Object
10 11 12 |
# File 'lib/sbrf_merchant/api/request/body_preprocessor.rb', line 10 def call(body) SbrfMerchant::Utils::Hash::ToCamelCaseKeys.new.call(body) end |