From f050dd81a633c45e3c8a57dffcdb4db715183e3d Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Sun, 27 Nov 2011 21:53:25 +0900 Subject: more documentation for 10a release --- doc/Axlsx/Ar/SingletonMethods.html | 133 +++++++++++++++++++++++++++++++++---- 1 file changed, 119 insertions(+), 14 deletions(-) (limited to 'doc/Axlsx/Ar/SingletonMethods.html') diff --git a/doc/Axlsx/Ar/SingletonMethods.html b/doc/Axlsx/Ar/SingletonMethods.html index 19fe1358..f1081b17 100644 --- a/doc/Axlsx/Ar/SingletonMethods.html +++ b/doc/Axlsx/Ar/SingletonMethods.html @@ -77,8 +77,20 @@
+

Overview

+
+

+Singleton methods for the mixin +

+
+
+
+ + +
+ @@ -106,7 +118,10 @@ -
+

+Maps the AR class to an Axlsx package options are passed into AR find. +

+
@@ -127,21 +142,102 @@ -

+

+
+

+Maps the AR class to an Axlsx package options are passed into AR find +

+ + +
+
+
+

Parameters:

+ + + + + + + +

Options Hash (options):

+ + + + +

See Also:

+ + +
 
 
-22
-23
-24
-25
-26
-27
-28
-29
-30
 31
 32
 33
@@ -153,10 +249,19 @@
 39
 40
 41
-42
+42 +43 +44 +45 +46 +47 +48 +49 +50 +51
-
# File 'lib/axlsx/ar.rb', line 22
+      
# File 'lib/axlsx/ar.rb', line 31
 
 def to_xlsx(number = :all, options = {})
   row_style = options.delete(:style)
@@ -190,7 +295,7 @@
 
     
     
-- 
cgit v1.2.3