Sha256: 7b85fb00aaf2910f658482dcefd8deb99a4cf176ac694e0010b116e84d431ddb
Contents?: true
Size: 770 Bytes
Versions: 20
Compression:
Stored size: 770 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 -%> ## Searchers <% searcher_class = begin -%> <% client.searcher_class_for(resource_type: resource.resource_type) -%> <% rescue NameError -%> <% end -%> <% if searcher_class.present? -%> | Name | | ---- | | `<%= searcher_class %>` | <% else -%> There are no searchers for this resource. <% end -%>
Version data entries
20 entries across 20 versions & 1 rubygems