add base object

This commit is contained in:
William Cheng
2015-05-16 03:51:21 +08:00
parent 0e0e265a2a
commit 8710fbfde7
13 changed files with 1033 additions and 156 deletions

View File

@@ -72,6 +72,7 @@ public class RubyClientCodegen extends DefaultCodegen implements CodegenConfig {
supportingFiles.add(new SupportingFile("swagger/response.mustache", "", "lib/swagger/response.rb"));
supportingFiles.add(new SupportingFile("swagger/version.mustache", "", "lib/swagger/version.rb"));
supportingFiles.add(new SupportingFile("swagger/configuration.mustache", "", "lib/swagger/configuration.rb"));
supportingFiles.add(new SupportingFile("base_object.mustache", "", "lib/model/base_object.rb"));
}
@Override