lolita-report 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. data/.document +5 -0
  2. data/Gemfile +18 -0
  3. data/LICENSE.txt +20 -0
  4. data/README.rdoc +19 -0
  5. data/Rakefile +45 -0
  6. data/VERSION +1 -0
  7. data/app/controllers/lolita/reports_controller.rb +18 -0
  8. data/app/views/components/lolita/configuration/report/_display.html.erb +1 -0
  9. data/app/views/lolita/reports/show.html.erb +9 -0
  10. data/author +1 -0
  11. data/doc/ActiveSupport.html +167 -0
  12. data/doc/ActiveSupport/TestCase.html +168 -0
  13. data/doc/Comment.html +184 -0
  14. data/doc/Gemfile.html +157 -0
  15. data/doc/LICENSE.html +111 -0
  16. data/doc/Lolita.html +184 -0
  17. data/doc/Lolita/Configuration.html +178 -0
  18. data/doc/Lolita/Configuration/Report.html +837 -0
  19. data/doc/Lolita/Configuration/Reports.html +413 -0
  20. data/doc/LolitaReport.html +194 -0
  21. data/doc/LolitaReport/Configuration.html +250 -0
  22. data/doc/Post.html +183 -0
  23. data/doc/Rakefile.html +124 -0
  24. data/doc/author.html +111 -0
  25. data/doc/created.rid +15 -0
  26. data/doc/images/brick.png +0 -0
  27. data/doc/images/brick_link.png +0 -0
  28. data/doc/images/bug.png +0 -0
  29. data/doc/images/bullet_black.png +0 -0
  30. data/doc/images/bullet_toggle_minus.png +0 -0
  31. data/doc/images/bullet_toggle_plus.png +0 -0
  32. data/doc/images/date.png +0 -0
  33. data/doc/images/find.png +0 -0
  34. data/doc/images/loadingAnimation.gif +0 -0
  35. data/doc/images/macFFBgHack.png +0 -0
  36. data/doc/images/package.png +0 -0
  37. data/doc/images/page_green.png +0 -0
  38. data/doc/images/page_white_text.png +0 -0
  39. data/doc/images/page_white_width.png +0 -0
  40. data/doc/images/plugin.png +0 -0
  41. data/doc/images/ruby.png +0 -0
  42. data/doc/images/tag_green.png +0 -0
  43. data/doc/images/wrench.png +0 -0
  44. data/doc/images/wrench_orange.png +0 -0
  45. data/doc/images/zoom.png +0 -0
  46. data/doc/index.html +126 -0
  47. data/doc/js/darkfish.js +116 -0
  48. data/doc/js/jquery.js +32 -0
  49. data/doc/js/quicksearch.js +114 -0
  50. data/doc/js/thickbox-compressed.js +10 -0
  51. data/doc/lib/lolita-report/configuration/base_rb.html +61 -0
  52. data/doc/lib/lolita-report/configuration/report_rb.html +57 -0
  53. data/doc/lib/lolita-report/configuration/reports_rb.html +55 -0
  54. data/doc/lib/lolita-report/version_rb.html +52 -0
  55. data/doc/lib/lolita-report_rb.html +58 -0
  56. data/doc/rdoc.css +706 -0
  57. data/doc/spec/configuration/report_spec_rb.html +56 -0
  58. data/doc/spec/configuration/reports_spec_rb.html +56 -0
  59. data/doc/spec/factories/factories_rb.html +52 -0
  60. data/doc/spec/orm/mongoid_rb.html +56 -0
  61. data/doc/spec/spec_helper_rb.html +58 -0
  62. data/lib/lolita-report.rb +33 -0
  63. data/lib/lolita-report/configuration/base.rb +22 -0
  64. data/lib/lolita-report/configuration/report.rb +147 -0
  65. data/lib/lolita-report/configuration/reports.rb +42 -0
  66. data/lib/lolita-report/module.rb +1 -0
  67. data/lib/lolita-report/rails.rb +6 -0
  68. data/lib/lolita-report/routes.rb +15 -0
  69. data/lolita-report.gemspec +150 -0
  70. data/spec/configuration/report_spec.rb +87 -0
  71. data/spec/configuration/reports_spec.rb +40 -0
  72. data/spec/factories/factories.rb +7 -0
  73. data/spec/orm/mongoid.rb +27 -0
  74. data/spec/spec_helper.rb +38 -0
  75. metadata +259 -0
@@ -0,0 +1,413 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
7
+
8
+ <title>Class: Lolita::Configuration::Reports</title>
9
+
10
+ <link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="../../js/jquery.js" type="text/javascript"
13
+ charset="utf-8"></script>
14
+ <script src="../../js/thickbox-compressed.js" type="text/javascript"
15
+ charset="utf-8"></script>
16
+ <script src="../../js/quicksearch.js" type="text/javascript"
17
+ charset="utf-8"></script>
18
+ <script src="../../js/darkfish.js" type="text/javascript"
19
+ charset="utf-8"></script>
20
+
21
+ </head>
22
+ <body class="class">
23
+
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="../../index.html">Home</a>
29
+ <a href="../../index.html#classes">Classes</a>
30
+ <a href="../../index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="file-metadata">
36
+ <div id="file-list-section" class="section">
37
+ <h3 class="section-header">In Files</h3>
38
+ <div class="section-body">
39
+ <ul>
40
+
41
+ <li><a href="../../lib/lolita-report/configuration/reports_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
42
+ class="thickbox" title="lib/lolita-report/configuration/reports.rb">lib/lolita-report/configuration/reports.rb</a></li>
43
+
44
+ </ul>
45
+ </div>
46
+ </div>
47
+
48
+
49
+ </div>
50
+
51
+ <div id="class-metadata">
52
+
53
+ <!-- Parent Class -->
54
+
55
+ <div id="parent-class-section" class="section">
56
+ <h3 class="section-header">Parent</h3>
57
+
58
+ <p class="link">Object</p>
59
+
60
+ </div>
61
+
62
+
63
+ <!-- Namespace Contents -->
64
+
65
+
66
+ <!-- Method Quickref -->
67
+
68
+ <div id="method-list-section" class="section">
69
+ <h3 class="section-header">Methods</h3>
70
+ <ul class="link-list">
71
+
72
+ <li><a href="#method-c-new">::new</a></li>
73
+
74
+ <li><a href="#method-i-add">#add</a></li>
75
+
76
+ <li><a href="#method-i-build_element">#build_element</a></li>
77
+
78
+ <li><a href="#method-i-collection_variable">#collection_variable</a></li>
79
+
80
+ <li><a href="#method-i-titles">#titles</a></li>
81
+
82
+ </ul>
83
+ </div>
84
+
85
+
86
+ <!-- Included Modules -->
87
+
88
+ <div id="includes-section" class="section">
89
+ <h3 class="section-header">Included Modules</h3>
90
+ <ul class="link-list">
91
+
92
+
93
+ <li><span class="include">Lolita::ObservedArray</span></li>
94
+
95
+
96
+ </ul>
97
+ </div>
98
+
99
+ </div>
100
+
101
+ <div id="project-metadata">
102
+
103
+
104
+ <div id="fileindex-section" class="section project-section">
105
+ <h3 class="section-header">Files</h3>
106
+ <ul>
107
+
108
+ <li class="file"><a href="../../Gemfile.html">Gemfile</a></li>
109
+
110
+ <li class="file"><a href="../../LICENSE.html">LICENSE</a></li>
111
+
112
+ <li class="file"><a href="../../Rakefile.html">Rakefile</a></li>
113
+
114
+ <li class="file"><a href="../../author.html">author</a></li>
115
+
116
+ </ul>
117
+ </div>
118
+
119
+
120
+ <div id="classindex-section" class="section project-section">
121
+ <h3 class="section-header">Class Index
122
+ <span class="search-toggle"><img src="../../images/find.png"
123
+ height="16" width="16" alt="[+]"
124
+ title="show/hide quicksearch" /></span></h3>
125
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
126
+ <fieldset>
127
+ <legend>Quicksearch</legend>
128
+ <input type="text" name="quicksearch" value=""
129
+ class="quicksearch-field" />
130
+ </fieldset>
131
+ </form>
132
+
133
+ <ul class="link-list">
134
+
135
+ <li><a href="../../Lolita.html">Lolita</a></li>
136
+
137
+ <li><a href="../../Lolita/Configuration.html">Lolita::Configuration</a></li>
138
+
139
+ <li><a href="../../Lolita/Configuration/Report.html">Lolita::Configuration::Report</a></li>
140
+
141
+ <li><a href="../../Lolita/Configuration/Reports.html">Lolita::Configuration::Reports</a></li>
142
+
143
+ <li><a href="../../ActiveSupport.html">ActiveSupport</a></li>
144
+
145
+ <li><a href="../../ActiveSupport/TestCase.html">ActiveSupport::TestCase</a></li>
146
+
147
+ <li><a href="../../LolitaReport.html">LolitaReport</a></li>
148
+
149
+ <li><a href="../../LolitaReport/Configuration.html">LolitaReport::Configuration</a></li>
150
+
151
+ <li><a href="../../Comment.html">Comment</a></li>
152
+
153
+ <li><a href="../../Post.html">Post</a></li>
154
+
155
+ </ul>
156
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
157
+ </div>
158
+
159
+
160
+ </div>
161
+ </div>
162
+
163
+ <div id="documentation">
164
+ <h1 class="class">Lolita::Configuration::Reports</h1>
165
+
166
+ <div id="description">
167
+
168
+ </div>
169
+
170
+ <!-- Constants -->
171
+
172
+
173
+ <!-- Attributes -->
174
+
175
+
176
+ <!-- Methods -->
177
+
178
+ <div id="public-class-method-details" class="method-section section">
179
+ <h3 class="section-header">Public Class Methods</h3>
180
+
181
+
182
+ <div id="new-method" class="method-detail ">
183
+ <a name="method-c-new"></a>
184
+
185
+ <div class="method-heading">
186
+
187
+ <span class="method-name">new</span><span
188
+ class="method-args">(dbi,*args,&block)</span>
189
+ <span class="method-click-advice">click to toggle source</span>
190
+
191
+ </div>
192
+
193
+ <div class="method-description">
194
+
195
+
196
+
197
+
198
+
199
+ <div class="method-source-code"
200
+ id="new-source">
201
+ <pre>
202
+ <span class="ruby-comment cmt"># File lib/lolita-report/configuration/reports.rb, line 9</span>
203
+ 9: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">dbi</span>,*<span class="ruby-identifier">args</span>,&amp;<span class="ruby-identifier">block</span>
204
+ 10: <span class="ruby-ivar">@dbi</span>=<span class="ruby-identifier">dbi</span>
205
+ 11: <span class="ruby-ivar">@reports</span>=[]
206
+ 12: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">instance_eval</span>(&amp;<span class="ruby-identifier">block</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">block_given?</span>
207
+ 13: <span class="ruby-comment cmt"># self.set_attributes(*args)</span>
208
+ 14: <span class="ruby-keyword kw">end</span></pre>
209
+ </div>
210
+
211
+ </div>
212
+
213
+
214
+
215
+
216
+ </div>
217
+
218
+
219
+ </div>
220
+
221
+ <div id="public-instance-method-details" class="method-section section">
222
+ <h3 class="section-header">Public Instance Methods</h3>
223
+
224
+
225
+ <div id="add-method" class="method-detail ">
226
+ <a name="method-i-add"></a>
227
+
228
+ <div class="method-heading">
229
+
230
+ <span class="method-name">add</span><span
231
+ class="method-args">(*args,&block)</span>
232
+ <span class="method-click-advice">click to toggle source</span>
233
+
234
+ </div>
235
+
236
+ <div class="method-description">
237
+
238
+ <p>
239
+ Add <a href="Report.html">Lolita::Configuration::Report</a> object to <a
240
+ href="Reports.html">Lolita::Configuration::Reports</a> object
241
+ </p>
242
+
243
+
244
+
245
+ <div class="method-source-code"
246
+ id="add-source">
247
+ <pre>
248
+ <span class="ruby-comment cmt"># File lib/lolita-report/configuration/reports.rb, line 17</span>
249
+ 17: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add</span> *<span class="ruby-identifier">args</span>,&amp;<span class="ruby-identifier">block</span>
250
+ 18: <span class="ruby-identifier">report</span>=<span class="ruby-constant">Lolita</span><span class="ruby-operator">::</span><span class="ruby-constant">Configuration</span><span class="ruby-operator">::</span><span class="ruby-constant">Report</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@dbi</span>,*<span class="ruby-identifier">args</span>,&amp;<span class="ruby-identifier">block</span>)
251
+ 19: <span class="ruby-identifier">report</span>.<span class="ruby-identifier">title</span>=<span class="ruby-identifier">args</span>[<span class="ruby-value">0</span>]
252
+ 20: <span class="ruby-keyword kw">self</span><span class="ruby-operator">&lt;&lt;</span><span class="ruby-identifier">report</span>
253
+ 21: <span class="ruby-keyword kw">end</span></pre>
254
+ </div>
255
+
256
+ </div>
257
+
258
+
259
+
260
+
261
+ </div>
262
+
263
+
264
+ <div id="titles-method" class="method-detail ">
265
+ <a name="method-i-titles"></a>
266
+
267
+ <div class="method-heading">
268
+
269
+ <span class="method-name">titles</span><span
270
+ class="method-args">()</span>
271
+ <span class="method-click-advice">click to toggle source</span>
272
+
273
+ </div>
274
+
275
+ <div class="method-description">
276
+
277
+ <p>
278
+ Return all titles of all <a
279
+ href="Report.html">Lolita::Configuration::Report</a> objetc, which contains
280
+ <a href="Reports.html">Lolita::Configuration::Reports</a> object
281
+ </p>
282
+
283
+
284
+
285
+ <div class="method-source-code"
286
+ id="titles-source">
287
+ <pre>
288
+ <span class="ruby-comment cmt"># File lib/lolita-report/configuration/reports.rb, line 24</span>
289
+ 24: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">titles</span>
290
+ 25: <span class="ruby-ivar">@reports</span>.<span class="ruby-identifier">map</span>(&amp;<span class="ruby-value">:title</span>)
291
+ 26: <span class="ruby-keyword kw">end</span></pre>
292
+ </div>
293
+
294
+ </div>
295
+
296
+
297
+
298
+
299
+ </div>
300
+
301
+
302
+ </div>
303
+
304
+ <div id="private-instance-method-details" class="method-section section">
305
+ <h3 class="section-header">Private Instance Methods</h3>
306
+
307
+
308
+ <div id="build-element-method" class="method-detail ">
309
+ <a name="method-i-build_element"></a>
310
+
311
+ <div class="method-heading">
312
+
313
+ <span class="method-name">build_element</span><span
314
+ class="method-args">(element,&block)</span>
315
+ <span class="method-click-advice">click to toggle source</span>
316
+
317
+ </div>
318
+
319
+ <div class="method-description">
320
+
321
+
322
+
323
+
324
+
325
+ <div class="method-source-code"
326
+ id="build-element-source">
327
+ <pre>
328
+ <span class="ruby-comment cmt"># File lib/lolita-report/configuration/reports.rb, line 38</span>
329
+ 38: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build_element</span>(<span class="ruby-identifier">element</span>,&amp;<span class="ruby-identifier">block</span>)
330
+ 39: <span class="ruby-identifier">current_report</span>=<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">element</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Hash</span>) <span class="ruby-operator">||</span> <span class="ruby-identifier">element</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Symbol</span>)
331
+ 40: <span class="ruby-constant">Lolita</span><span class="ruby-operator">::</span><span class="ruby-constant">Configuration</span><span class="ruby-operator">::</span><span class="ruby-constant">Tab</span>.<span class="ruby-identifier">new</span>(<span class="ruby-ivar">@dbi</span>,<span class="ruby-identifier">element</span>,&amp;<span class="ruby-identifier">block</span>)
332
+ 41: <span class="ruby-keyword kw">else</span>
333
+ 42: <span class="ruby-identifier">element</span>
334
+ 43: <span class="ruby-keyword kw">end</span>
335
+ 44: <span class="ruby-comment cmt"># set_report_attributes(current_report)</span>
336
+ 45: <span class="ruby-comment cmt"># validate_type(current_report)</span>
337
+ 46: <span class="ruby-identifier">current_report</span>
338
+ 47: <span class="ruby-keyword kw">end</span></pre>
339
+ </div>
340
+
341
+ </div>
342
+
343
+
344
+
345
+
346
+ </div>
347
+
348
+
349
+ <div id="collection-variable-method" class="method-detail ">
350
+ <a name="method-i-collection_variable"></a>
351
+
352
+ <div class="method-heading">
353
+
354
+ <span class="method-name">collection_variable</span><span
355
+ class="method-args">()</span>
356
+ <span class="method-click-advice">click to toggle source</span>
357
+
358
+ </div>
359
+
360
+ <div class="method-description">
361
+
362
+ <p>
363
+ def set_report_attributes(report)
364
+ </p>
365
+ <pre>
366
+ if report
367
+ report.title=&quot;tab_#{@tabs.size}&quot; unless report.title
368
+ end
369
+ </pre>
370
+ <p>
371
+ end
372
+ </p>
373
+
374
+
375
+
376
+ <div class="method-source-code"
377
+ id="collection-variable-source">
378
+ <pre>
379
+ <span class="ruby-comment cmt"># File lib/lolita-report/configuration/reports.rb, line 35</span>
380
+ 35: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">collection_variable</span>
381
+ 36: <span class="ruby-ivar">@reports</span>
382
+ 37: <span class="ruby-keyword kw">end</span></pre>
383
+ </div>
384
+
385
+ </div>
386
+
387
+
388
+
389
+
390
+ </div>
391
+
392
+
393
+ </div>
394
+
395
+
396
+ </div>
397
+
398
+
399
+ <div id="rdoc-debugging-section-dump" class="debugging-section">
400
+
401
+ <p>Disabled; run with --debug to generate this.</p>
402
+
403
+ </div>
404
+
405
+ <div id="validator-badges">
406
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
407
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
408
+ Rdoc Generator</a> 1.1.6</small>.</p>
409
+ </div>
410
+
411
+ </body>
412
+ </html>
413
+
@@ -0,0 +1,194 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
+ <head>
6
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
7
+
8
+ <title>Module: LolitaReport</title>
9
+
10
+ <link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
11
+
12
+ <script src="./js/jquery.js" type="text/javascript"
13
+ charset="utf-8"></script>
14
+ <script src="./js/thickbox-compressed.js" type="text/javascript"
15
+ charset="utf-8"></script>
16
+ <script src="./js/quicksearch.js" type="text/javascript"
17
+ charset="utf-8"></script>
18
+ <script src="./js/darkfish.js" type="text/javascript"
19
+ charset="utf-8"></script>
20
+
21
+ </head>
22
+ <body class="module">
23
+
24
+ <div id="metadata">
25
+ <div id="home-metadata">
26
+ <div id="home-section" class="section">
27
+ <h3 class="section-header">
28
+ <a href="./index.html">Home</a>
29
+ <a href="./index.html#classes">Classes</a>
30
+ <a href="./index.html#methods">Methods</a>
31
+ </h3>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="file-metadata">
36
+ <div id="file-list-section" class="section">
37
+ <h3 class="section-header">In Files</h3>
38
+ <div class="section-body">
39
+ <ul>
40
+
41
+ <li><a href="./lib/lolita-report/configuration/base_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
42
+ class="thickbox" title="lib/lolita-report/configuration/base.rb">lib/lolita-report/configuration/base.rb</a></li>
43
+
44
+ <li><a href="./lib/lolita-report/version_rb.html?TB_iframe=true&amp;height=550&amp;width=785"
45
+ class="thickbox" title="lib/lolita-report/version.rb">lib/lolita-report/version.rb</a></li>
46
+
47
+ </ul>
48
+ </div>
49
+ </div>
50
+
51
+
52
+ </div>
53
+
54
+ <div id="class-metadata">
55
+
56
+ <!-- Parent Class -->
57
+
58
+
59
+ <!-- Namespace Contents -->
60
+
61
+ <div id="namespace-list-section" class="section">
62
+ <h3 class="section-header">Namespace</h3>
63
+ <ul class="link-list">
64
+
65
+ <li><span class="type">MODULE</span> <a href="LolitaReport/Configuration.html">LolitaReport::Configuration</a></li>
66
+
67
+ </ul>
68
+ </div>
69
+
70
+
71
+ <!-- Method Quickref -->
72
+
73
+
74
+ <!-- Included Modules -->
75
+
76
+ </div>
77
+
78
+ <div id="project-metadata">
79
+
80
+
81
+ <div id="fileindex-section" class="section project-section">
82
+ <h3 class="section-header">Files</h3>
83
+ <ul>
84
+
85
+ <li class="file"><a href="./Gemfile.html">Gemfile</a></li>
86
+
87
+ <li class="file"><a href="./LICENSE.html">LICENSE</a></li>
88
+
89
+ <li class="file"><a href="./Rakefile.html">Rakefile</a></li>
90
+
91
+ <li class="file"><a href="./author.html">author</a></li>
92
+
93
+ </ul>
94
+ </div>
95
+
96
+
97
+ <div id="classindex-section" class="section project-section">
98
+ <h3 class="section-header">Class Index
99
+ <span class="search-toggle"><img src="./images/find.png"
100
+ height="16" width="16" alt="[+]"
101
+ title="show/hide quicksearch" /></span></h3>
102
+ <form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
103
+ <fieldset>
104
+ <legend>Quicksearch</legend>
105
+ <input type="text" name="quicksearch" value=""
106
+ class="quicksearch-field" />
107
+ </fieldset>
108
+ </form>
109
+
110
+ <ul class="link-list">
111
+
112
+ <li><a href="./Lolita.html">Lolita</a></li>
113
+
114
+ <li><a href="./Lolita/Configuration.html">Lolita::Configuration</a></li>
115
+
116
+ <li><a href="./Lolita/Configuration/Report.html">Lolita::Configuration::Report</a></li>
117
+
118
+ <li><a href="./Lolita/Configuration/Reports.html">Lolita::Configuration::Reports</a></li>
119
+
120
+ <li><a href="./ActiveSupport.html">ActiveSupport</a></li>
121
+
122
+ <li><a href="./ActiveSupport/TestCase.html">ActiveSupport::TestCase</a></li>
123
+
124
+ <li><a href="./LolitaReport.html">LolitaReport</a></li>
125
+
126
+ <li><a href="./LolitaReport/Configuration.html">LolitaReport::Configuration</a></li>
127
+
128
+ <li><a href="./Comment.html">Comment</a></li>
129
+
130
+ <li><a href="./Post.html">Post</a></li>
131
+
132
+ </ul>
133
+ <div id="no-class-search-results" style="display: none;">No matching classes.</div>
134
+ </div>
135
+
136
+
137
+ </div>
138
+ </div>
139
+
140
+ <div id="documentation">
141
+ <h1 class="module">LolitaReport</h1>
142
+
143
+ <div id="description">
144
+ <p>
145
+ Every class that include <a
146
+ href="Lolita/Configuration.html">Lolita::Configuration</a> this module
147
+ assign # and # methods. First one is for normal <a
148
+ href="Lolita.html">Lolita</a> configuration definition, and the other one
149
+ made to assing <a href="Lolita.html">Lolita</a> to class as a
150
+ Lolita::Configuration::Base object. You may want to do that to change
151
+ configuration or for testing purpose.
152
+ </p>
153
+
154
+ </div>
155
+
156
+ <!-- Constants -->
157
+
158
+ <div id="constants-list" class="section">
159
+ <h3 class="section-header">Constants</h3>
160
+ <dl>
161
+
162
+ <dt><a name="VERSION">VERSION</a></dt>
163
+
164
+ <dd class="description"></dd>
165
+
166
+
167
+ </dl>
168
+ </div>
169
+
170
+
171
+ <!-- Attributes -->
172
+
173
+
174
+ <!-- Methods -->
175
+
176
+
177
+ </div>
178
+
179
+
180
+ <div id="rdoc-debugging-section-dump" class="debugging-section">
181
+
182
+ <p>Disabled; run with --debug to generate this.</p>
183
+
184
+ </div>
185
+
186
+ <div id="validator-badges">
187
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
188
+ <p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
189
+ Rdoc Generator</a> 1.1.6</small>.</p>
190
+ </div>
191
+
192
+ </body>
193
+ </html>
194
+