<%
splitted = @method
str = @method
str = "#{str}"
sanitized_method = (@method + @url).hash
%>
<%=str %><%=@url %>
<%=@content %>
Example: <%= @method %> <%=@example %>
Access: <%=@access %>
Parameters:
<% if @variables.size > 0 %>
<% @variables.each do |v| %>- <%=v %>
<% end %>
<% else %>
None
<% end %>
<% if @return %>
Response: <%= @return%>
<% if @json %>
JSON example:
(toggle code)
<% end %>
<% if @xml %>
XML example:
(toggle code)
<% end %>
<% end %>