diff options
| author | Randy Morgan <[email protected]> | 2011-11-27 21:53:25 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2011-11-27 21:53:25 +0900 |
| commit | f050dd81a633c45e3c8a57dffcdb4db715183e3d (patch) | |
| tree | 995191ef952e91198b77283e1ab89a9ac22421dd /doc/Axlsx/Ar.html | |
| parent | cdfc7251bde8347678d355e5fe65fc20e120bc23 (diff) | |
| download | caxlsx-f050dd81a633c45e3c8a57dffcdb4db715183e3d.tar.gz caxlsx-f050dd81a633c45e3c8a57dffcdb4db715183e3d.zip | |
more documentation for 10a release
Diffstat (limited to 'doc/Axlsx/Ar.html')
| -rw-r--r-- | doc/Axlsx/Ar.html | 98 |
1 files changed, 96 insertions, 2 deletions
diff --git a/doc/Axlsx/Ar.html b/doc/Axlsx/Ar.html index 469545c1..958064a3 100644 --- a/doc/Axlsx/Ar.html +++ b/doc/Axlsx/Ar.html @@ -77,7 +77,19 @@ </dl> <div class="clear"></div> -<h2>Defined Under Namespace</h2> +<h2>Overview</h2><div class="docstring"> + <div class="discussion"> + <p> +Mixing module for adding acts_as_axlsx to active record base +</p> + + + </div> +</div> +<div class="tags"> + + +</div><h2>Defined Under Namespace</h2> <p class="children"> @@ -92,12 +104,94 @@ + + <h2> + Class Method Summary + <small>(<a href="#" class="summary_toggle">collapse</a>)</small> + </h2> + + <ul class="summary"> + + <li class="public "> + <span class="summary_signature"> + + <a href="#included-class_method" title="included (class method)">+ (Object) <strong>included</strong>(base) </a> + + + + </span> + + + + + + + + + <span class="summary_desc"><div class='inline'><p> +Extents active record with this ojbects class method acts_as_axlsx. +</p> +</div></span> + +</li> + + </ul> + + + + + <div id="class_method_details" class="method_details_list"> + <h2>Class Method Details</h2> + + + <div class="method_details first"> + <p class="signature first" id="included-class_method"> + + + (<tt>Object</tt>) <strong>included</strong>(base) + + + +</p><div class="docstring"> + <div class="discussion"> + <p> +Extents active record with this ojbects class method acts_as_axlsx +</p> + + + </div> +</div> +<div class="tags"> + + +</div><table class="source_code"> + <tr> + <td> + <pre class="lines"> + + +8 +9 +10</pre> + </td> + <td> + <pre class="code"><span class="info file"># File 'lib/axlsx/ar.rb', line 8</span> + +<span class='def def kw'>def</span> <span class='self self kw'>self</span><span class='dot token'>.</span><span class='included identifier id'>included</span><span class='lparen token'>(</span><span class='base identifier id'>base</span><span class='rparen token'>)</span> + <span class='base identifier id'>base</span><span class='dot token'>.</span><span class='send identifier id'>send</span> <span class='symbol val'>:extend</span><span class='comma token'>,</span> <span class='ClassMethods constant id'>ClassMethods</span> +<span class='end end kw'>end</span> +</pre> + </td> + </tr> +</table> +</div> + + </div> </div> <div id="footer"> - Generated on Sun Nov 27 21:44:29 2011 by + Generated on Sun Nov 27 21:52:33 2011 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.7.3 (ruby-1.8.7). </div> |
