Sha256: dcf9a84f7cf0a499724ea8166f9eb782e9a194b0d13c01562a6a6e2113a71cb2

Contents?: true

Size: 878 Bytes

Versions: 10

Compression:

Stored size: 878 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].gsub('{}', '&lt;optional hash&gt;') %></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

10 entries across 10 versions & 1 rubygems

Version Path
onstomp-1.0.12 extra_doc/API.md.erb
onstomp-1.0.11 extra_doc/API.md.erb
onstomp-1.0.10 extra_doc/API.md.erb
onstomp-1.0.9 extra_doc/API.md.erb
onstomp-1.0.8 extra_doc/API.md.erb
onstomp-1.0.7 extra_doc/API.md.erb
onstomp-1.0.6 extra_doc/API.md.erb
onstomp-1.0.5 extra_doc/API.md.erb
onstomp-1.0.4 extra_doc/API.md.erb
onstomp-1.0.3 extra_doc/API.md.erb