lib/ringcentral_sdk/rest/request/inflator.rb in ringcentral_sdk-1.3.4 vs lib/ringcentral_sdk/rest/request/inflator.rb in ringcentral_sdk-2.0.0

- old
+ new

@@ -1,3 +1,10 @@ -module RingCentralSdk::REST::Request::Inflator - autoload :ContactInfo, 'ringcentral_sdk/rest/request/inflator/contact_info' +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