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.40.2 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.40.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.40.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.39.5 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.39.4 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.39.3 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.39.2 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.39.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.39.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.38.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.37.3 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.37.2 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.37.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.37.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.36.4 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.36.3 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.36.2 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.36.1 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.36.0 lib/google/apis/generator/templates/_representation_type.tmpl
google-api-client-0.35.0 lib/google/apis/generator/templates/_representation_type.tmpl