Alimento 0.1.0 → 30.30.30

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,398 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Class: Nodo
8
-
9
- &mdash; Documentation by YARD 0.9.9
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "Nodo";
19
- relpath = '';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="class_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="_index.html">Index (N)</a> &raquo;
40
-
41
-
42
- <span class="title">Nodo</span>
43
-
44
- </div>
45
-
46
- <div id="search">
47
-
48
- <a class="full_list_link" id="class_list_link"
49
- href="class_list.html">
50
-
51
- <svg width="24" height="24">
52
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
- </svg>
56
- </a>
57
-
58
- </div>
59
- <div class="clear"></div>
60
- </div>
61
-
62
- <div id="content"><h1>Class: Nodo
63
-
64
-
65
-
66
- </h1>
67
- <div class="box_info">
68
-
69
- <dl>
70
- <dt>Inherits:</dt>
71
- <dd>
72
- <span class="inheritName">Struct</span>
73
-
74
- <ul class="fullTree">
75
- <li>Object</li>
76
-
77
- <li class="next">Struct</li>
78
-
79
- <li class="next">Nodo</li>
80
-
81
- </ul>
82
- <a href="#" class="inheritanceTree">show all</a>
83
-
84
- </dd>
85
- </dl>
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
-
97
- <dl>
98
- <dt>Defined in:</dt>
99
- <dd>lib/Alimento/lista_doble.rb</dd>
100
- </dl>
101
-
102
- </div>
103
-
104
-
105
-
106
-
107
-
108
- <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
109
- <ul class="summary">
110
-
111
- <li class="public ">
112
- <span class="summary_signature">
113
-
114
- <a href="#next_node-instance_method" title="#next_node (instance method)">#<strong>next_node</strong> &#x21d2; Object </a>
115
-
116
-
117
-
118
- </span>
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
-
127
-
128
-
129
-
130
-
131
- <span class="summary_desc"><div class='inline'>
132
- <p>Returns the value of attribute next_node.</p>
133
- </div></span>
134
-
135
- </li>
136
-
137
-
138
- <li class="public ">
139
- <span class="summary_signature">
140
-
141
- <a href="#prev_node-instance_method" title="#prev_node (instance method)">#<strong>prev_node</strong> &#x21d2; Object </a>
142
-
143
-
144
-
145
- </span>
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
- <span class="summary_desc"><div class='inline'>
159
- <p>Returns the value of attribute prev_node.</p>
160
- </div></span>
161
-
162
- </li>
163
-
164
-
165
- <li class="public ">
166
- <span class="summary_signature">
167
-
168
- <a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> &#x21d2; Object </a>
169
-
170
-
171
-
172
- </span>
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
- <span class="summary_desc"><div class='inline'>
186
- <p>Returns the value of attribute value.</p>
187
- </div></span>
188
-
189
- </li>
190
-
191
-
192
- </ul>
193
-
194
-
195
-
196
-
197
-
198
-
199
- <div id="instance_attr_details" class="attr_details">
200
- <h2>Instance Attribute Details</h2>
201
-
202
-
203
- <span id="next_node=-instance_method"></span>
204
- <div class="method_details first">
205
- <h3 class="signature first" id="next_node-instance_method">
206
-
207
- #<strong>next_node</strong> &#x21d2; <tt>Object</tt>
208
-
209
-
210
-
211
-
212
-
213
- </h3><div class="docstring">
214
- <div class="discussion">
215
-
216
- <p>Returns the value of attribute next_node</p>
217
-
218
-
219
- </div>
220
- </div>
221
- <div class="tags">
222
-
223
- <p class="tag_title">Returns:</p>
224
- <ul class="return">
225
-
226
- <li>
227
-
228
-
229
- <span class='type'>(<tt>Object</tt>)</span>
230
-
231
-
232
-
233
- &mdash;
234
- <div class='inline'>
235
- <p>the current value of next_node</p>
236
- </div>
237
-
238
- </li>
239
-
240
- </ul>
241
-
242
- </div><table class="source_code">
243
- <tr>
244
- <td>
245
- <pre class="lines">
246
-
247
-
248
- 1
249
- 2
250
- 3</pre>
251
- </td>
252
- <td>
253
- <pre class="code"><span class="info file"># File 'lib/Alimento/lista_doble.rb', line 1</span>
254
-
255
- <span class='kw'>def</span> <span class='id identifier rubyid_next_node'>next_node</span>
256
- <span class='ivar'>@next_node</span>
257
- <span class='kw'>end</span></pre>
258
- </td>
259
- </tr>
260
- </table>
261
- </div>
262
-
263
-
264
- <span id="prev_node=-instance_method"></span>
265
- <div class="method_details ">
266
- <h3 class="signature " id="prev_node-instance_method">
267
-
268
- #<strong>prev_node</strong> &#x21d2; <tt>Object</tt>
269
-
270
-
271
-
272
-
273
-
274
- </h3><div class="docstring">
275
- <div class="discussion">
276
-
277
- <p>Returns the value of attribute prev_node</p>
278
-
279
-
280
- </div>
281
- </div>
282
- <div class="tags">
283
-
284
- <p class="tag_title">Returns:</p>
285
- <ul class="return">
286
-
287
- <li>
288
-
289
-
290
- <span class='type'>(<tt>Object</tt>)</span>
291
-
292
-
293
-
294
- &mdash;
295
- <div class='inline'>
296
- <p>the current value of prev_node</p>
297
- </div>
298
-
299
- </li>
300
-
301
- </ul>
302
-
303
- </div><table class="source_code">
304
- <tr>
305
- <td>
306
- <pre class="lines">
307
-
308
-
309
- 1
310
- 2
311
- 3</pre>
312
- </td>
313
- <td>
314
- <pre class="code"><span class="info file"># File 'lib/Alimento/lista_doble.rb', line 1</span>
315
-
316
- <span class='kw'>def</span> <span class='id identifier rubyid_prev_node'>prev_node</span>
317
- <span class='ivar'>@prev_node</span>
318
- <span class='kw'>end</span></pre>
319
- </td>
320
- </tr>
321
- </table>
322
- </div>
323
-
324
-
325
- <span id="value=-instance_method"></span>
326
- <div class="method_details ">
327
- <h3 class="signature " id="value-instance_method">
328
-
329
- #<strong>value</strong> &#x21d2; <tt>Object</tt>
330
-
331
-
332
-
333
-
334
-
335
- </h3><div class="docstring">
336
- <div class="discussion">
337
-
338
- <p>Returns the value of attribute value</p>
339
-
340
-
341
- </div>
342
- </div>
343
- <div class="tags">
344
-
345
- <p class="tag_title">Returns:</p>
346
- <ul class="return">
347
-
348
- <li>
349
-
350
-
351
- <span class='type'>(<tt>Object</tt>)</span>
352
-
353
-
354
-
355
- &mdash;
356
- <div class='inline'>
357
- <p>the current value of value</p>
358
- </div>
359
-
360
- </li>
361
-
362
- </ul>
363
-
364
- </div><table class="source_code">
365
- <tr>
366
- <td>
367
- <pre class="lines">
368
-
369
-
370
- 1
371
- 2
372
- 3</pre>
373
- </td>
374
- <td>
375
- <pre class="code"><span class="info file"># File 'lib/Alimento/lista_doble.rb', line 1</span>
376
-
377
- <span class='kw'>def</span> <span class='id identifier rubyid_value'>value</span>
378
- <span class='ivar'>@value</span>
379
- <span class='kw'>end</span></pre>
380
- </td>
381
- </tr>
382
- </table>
383
- </div>
384
-
385
- </div>
386
-
387
-
388
- </div>
389
-
390
- <div id="footer">
391
- Generated on Wed Nov 15 11:51:03 2017 by
392
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
393
- 0.9.9 (ruby-2.3.3).
394
- </div>
395
-
396
- </div>
397
- </body>
398
- </html>
@@ -1,133 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- Documentation by YARD 0.9.9
8
-
9
- </title>
10
-
11
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
12
-
13
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
14
-
15
- <script type="text/javascript" charset="utf-8">
16
- pathId = null;
17
- relpath = '';
18
- </script>
19
-
20
-
21
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
24
-
25
-
26
- </head>
27
- <body>
28
- <div class="nav_wrap">
29
- <iframe id="nav" src="class_list.html?1"></iframe>
30
- <div id="resizer"></div>
31
- </div>
32
-
33
- <div id="main" tabindex="-1">
34
- <div id="header">
35
- <div id="menu">
36
-
37
- </div>
38
-
39
- <div id="search">
40
-
41
- <a class="full_list_link" id="class_list_link"
42
- href="class_list.html">
43
-
44
- <svg width="24" height="24">
45
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
46
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
47
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
48
- </svg>
49
- </a>
50
-
51
- </div>
52
- <div class="clear"></div>
53
- </div>
54
-
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.9</h1>
56
- <div id="listing">
57
- <h1 class="alphaindex">Alphabetic Index</h1>
58
-
59
- <h2>File Listing</h2>
60
- <ul id="files" class="index_inline_list">
61
-
62
-
63
- <li class="r1"><a href="index.html" title="README">README</a></li>
64
-
65
-
66
- </ul>
67
-
68
- <div class="clear"></div>
69
- <h2>Namespace Listing A-Z</h2>
70
-
71
-
72
-
73
-
74
- <table>
75
- <tr>
76
- <td valign='top' width="33%">
77
-
78
-
79
- <ul id="alpha_A" class="alpha">
80
- <li class="letter">A</li>
81
- <ul>
82
-
83
- <li>
84
- <span class='object_link'><a href="Alimentos.html" title="Alimentos (class)">Alimentos</a></span>
85
-
86
- </li>
87
-
88
- </ul>
89
- </ul>
90
-
91
-
92
- <ul id="alpha_L" class="alpha">
93
- <li class="letter">L</li>
94
- <ul>
95
-
96
- <li>
97
- <span class='object_link'><a href="ListaDoble.html" title="ListaDoble (class)">ListaDoble</a></span>
98
-
99
- </li>
100
-
101
- </ul>
102
- </ul>
103
-
104
-
105
- <ul id="alpha_N" class="alpha">
106
- <li class="letter">N</li>
107
- <ul>
108
-
109
- <li>
110
- <span class='object_link'><a href="Nodo.html" title="Nodo (class)">Nodo</a></span>
111
-
112
- </li>
113
-
114
- </ul>
115
- </ul>
116
-
117
- </td>
118
- </tr>
119
- </table>
120
-
121
- </div>
122
-
123
- </div>
124
-
125
- <div id="footer">
126
- Generated on Wed Nov 15 11:51:02 2017 by
127
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
- 0.9.9 (ruby-2.3.3).
129
- </div>
130
-
131
- </div>
132
- </body>
133
- </html>