Sha256: 13224444f7df8128c95d013ee5765cb6604922cf38620ec4608c5a750ab34a7e
Contents?: true
Size: 476 Bytes
Versions: 14
Compression:
Stored size: 476 Bytes
Contents
<%- assert_locals resource -%> ## # Create a fully-qualified <%= resource.name %> resource string. # <%= indent render(partial: "service/client/resource/doc", locals: { pattern: resource.patterns.first }), "# " %> # # @return [String] <%- args = resource.patterns.first.arguments.map { |arg| "#{arg}:" }.join ", " -%> def <%= resource.path_helper %> <%= args %> <%= indent render(partial: "service/client/resource/def", locals: { pattern: resource.patterns.first }), 2 %> end
Version data entries
14 entries across 14 versions & 1 rubygems