Method renames to be consistent with change to resources.
[arvados.git] / lib / google / api_client / discovery / schema.rb
index 42e5ea1924a1e9dc29d9846e5c520a0f4943268c..f3499ebdc6112c26e1f9b36c3d275c9d65b4d2e1 100644 (file)
@@ -75,7 +75,9 @@ module Google
           api_version_string =
             Google::INFLECTOR.camelize(api.version).gsub('.', '_')
           if Google::APIClient::Schema.const_defined?(api_name_string, false)
-            api_name = Google::APIClient::Schema.const_get(api_name_string, false)
+            api_name = Google::APIClient::Schema.const_get(
+              api_name_string, false
+            )
           else
             api_name = Google::APIClient::Schema.const_set(
               api_name_string, Module.new