From a1722c00e71811cdc3f9f768f1a1b70aff42545f Mon Sep 17 00:00:00 2001 From: Steven Bazyl Date: Thu, 25 Jun 2015 16:10:21 -0700 Subject: [PATCH] Move scope @private tag to Representation so data classes are documented --- lib/google/apis/generator/templates/_representation.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/google/apis/generator/templates/_representation.tmpl b/lib/google/apis/generator/templates/_representation.tmpl index 8e9cc843b..c9320fcb4 100644 --- a/lib/google/apis/generator/templates/_representation.tmpl +++ b/lib/google/apis/generator/templates/_representation.tmpl @@ -1,7 +1,7 @@ <% if cls.type == 'object' -%> -# @private class <%= cls.generated_class_name %> + # @private class Representation < Google::Apis::Core::JsonRepresentation <% if api.features && api.features.include?('dataWrapper') -%> self.representation_wrap = lambda { |args| :data if args[:unwrap] == <%= cls.generated_type %> }