grokify/ringcentral-sdk-ruby

View on GitHub
lib/ringcentral_sdk/rest/request/inflator.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RingCentralSdk
  module REST
    module Request
      # Inflator is the namespace for inflator classes such as ContactInfo
      module Inflator
        autoload :ContactInfo, 'ringcentral_sdk/rest/request/inflator/contact_info'
      end
    end
  end
end