Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Apr 30, 2010
1 parent f082819 commit dfb965d
Show file tree
Hide file tree
Showing 50 changed files with 840 additions and 790 deletions.
353 changes: 177 additions & 176 deletions classes/Resque.html

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions classes/Resque/Failure.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1>
<dd>
<ul>

<li><a href="#M000030">all</a></li>
<li><a href="#M000033">all</a></li>

</ul>
</dd>
Expand All @@ -74,9 +74,9 @@ <h1>
<dd>
<ul>

<li><a href="#M000028">backend</a>,</li>
<li><a href="#M000031">backend</a>,</li>

<li><a href="#M000025">backend=</a></li>
<li><a href="#M000030">backend=</a></li>

</ul>
</dd>
Expand All @@ -85,11 +85,11 @@ <h1>
<dd>
<ul>

<li><a href="#M000034">clear</a>,</li>
<li><a href="#M000035">clear</a>,</li>

<li><a href="#M000029">count</a>,</li>
<li><a href="#M000032">count</a>,</li>

<li><a href="#M000024">create</a></li>
<li><a href="#M000028">create</a></li>

</ul>
</dd>
Expand All @@ -98,7 +98,7 @@ <h1>
<dd>
<ul>

<li><a href="#M000035">requeue</a></li>
<li><a href="#M000036">requeue</a></li>

</ul>
</dd>
Expand All @@ -107,7 +107,7 @@ <h1>
<dd>
<ul>

<li><a href="#M000033">url</a></li>
<li><a href="#M000034">url</a></li>

</ul>
</dd>
Expand Down Expand Up @@ -142,9 +142,9 @@ <h1>
<div class="sectiontitle">Class Public methods</div>

<div class="method">
<div class="title" id="M000030">
<div class="title" id="M000033">

<a name="M000030"></a><b>all</b>(start = 0, count = 1)
<a name="M000033"></a><b>all</b>(start = 0, count = 1)

</div>

Expand All @@ -164,12 +164,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000030_source')" id="l_M000030_source">show</a>
Source: <a href="javascript:toggleSource('M000033_source')" id="l_M000033_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L48" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000030_source" class="dyn-source">
<div id="M000033_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 48</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">all</span>(<span class="ruby-identifier">start</span> = <span class="ruby-value">0</span>, <span class="ruby-identifier">count</span> = <span class="ruby-value">1</span>)
<span class="ruby-identifier">backend</span>.<span class="ruby-identifier">all</span>(<span class="ruby-identifier">start</span>, <span class="ruby-identifier">count</span>)
Expand All @@ -180,9 +180,9 @@ <h1>
</div>

<div class="method">
<div class="title" id="M000028">
<div class="title" id="M000031">

<a name="M000028"></a><b>backend</b>()
<a name="M000031"></a><b>backend</b>()

</div>

Expand All @@ -199,12 +199,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000028_source')" id="l_M000028_source">show</a>
Source: <a href="javascript:toggleSource('M000031_source')" id="l_M000031_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L33" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000028_source" class="dyn-source">
<div id="M000031_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 33</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">backend</span>
<span class="ruby-keyword kw">return</span> <span class="ruby-ivar">@backend</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@backend</span>
Expand All @@ -217,9 +217,9 @@ <h1>
</div>

<div class="method">
<div class="title" id="M000025">
<div class="title" id="M000030">

<a name="M000025"></a><b>backend=</b>(backend)
<a name="M000030"></a><b>backend=</b>(backend)

</div>

Expand All @@ -243,12 +243,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000025_source')" id="l_M000025_source">show</a>
Source: <a href="javascript:toggleSource('M000030_source')" id="l_M000030_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L27" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000025_source" class="dyn-source">
<div id="M000030_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 27</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">backend=</span>(<span class="ruby-identifier">backend</span>)
<span class="ruby-ivar">@backend</span> = <span class="ruby-identifier">backend</span>
Expand All @@ -259,9 +259,9 @@ <h1>
</div>

<div class="method">
<div class="title" id="M000034">
<div class="title" id="M000035">

<a name="M000034"></a><b>clear</b>()
<a name="M000035"></a><b>clear</b>()

</div>

Expand All @@ -277,12 +277,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000034_source')" id="l_M000034_source">show</a>
Source: <a href="javascript:toggleSource('M000035_source')" id="l_M000035_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L58" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000034_source" class="dyn-source">
<div id="M000035_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 58</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">clear</span>
<span class="ruby-identifier">backend</span>.<span class="ruby-identifier">clear</span>
Expand All @@ -293,9 +293,9 @@ <h1>
</div>

<div class="method">
<div class="title" id="M000029">
<div class="title" id="M000032">

<a name="M000029"></a><b>count</b>()
<a name="M000032"></a><b>count</b>()

</div>

Expand All @@ -311,12 +311,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000029_source')" id="l_M000029_source">show</a>
Source: <a href="javascript:toggleSource('M000032_source')" id="l_M000032_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L40" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000029_source" class="dyn-source">
<div id="M000032_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 40</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">count</span>
<span class="ruby-identifier">backend</span>.<span class="ruby-identifier">count</span>
Expand All @@ -327,9 +327,9 @@ <h1>
</div>

<div class="method">
<div class="title" id="M000024">
<div class="title" id="M000028">

<a name="M000024"></a><b>create</b>(options = {})
<a name="M000028"></a><b>create</b>(options = {})

</div>

Expand All @@ -354,12 +354,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000024_source')" id="l_M000024_source">show</a>
Source: <a href="javascript:toggleSource('M000028_source')" id="l_M000028_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L16" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000024_source" class="dyn-source">
<div id="M000028_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 16</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">create</span>(<span class="ruby-identifier">options</span> = {})
<span class="ruby-identifier">backend</span>.<span class="ruby-identifier">new</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">options</span>.<span class="ruby-identifier">values_at</span>(<span class="ruby-identifier">:exception</span>, <span class="ruby-identifier">:worker</span>, <span class="ruby-identifier">:queue</span>, <span class="ruby-identifier">:payload</span>)).<span class="ruby-identifier">save</span>
Expand All @@ -370,9 +370,9 @@ <h1>
</div>

<div class="method">
<div class="title" id="M000035">
<div class="title" id="M000036">

<a name="M000035"></a><b>requeue</b>(index)
<a name="M000036"></a><b>requeue</b>(index)

</div>

Expand All @@ -381,12 +381,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000035_source')" id="l_M000035_source">show</a>
Source: <a href="javascript:toggleSource('M000036_source')" id="l_M000036_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L62" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000035_source" class="dyn-source">
<div id="M000036_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 62</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">requeue</span>(<span class="ruby-identifier">index</span>)
<span class="ruby-identifier">backend</span>.<span class="ruby-identifier">requeue</span>(<span class="ruby-identifier">index</span>)
Expand All @@ -397,9 +397,9 @@ <h1>
</div>

<div class="method">
<div class="title" id="M000033">
<div class="title" id="M000034">

<a name="M000033"></a><b>url</b>()
<a name="M000034"></a><b>url</b>()

</div>

Expand All @@ -415,12 +415,12 @@ <h1>

<div class="sourcecode">
<p class="source-link">
Source: <a href="javascript:toggleSource('M000033_source')" id="l_M000033_source">show</a>
Source: <a href="javascript:toggleSource('M000034_source')" id="l_M000034_source">show</a>

| <a href="http://github.com/defunkt/resque/blob/2af831cdb81350fa14dadd0929f3e355b866c618/lib/resque/failure.rb#L53" target="_blank" class="github_url">on GitHub</a>

</p>
<div id="M000033_source" class="dyn-source">
<div id="M000034_source" class="dyn-source">
<pre><span class="ruby-comment cmt"># File lib/resque/failure.rb, line 53</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">url</span>
<span class="ruby-identifier">backend</span>.<span class="ruby-identifier">url</span>
Expand Down
Loading

0 comments on commit dfb965d

Please sign in to comment.