lib/ringcentral_sdk/rest/cache.rb in ringcentral_sdk-1.3.4 vs lib/ringcentral_sdk/rest/cache.rb in ringcentral_sdk-2.0.0

- old
+ new

@@ -1,3 +1,9 @@ -module RingCentralSdk::REST::Cache - autoload :Extensions, 'ringcentral_sdk/rest/cache/extensions' -end \ No newline at end of file +module RingCentralSdk + module REST + # Cache is the namespace module for various cache classes such as + # the Extensions cache class. + module Cache + autoload :Extensions, 'ringcentral_sdk/rest/cache/extensions' + end + end +end