Sha256: f9672383c0c17e472e77190c40d839434f4d4a031cf865dfb187b0c1920f20ae

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<problem xmlns="urn:ietf:rfc:XXXX">
  <% if type %>
    <type><%%= type %></type>
  <% end %>
  <% if status  %>
    <statu><%= status %></status>
  <% end %>
  <% if title  %>
    <title><%= title %></title>
  <% end %>
  <% if detail  %>
    <detail><%= detail %></detail>
  <% end %>
  <% if instance  %>
    <instance><%= instance %></instance>
  <% end %>
</problem>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api_problem-0.0.2 lib/generators/api_problem/templates/api_problem_layout.xml.erb