Sha256: 430a39d401759f04fbdbb06228af2366a9c24f183447b913f4eba90c7b2ae90d
Contents?: true
Size: 473 Bytes
Versions: 3
Compression:
Stored size: 473 Bytes
Contents
--- title: <%= resource.resource_type %> weight: <%= weight %> layout: <%= "reference_#{client.root_key}" %> --- ## <%= resource.name %> ## Attributes | Name | Type | | ---- | ---- | <% resource.resource_attributes.each do |key, attribute| -%> | <%= key %> | <%= attribute.type.class.name %> | <% end -%> ## Operations <% resource.operations.each do |key, operation| -%> ### <%= operation.name %> #### Resource Validations | Name | Type | | ---- | ---- | <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems