doc/NotifyHub.html in notifyhub-0.0.1 vs doc/NotifyHub.html in notifyhub-0.0.2

- old
+ new

@@ -401,10 +401,34 @@ <li class="public "> <span class="summary_signature"> + <a href="#ids-instance_method" title="#ids (instance method)">- (Array&lt;Symbol&gt;) <strong>ids</strong> </a> + + + + </span> + + + + + + + + + + <span class="summary_desc"><div class='inline'> +<p>Get list of NotifySet IDs.</p> +</div></span> + +</li> + + + <li class="public "> + <span class="summary_signature"> + <a href="#initialize-instance_method" title="#initialize (instance method)">- (NotifyHub) <strong>initialize</strong>(*id) </a> </span> @@ -1133,10 +1157,69 @@ </tr> </table> </div> <div class="method_details "> + <h3 class="signature " id="ids-instance_method"> + + - (<tt>Array&lt;Symbol&gt;</tt>) <strong>ids</strong> + + + + + +</h3><div class="docstring"> + <div class="discussion"> + +<p>Get list of NotifySet IDs.</p> + + + </div> +</div> +<div class="tags"> + +<p class="tag_title">Returns:</p> +<ul class="return"> + + <li> + + + <span class='type'>(<tt>Array&lt;Symbol&gt;</tt>)</span> + + + + &mdash; + <div class='inline'> +<p>NotifySet IDs.</p> +</div> + + </li> + +</ul> + +</div><table class="source_code"> + <tr> + <td> + <pre class="lines"> + + +196 +197 +198</pre> + </td> + <td> + <pre class="code"><span class="info file"># File 'lib/notifyhub.rb', line 196</span> + +<span class='kw'>def</span> <span class='id identifier rubyid_ids'>ids</span> + <span class='ivar'>@set</span><span class='period'>.</span><span class='id identifier rubyid_keys'>keys</span> +<span class='kw'>end</span></pre> + </td> + </tr> +</table> +</div> + + <div class="method_details "> <h3 class="signature " id="notify-instance_method"> - (<tt>Object</tt>) <strong>notify</strong>(id, *args) @@ -1301,10 +1384,10 @@ </div> </div> <div id="footer"> - Generated on Sun Jan 19 21:55:11 2014 by + Generated on Tue Jan 21 18:23:01 2014 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.8.6.1 (ruby-1.9.3). </div> </body> \ No newline at end of file