Sha256: b61ddfab8366a6f9d7a46c4ad247fc57dd0bd8edaa618ce88fcfc57103bc089c

Contents?: true

Size: 448 Bytes

Versions: 186

Compression:

Stored size: 448 Bytes

Contents

<% if type.type == 'array' -%>
<%= lead %>:class => Array do
  include Representable::JSON::Collection
  items<%= include('representation_type', :lead => ' ' , :type => type.items, :api => api) %>
end
<% elsif ['date', 'date-time'].include?(type.format) -%>
<%= lead %>type: <%= type.generated_type %>
<% elsif type.type == 'object' -%>
<%= lead %>class: <%= type.generated_type %>, decorator: <%= type.generated_type %>::Representation
<% end -%>

Version data entries

186 entries across 186 versions & 4 rubygems

Version Path
google-api-client-0.29.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.29.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.7 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.6 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.5 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.4 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.3 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.2 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.28.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.27.3 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.27.2 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.27.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.27.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.26.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.25.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.24.3 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.24.2 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.24.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.24.0 lib/google/apis/generator/templates/_representation_type.tmpl