Sha256: f90e4f3119abca3679c957d94cf5e77b5b49ba17a52b5d4302ecabfb314078de

Contents?: true

Size: 842 Bytes

Versions: 2

Compression:

Stored size: 842 Bytes

Contents

# OnStomp Generated Method APIs

<% apis.each do |api| %>
## OnStomp <%= api[:version] %> API (<%= api[:version] %>.0.0+)

<table style="width:75%; border-collapse:collapse;">
  <thead>
    <tr>
      <th style="text-align: left;">Method</th>
      <th style="width: 50%; text-align: left;">Signature</th>
    <% api[:protocols].each do |proto| %>
      <th style="text-align: left;">STOMP <%= proto %></th>
    <% end %>
    </tr>
  </thead>
  <tfoot>
  </tfoot>
  <tbody>
  <% api[:methods].each do |meth| %>
    <tr>
      <td>{<%= meth[:yard_link] %> <%= meth[:name]%>}</td>
      <td>
        <code><%= meth[:signature] %></code>
      </td>
    <% meth[:protocols].each do |proto| %>
      <td style="background-color: #<%= proto ? 'bfb' : 'fbb' %>;"><%= proto %></td>
    <% end %>
    </tr>
  <% end %>
  </tbody>
</table>

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
onstomp-1.0.2 extra_doc/API.md.erb
onstomp-1.0.1 extra_doc/API.md.erb