alimento0100997910 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,398 @@
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: Lista::Lista::Node
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 = "Lista::Lista::Node";
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
+ <span class='title'><span class='object_link'><a href="../../Lista.html" title="Lista (module)">Lista</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Lista.html" title="Lista::Lista (class)">Lista</a></span></span>
41
+ &raquo;
42
+ <span class="title">Node</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: Lista::Lista::Node
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">Lista::Lista::Node</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/fuente.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-instance_method" title="#next (instance method)">#<strong>next</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.</p>
133
+ </div></span>
134
+
135
+ </li>
136
+
137
+
138
+ <li class="public ">
139
+ <span class="summary_signature">
140
+
141
+ <a href="#prev-instance_method" title="#prev (instance method)">#<strong>prev</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.</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=-instance_method"></span>
204
+ <div class="method_details first">
205
+ <h3 class="signature first" id="next-instance_method">
206
+
207
+ #<strong>next</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</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</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
+ 299
249
+ 300
250
+ 301</pre>
251
+ </td>
252
+ <td>
253
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 299</span>
254
+
255
+ <span class='kw'>def</span> <span class='kw'>next</span>
256
+ <span class='ivar'>@next</span>
257
+ <span class='kw'>end</span></pre>
258
+ </td>
259
+ </tr>
260
+ </table>
261
+ </div>
262
+
263
+
264
+ <span id="prev=-instance_method"></span>
265
+ <div class="method_details ">
266
+ <h3 class="signature " id="prev-instance_method">
267
+
268
+ #<strong>prev</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</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</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
+ 299
310
+ 300
311
+ 301</pre>
312
+ </td>
313
+ <td>
314
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 299</span>
315
+
316
+ <span class='kw'>def</span> <span class='id identifier rubyid_prev'>prev</span>
317
+ <span class='ivar'>@prev</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
+ 299
371
+ 300
372
+ 301</pre>
373
+ </td>
374
+ <td>
375
+ <pre class="code"><span class="info file"># File 'lib/alimento/fuente.rb', line 299</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 Tue Dec 12 20:43:00 2017 by
392
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
393
+ 0.9.9 (ruby-2.4.2).
394
+ </div>
395
+
396
+ </div>
397
+ </body>
398
+ </html>
data/docs/_index.html ADDED
@@ -0,0 +1,256 @@
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="Alimento/Alimento.html" title="Alimento::Alimento (class)">Alimento</a></span>
85
+
86
+ <small>(Alimento)</small>
87
+
88
+ </li>
89
+
90
+ <li>
91
+ <span class='object_link'><a href="Alimento.html" title="Alimento (module)">Alimento</a></span>
92
+
93
+ </li>
94
+
95
+ </ul>
96
+ </ul>
97
+
98
+
99
+ <ul id="alpha_C" class="alpha">
100
+ <li class="letter">C</li>
101
+ <ul>
102
+
103
+ <li>
104
+ <span class='object_link'><a href="Alimento/Carbohidratos.html" title="Alimento::Carbohidratos (class)">Carbohidratos</a></span>
105
+
106
+ <small>(Alimento)</small>
107
+
108
+ </li>
109
+
110
+ <li>
111
+ <span class='object_link'><a href="Alimento/Carnes.html" title="Alimento::Carnes (class)">Carnes</a></span>
112
+
113
+ <small>(Alimento)</small>
114
+
115
+ </li>
116
+
117
+ </ul>
118
+ </ul>
119
+
120
+
121
+ <ul id="alpha_D" class="alpha">
122
+ <li class="letter">D</li>
123
+ <ul>
124
+
125
+ <li>
126
+ <span class='object_link'><a href="Alimento/DerivadoLacteo.html" title="Alimento::DerivadoLacteo (class)">DerivadoLacteo</a></span>
127
+
128
+ <small>(Alimento)</small>
129
+
130
+ </li>
131
+
132
+ </ul>
133
+ </ul>
134
+
135
+
136
+ <ul id="alpha_F" class="alpha">
137
+ <li class="letter">F</li>
138
+ <ul>
139
+
140
+ <li>
141
+ <span class='object_link'><a href="Alimento/Frutas.html" title="Alimento::Frutas (class)">Frutas</a></span>
142
+
143
+ <small>(Alimento)</small>
144
+
145
+ </li>
146
+
147
+ </ul>
148
+ </ul>
149
+
150
+
151
+ <ul id="alpha_G" class="alpha">
152
+ <li class="letter">G</li>
153
+ <ul>
154
+
155
+ <li>
156
+ <span class='object_link'><a href="Alimento/Grasos.html" title="Alimento::Grasos (class)">Grasos</a></span>
157
+
158
+ <small>(Alimento)</small>
159
+
160
+ </li>
161
+
162
+ </ul>
163
+ </ul>
164
+
165
+
166
+ <ul id="alpha_L" class="alpha">
167
+ <li class="letter">L</li>
168
+ <ul>
169
+
170
+ <li>
171
+ <span class='object_link'><a href="Lista/Lista.html" title="Lista::Lista (class)">Lista</a></span>
172
+
173
+ <small>(Lista)</small>
174
+
175
+ </li>
176
+
177
+ <li>
178
+ <span class='object_link'><a href="Lista.html" title="Lista (module)">Lista</a></span>
179
+
180
+ </li>
181
+
182
+ </ul>
183
+ </ul>
184
+
185
+
186
+ <ul id="alpha_N" class="alpha">
187
+ <li class="letter">N</li>
188
+ <ul>
189
+
190
+ <li>
191
+ <span class='object_link'><a href="Lista/Lista/Node.html" title="Lista::Lista::Node (class)">Node</a></span>
192
+
193
+ <small>(Lista::Lista)</small>
194
+
195
+ </li>
196
+
197
+ </ul>
198
+ </ul>
199
+
200
+
201
+ </td><td valign='top' width="33%">
202
+
203
+
204
+ <ul id="alpha_P" class="alpha">
205
+ <li class="letter">P</li>
206
+ <ul>
207
+
208
+ <li>
209
+ <span class='object_link'><a href="Alimento/Pescados.html" title="Alimento::Pescados (class)">Pescados</a></span>
210
+
211
+ <small>(Alimento)</small>
212
+
213
+ </li>
214
+
215
+ <li>
216
+ <span class='object_link'><a href="Alimento/Plato.html" title="Alimento::Plato (class)">Plato</a></span>
217
+
218
+ <small>(Alimento)</small>
219
+
220
+ </li>
221
+
222
+ </ul>
223
+ </ul>
224
+
225
+
226
+ <ul id="alpha_V" class="alpha">
227
+ <li class="letter">V</li>
228
+ <ul>
229
+
230
+ <li>
231
+ <span class='object_link'><a href="Alimento/Verduras.html" title="Alimento::Verduras (class)">Verduras</a></span>
232
+
233
+ <small>(Alimento)</small>
234
+
235
+ </li>
236
+
237
+ </ul>
238
+ </ul>
239
+
240
+ </td>
241
+ </tr>
242
+ </table>
243
+
244
+ </div>
245
+
246
+ </div>
247
+
248
+ <div id="footer">
249
+ Generated on Tue Dec 12 20:42:59 2017 by
250
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
251
+ 0.9.9 (ruby-2.4.2).
252
+ </div>
253
+
254
+ </div>
255
+ </body>
256
+ </html>