refbiblio_rafa 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.coveralls.yml +2 -0
- data/.travis.yml +9 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +108 -0
- data/Guardfile +82 -0
- data/LICENSE.txt +21 -0
- data/README.md +3 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/coverage/.last_run.json +5 -0
- data/coverage/.resultset.json +467 -0
- data/coverage/.resultset.json.lock +0 -0
- data/doc/Doublylinkedlist.html +129 -0
- data/doc/Doublylinkedlist/Doublylinkedlist.html +1139 -0
- data/doc/RefAPA.html +129 -0
- data/doc/RefAPA/Refapa.html +503 -0
- data/doc/RefBiblio.html +129 -0
- data/doc/RefBiblio/ArtPeriodico.html +522 -0
- data/doc/RefBiblio/DocElectronico.html +782 -0
- data/doc/RefBiblio/Libro.html +514 -0
- data/doc/RefBiblio/Periodicas.html +345 -0
- data/doc/RefBiblio/Referencia.html +1068 -0
- data/doc/_index.html +201 -0
- data/doc/class_list.html +58 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +339 -0
- data/doc/file.README.html +79 -0
- data/doc/file_list.html +60 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +79 -0
- data/doc/js/app.js +219 -0
- data/doc/js/full_list.js +181 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +303 -0
- data/doc/top-level-namespace.html +112 -0
- data/lib/doublylinkedlist/doublylinkedlist.rb +161 -0
- data/lib/doublylinkedlist/version.rb +3 -0
- data/lib/refAPA/refapa.rb +36 -0
- data/lib/refAPA/version.rb +3 -0
- data/lib/refBiblio.rb +8 -0
- data/lib/refBiblio/referencia.rb +242 -0
- data/lib/refBiblio/version.rb +3 -0
- data/refBiblio.gemspec +33 -0
- metadata +203 -0
|
@@ -0,0 +1,782 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
|
+
<title>
|
|
7
|
+
Class: RefBiblio::DocElectronico
|
|
8
|
+
|
|
9
|
+
— Documentation by YARD 0.8.7.6
|
|
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
|
+
hasFrames = window.top.frames.main ? true : false;
|
|
19
|
+
relpath = '../';
|
|
20
|
+
framesUrl = "../frames.html#!RefBiblio/DocElectronico.html";
|
|
21
|
+
</script>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
|
25
|
+
|
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
</head>
|
|
30
|
+
<body>
|
|
31
|
+
<div id="header">
|
|
32
|
+
<div id="menu">
|
|
33
|
+
|
|
34
|
+
<a href="../_index.html">Index (D)</a> »
|
|
35
|
+
<span class='title'><span class='object_link'><a href="../RefBiblio.html" title="RefBiblio (module)">RefBiblio</a></span></span>
|
|
36
|
+
»
|
|
37
|
+
<span class="title">DocElectronico</span>
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<div id="search">
|
|
44
|
+
|
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
|
46
|
+
href="../class_list.html">
|
|
47
|
+
Class List
|
|
48
|
+
</a>
|
|
49
|
+
|
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
|
51
|
+
href="../method_list.html">
|
|
52
|
+
Method List
|
|
53
|
+
</a>
|
|
54
|
+
|
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
|
56
|
+
href="../file_list.html">
|
|
57
|
+
File List
|
|
58
|
+
</a>
|
|
59
|
+
|
|
60
|
+
</div>
|
|
61
|
+
<div class="clear"></div>
|
|
62
|
+
</div>
|
|
63
|
+
|
|
64
|
+
<iframe id="search_frame"></iframe>
|
|
65
|
+
|
|
66
|
+
<div id="content"><h1>Class: RefBiblio::DocElectronico
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
</h1>
|
|
71
|
+
|
|
72
|
+
<dl class="box">
|
|
73
|
+
|
|
74
|
+
<dt class="r1">Inherits:</dt>
|
|
75
|
+
<dd class="r1">
|
|
76
|
+
<span class="inheritName"><span class='object_link'><a href="Periodicas.html" title="RefBiblio::Periodicas (class)">Periodicas</a></span></span>
|
|
77
|
+
|
|
78
|
+
<ul class="fullTree">
|
|
79
|
+
<li>Object</li>
|
|
80
|
+
|
|
81
|
+
<li class="next"><span class='object_link'><a href="Referencia.html" title="RefBiblio::Referencia (class)">Referencia</a></span></li>
|
|
82
|
+
|
|
83
|
+
<li class="next"><span class='object_link'><a href="Periodicas.html" title="RefBiblio::Periodicas (class)">Periodicas</a></span></li>
|
|
84
|
+
|
|
85
|
+
<li class="next">RefBiblio::DocElectronico</li>
|
|
86
|
+
|
|
87
|
+
</ul>
|
|
88
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
89
|
+
|
|
90
|
+
</dd>
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
<dt class="r2 last">Defined in:</dt>
|
|
101
|
+
<dd class="r2 last">lib/refBiblio/referencia.rb</dd>
|
|
102
|
+
|
|
103
|
+
</dl>
|
|
104
|
+
<div class="clear"></div>
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
|
111
|
+
<ul class="summary">
|
|
112
|
+
|
|
113
|
+
<li class="public ">
|
|
114
|
+
<span class="summary_signature">
|
|
115
|
+
|
|
116
|
+
<a href="#fechacceso-instance_method" title="#fechacceso (instance method)">- (Object) <strong>fechacceso</strong>(fechacceso) </a>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
</span>
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
<span class="summary_desc"><div class='inline'>
|
|
134
|
+
<p>Metodo que permite insertar la fecha de acceso al documento.</p>
|
|
135
|
+
</div></span>
|
|
136
|
+
|
|
137
|
+
</li>
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
<li class="public ">
|
|
141
|
+
<span class="summary_signature">
|
|
142
|
+
|
|
143
|
+
<a href="#formato-instance_method" title="#formato (instance method)">- (Object) <strong>formato</strong> </a>
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
</span>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
<span class="summary_desc"><div class='inline'>
|
|
161
|
+
<p>Clase que nos permite representar los documentos electronicos de una
|
|
162
|
+
publicacion periodica.</p>
|
|
163
|
+
</div></span>
|
|
164
|
+
|
|
165
|
+
</li>
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
<li class="public ">
|
|
169
|
+
<span class="summary_signature">
|
|
170
|
+
|
|
171
|
+
<a href="#url-instance_method" title="#url (instance method)">- (Object) <strong>url</strong>(url) </a>
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
</span>
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
<span class="summary_desc"><div class='inline'>
|
|
189
|
+
<p>Metodo para almacenar la direccion web del documento electronico.</p>
|
|
190
|
+
</div></span>
|
|
191
|
+
|
|
192
|
+
</li>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
</ul>
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Referencia.html" title="RefBiblio::Referencia (class)">Referencia</a></span></h3>
|
|
202
|
+
<p class="inherited"><span class='object_link'><a href="Referencia.html#autor-instance_method" title="RefBiblio::Referencia#autor (method)">#autor</a></span>, <span class='object_link'><a href="Referencia.html#editorial-instance_method" title="RefBiblio::Referencia#editorial (method)">#editorial</a></span>, <span class='object_link'><a href="Referencia.html#publicacion-instance_method" title="RefBiblio::Referencia#publicacion (method)">#publicacion</a></span>, <span class='object_link'><a href="Referencia.html#titulo-instance_method" title="RefBiblio::Referencia#titulo (method)">#titulo</a></span></p>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
<h2>
|
|
207
|
+
Instance Method Summary
|
|
208
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
209
|
+
</h2>
|
|
210
|
+
|
|
211
|
+
<ul class="summary">
|
|
212
|
+
|
|
213
|
+
<li class="public ">
|
|
214
|
+
<span class="summary_signature">
|
|
215
|
+
|
|
216
|
+
<a href="#edicion-instance_method" title="#edicion (instance method)">- (Object) <strong>edicion</strong>(edicion) </a>
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
</span>
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
<span class="summary_desc"><div class='inline'>
|
|
231
|
+
<p>Metodo que permite insertar la edicion.</p>
|
|
232
|
+
</div></span>
|
|
233
|
+
|
|
234
|
+
</li>
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
<li class="public ">
|
|
238
|
+
<span class="summary_signature">
|
|
239
|
+
|
|
240
|
+
<a href="#get_fechacceso-instance_method" title="#get_fechacceso (instance method)">- (Object) <strong>get_fechacceso</strong> </a>
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
</span>
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
<span class="summary_desc"><div class='inline'>
|
|
255
|
+
<p>Metodo que nos devuelve la fecha de acceso al documento electronico
|
|
256
|
+
almacenada.</p>
|
|
257
|
+
</div></span>
|
|
258
|
+
|
|
259
|
+
</li>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
<li class="public ">
|
|
263
|
+
<span class="summary_signature">
|
|
264
|
+
|
|
265
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (DocElectronico) <strong>initialize</strong>(formato, &block) </a>
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
</span>
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
<span class="note title constructor">constructor</span>
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
<span class="summary_desc"><div class='inline'>
|
|
282
|
+
<p>A new instance of DocElectronico.</p>
|
|
283
|
+
</div></span>
|
|
284
|
+
|
|
285
|
+
</li>
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
<li class="public ">
|
|
289
|
+
<span class="summary_signature">
|
|
290
|
+
|
|
291
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
</span>
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
<span class="summary_desc"><div class='inline'>
|
|
306
|
+
<p>Metodo que nos devuelve la referencia del documento electronico formateado.</p>
|
|
307
|
+
</div></span>
|
|
308
|
+
|
|
309
|
+
</li>
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
</ul>
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Referencia.html" title="RefBiblio::Referencia (class)">Referencia</a></span></h3>
|
|
331
|
+
<p class="inherited"><span class='object_link'><a href="Referencia.html#%3C%3D%3E-instance_method" title="RefBiblio::Referencia#<=> (method)">#<=></a></span>, <span class='object_link'><a href="Referencia.html#get_autor-instance_method" title="RefBiblio::Referencia#get_autor (method)">#get_autor</a></span>, <span class='object_link'><a href="Referencia.html#get_editorial-instance_method" title="RefBiblio::Referencia#get_editorial (method)">#get_editorial</a></span>, <span class='object_link'><a href="Referencia.html#get_publicacion-instance_method" title="RefBiblio::Referencia#get_publicacion (method)">#get_publicacion</a></span>, <span class='object_link'><a href="Referencia.html#get_titulo-instance_method" title="RefBiblio::Referencia#get_titulo (method)">#get_titulo</a></span></p>
|
|
332
|
+
|
|
333
|
+
<div id="constructor_details" class="method_details_list">
|
|
334
|
+
<h2>Constructor Details</h2>
|
|
335
|
+
|
|
336
|
+
<div class="method_details first">
|
|
337
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
338
|
+
|
|
339
|
+
- (<tt><span class='object_link'><a href="" title="RefBiblio::DocElectronico (class)">DocElectronico</a></span></tt>) <strong>initialize</strong>(formato, &block)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
</h3><div class="docstring">
|
|
346
|
+
<div class="discussion">
|
|
347
|
+
|
|
348
|
+
<p>Returns a new instance of DocElectronico</p>
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
</div>
|
|
352
|
+
</div>
|
|
353
|
+
<div class="tags">
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
</div><table class="source_code">
|
|
357
|
+
<tr>
|
|
358
|
+
<td>
|
|
359
|
+
<pre class="lines">
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
200
|
|
363
|
+
201
|
|
364
|
+
202
|
|
365
|
+
203
|
|
366
|
+
204
|
|
367
|
+
205
|
|
368
|
+
206
|
|
369
|
+
207
|
|
370
|
+
208
|
|
371
|
+
209</pre>
|
|
372
|
+
</td>
|
|
373
|
+
<td>
|
|
374
|
+
<pre class="code"><span class="info file"># File 'lib/refBiblio/referencia.rb', line 200</span>
|
|
375
|
+
|
|
376
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_formato'>formato</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
|
377
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_block_given?'>block_given?</span>
|
|
378
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_block'>block</span><span class='period'>.</span><span class='id identifier rubyid_arity'>arity</span> <span class='op'>==</span> <span class='int'>1</span>
|
|
379
|
+
<span class='kw'>yield</span> <span class='kw'>self</span>
|
|
380
|
+
<span class='kw'>else</span>
|
|
381
|
+
<span class='id identifier rubyid_instance_eval'>instance_eval</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
|
382
|
+
<span class='kw'>end</span>
|
|
383
|
+
<span class='kw'>end</span>
|
|
384
|
+
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_formato'>formato</span><span class='rparen'>)</span>
|
|
385
|
+
<span class='kw'>end</span></pre>
|
|
386
|
+
</td>
|
|
387
|
+
</tr>
|
|
388
|
+
</table>
|
|
389
|
+
</div>
|
|
390
|
+
|
|
391
|
+
</div>
|
|
392
|
+
|
|
393
|
+
<div id="instance_attr_details" class="attr_details">
|
|
394
|
+
<h2>Instance Attribute Details</h2>
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
<span id="fechacceso=-instance_method"></span>
|
|
398
|
+
<div class="method_details first">
|
|
399
|
+
<h3 class="signature first" id="fechacceso-instance_method">
|
|
400
|
+
|
|
401
|
+
- (<tt>Object</tt>) <strong>fechacceso</strong>(fechacceso)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
</h3><div class="docstring">
|
|
408
|
+
<div class="discussion">
|
|
409
|
+
|
|
410
|
+
<p>Metodo que permite insertar la fecha de acceso al documento</p>
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
</div>
|
|
414
|
+
</div>
|
|
415
|
+
<div class="tags">
|
|
416
|
+
<p class="tag_title">Parameters:</p>
|
|
417
|
+
<ul class="param">
|
|
418
|
+
|
|
419
|
+
<li>
|
|
420
|
+
|
|
421
|
+
<span class='name'>fechacceso</span>
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
<span class='type'>(<tt>fechacceso</tt>)</span>
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
—
|
|
429
|
+
<div class='inline'>
|
|
430
|
+
<p>Fecha de acceso al documento electronico</p>
|
|
431
|
+
</div>
|
|
432
|
+
|
|
433
|
+
</li>
|
|
434
|
+
|
|
435
|
+
</ul>
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
</div><table class="source_code">
|
|
439
|
+
<tr>
|
|
440
|
+
<td>
|
|
441
|
+
<pre class="lines">
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
199
|
|
445
|
+
200
|
|
446
|
+
201</pre>
|
|
447
|
+
</td>
|
|
448
|
+
<td>
|
|
449
|
+
<pre class="code"><span class="info file"># File 'lib/refBiblio/referencia.rb', line 199</span>
|
|
450
|
+
|
|
451
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_fechacceso'>fechacceso</span>
|
|
452
|
+
<span class='ivar'>@fechacceso</span>
|
|
453
|
+
<span class='kw'>end</span></pre>
|
|
454
|
+
</td>
|
|
455
|
+
</tr>
|
|
456
|
+
</table>
|
|
457
|
+
</div>
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
<span id="formato=-instance_method"></span>
|
|
461
|
+
<div class="method_details ">
|
|
462
|
+
<h3 class="signature " id="formato-instance_method">
|
|
463
|
+
|
|
464
|
+
- (<tt>Object</tt>) <strong>formato</strong>
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
</h3><div class="docstring">
|
|
471
|
+
<div class="discussion">
|
|
472
|
+
|
|
473
|
+
<p>Clase que nos permite representar los documentos electronicos de una
|
|
474
|
+
publicacion periodica</p>
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
</div>
|
|
478
|
+
</div>
|
|
479
|
+
<div class="tags">
|
|
480
|
+
|
|
481
|
+
<p class="tag_title">Author:</p>
|
|
482
|
+
<ul class="author">
|
|
483
|
+
|
|
484
|
+
<li>
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
<div class='inline'>
|
|
491
|
+
<p>Rafael Herrero</p>
|
|
492
|
+
</div>
|
|
493
|
+
|
|
494
|
+
</li>
|
|
495
|
+
|
|
496
|
+
</ul>
|
|
497
|
+
|
|
498
|
+
</div><table class="source_code">
|
|
499
|
+
<tr>
|
|
500
|
+
<td>
|
|
501
|
+
<pre class="lines">
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
199
|
|
505
|
+
200
|
|
506
|
+
201</pre>
|
|
507
|
+
</td>
|
|
508
|
+
<td>
|
|
509
|
+
<pre class="code"><span class="info file"># File 'lib/refBiblio/referencia.rb', line 199</span>
|
|
510
|
+
|
|
511
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_formato'>formato</span>
|
|
512
|
+
<span class='ivar'>@formato</span>
|
|
513
|
+
<span class='kw'>end</span></pre>
|
|
514
|
+
</td>
|
|
515
|
+
</tr>
|
|
516
|
+
</table>
|
|
517
|
+
</div>
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
<span id="url=-instance_method"></span>
|
|
521
|
+
<div class="method_details ">
|
|
522
|
+
<h3 class="signature " id="url-instance_method">
|
|
523
|
+
|
|
524
|
+
- (<tt>Object</tt>) <strong>url</strong>(url)
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
</h3><div class="docstring">
|
|
531
|
+
<div class="discussion">
|
|
532
|
+
|
|
533
|
+
<p>Metodo para almacenar la direccion web del documento electronico</p>
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
</div>
|
|
537
|
+
</div>
|
|
538
|
+
<div class="tags">
|
|
539
|
+
<p class="tag_title">Parameters:</p>
|
|
540
|
+
<ul class="param">
|
|
541
|
+
|
|
542
|
+
<li>
|
|
543
|
+
|
|
544
|
+
<span class='name'>url</span>
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
<span class='type'>(<tt>url</tt>)</span>
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
—
|
|
552
|
+
<div class='inline'>
|
|
553
|
+
<p>Direccion web del documento electronico</p>
|
|
554
|
+
</div>
|
|
555
|
+
|
|
556
|
+
</li>
|
|
557
|
+
|
|
558
|
+
</ul>
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
</div><table class="source_code">
|
|
562
|
+
<tr>
|
|
563
|
+
<td>
|
|
564
|
+
<pre class="lines">
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
199
|
|
568
|
+
200
|
|
569
|
+
201</pre>
|
|
570
|
+
</td>
|
|
571
|
+
<td>
|
|
572
|
+
<pre class="code"><span class="info file"># File 'lib/refBiblio/referencia.rb', line 199</span>
|
|
573
|
+
|
|
574
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_url'>url</span>
|
|
575
|
+
<span class='ivar'>@url</span>
|
|
576
|
+
<span class='kw'>end</span></pre>
|
|
577
|
+
</td>
|
|
578
|
+
</tr>
|
|
579
|
+
</table>
|
|
580
|
+
</div>
|
|
581
|
+
|
|
582
|
+
</div>
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
<div id="instance_method_details" class="method_details_list">
|
|
586
|
+
<h2>Instance Method Details</h2>
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
<div class="method_details first">
|
|
590
|
+
<h3 class="signature first" id="edicion-instance_method">
|
|
591
|
+
|
|
592
|
+
- (<tt>Object</tt>) <strong>edicion</strong>(edicion)
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
</h3><div class="docstring">
|
|
599
|
+
<div class="discussion">
|
|
600
|
+
|
|
601
|
+
<p>Metodo que permite insertar la edicion</p>
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
</div>
|
|
605
|
+
</div>
|
|
606
|
+
<div class="tags">
|
|
607
|
+
<p class="tag_title">Parameters:</p>
|
|
608
|
+
<ul class="param">
|
|
609
|
+
|
|
610
|
+
<li>
|
|
611
|
+
|
|
612
|
+
<span class='name'>edicion</span>
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
<span class='type'>(<tt>edicion</tt>)</span>
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
—
|
|
620
|
+
<div class='inline'>
|
|
621
|
+
<p>Edicion del documento electronico</p>
|
|
622
|
+
</div>
|
|
623
|
+
|
|
624
|
+
</li>
|
|
625
|
+
|
|
626
|
+
</ul>
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
</div><table class="source_code">
|
|
630
|
+
<tr>
|
|
631
|
+
<td>
|
|
632
|
+
<pre class="lines">
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
213
|
|
636
|
+
214
|
|
637
|
+
215</pre>
|
|
638
|
+
</td>
|
|
639
|
+
<td>
|
|
640
|
+
<pre class="code"><span class="info file"># File 'lib/refBiblio/referencia.rb', line 213</span>
|
|
641
|
+
|
|
642
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_edicion'>edicion</span><span class='lparen'>(</span><span class='id identifier rubyid_edicion'>edicion</span><span class='rparen'>)</span>
|
|
643
|
+
<span class='ivar'>@edicion</span> <span class='op'>=</span> <span class='id identifier rubyid_edicion'>edicion</span>
|
|
644
|
+
<span class='kw'>end</span></pre>
|
|
645
|
+
</td>
|
|
646
|
+
</tr>
|
|
647
|
+
</table>
|
|
648
|
+
</div>
|
|
649
|
+
|
|
650
|
+
<div class="method_details ">
|
|
651
|
+
<h3 class="signature " id="get_fechacceso-instance_method">
|
|
652
|
+
|
|
653
|
+
- (<tt>Object</tt>) <strong>get_fechacceso</strong>
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
</h3><div class="docstring">
|
|
660
|
+
<div class="discussion">
|
|
661
|
+
|
|
662
|
+
<p>Metodo que nos devuelve la fecha de acceso al documento electronico
|
|
663
|
+
almacenada</p>
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
</div>
|
|
667
|
+
</div>
|
|
668
|
+
<div class="tags">
|
|
669
|
+
|
|
670
|
+
<p class="tag_title">Returns:</p>
|
|
671
|
+
<ul class="return">
|
|
672
|
+
|
|
673
|
+
<li>
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
<span class='type'></span>
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
<div class='inline'>
|
|
682
|
+
<p>Fecha de acceso al documento electronico</p>
|
|
683
|
+
</div>
|
|
684
|
+
|
|
685
|
+
</li>
|
|
686
|
+
|
|
687
|
+
</ul>
|
|
688
|
+
|
|
689
|
+
</div><table class="source_code">
|
|
690
|
+
<tr>
|
|
691
|
+
<td>
|
|
692
|
+
<pre class="lines">
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
231
|
|
696
|
+
232
|
|
697
|
+
233</pre>
|
|
698
|
+
</td>
|
|
699
|
+
<td>
|
|
700
|
+
<pre class="code"><span class="info file"># File 'lib/refBiblio/referencia.rb', line 231</span>
|
|
701
|
+
|
|
702
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_get_fechacceso'>get_fechacceso</span>
|
|
703
|
+
<span class='ivar'>@fechacceso</span>
|
|
704
|
+
<span class='kw'>end</span></pre>
|
|
705
|
+
</td>
|
|
706
|
+
</tr>
|
|
707
|
+
</table>
|
|
708
|
+
</div>
|
|
709
|
+
|
|
710
|
+
<div class="method_details ">
|
|
711
|
+
<h3 class="signature " id="to_s-instance_method">
|
|
712
|
+
|
|
713
|
+
- (<tt>Object</tt>) <strong>to_s</strong>
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
</h3><div class="docstring">
|
|
720
|
+
<div class="discussion">
|
|
721
|
+
|
|
722
|
+
<p>Metodo que nos devuelve la referencia del documento electronico formateado</p>
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
</div>
|
|
726
|
+
</div>
|
|
727
|
+
<div class="tags">
|
|
728
|
+
|
|
729
|
+
<p class="tag_title">Returns:</p>
|
|
730
|
+
<ul class="return">
|
|
731
|
+
|
|
732
|
+
<li>
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
<span class='type'></span>
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
<div class='inline'>
|
|
741
|
+
<p>String de la referencia del documento electronico formateado</p>
|
|
742
|
+
</div>
|
|
743
|
+
|
|
744
|
+
</li>
|
|
745
|
+
|
|
746
|
+
</ul>
|
|
747
|
+
|
|
748
|
+
</div><table class="source_code">
|
|
749
|
+
<tr>
|
|
750
|
+
<td>
|
|
751
|
+
<pre class="lines">
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
237
|
|
755
|
+
238
|
|
756
|
+
239
|
|
757
|
+
240</pre>
|
|
758
|
+
</td>
|
|
759
|
+
<td>
|
|
760
|
+
<pre class="code"><span class="info file"># File 'lib/refBiblio/referencia.rb', line 237</span>
|
|
761
|
+
|
|
762
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
763
|
+
<span class='id identifier rubyid_string'>string</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span>
|
|
764
|
+
<span class='id identifier rubyid_string'>string</span> <span class='op'><<</span> <span class='ivar'>@autor</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> (</span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='const'>Date</span><span class='op'>::</span><span class='const'>MONTHNAMES</span><span class='lbracket'>[</span><span class='id identifier rubyid_get_publicacion'>get_publicacion</span><span class='period'>.</span><span class='id identifier rubyid_month'>month</span><span class='rbracket'>]</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='id identifier rubyid_get_publicacion'>get_publicacion</span><span class='period'>.</span><span class='id identifier rubyid_day'>day</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>, </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='id identifier rubyid_get_publicacion'>get_publicacion</span><span class='period'>.</span><span class='id identifier rubyid_year'>year</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>). </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='ivar'>@titulo</span> <span class='op'><<</span> <span class='ivar'>@formato</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>. </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='ivar'>@editorial</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>: </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='ivar'>@edicion</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>. Disponible en: </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='ivar'>@url</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> (</span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='const'>Date</span><span class='op'>::</span><span class='const'>MONTHNAMES</span><span class='lbracket'>[</span><span class='id identifier rubyid_get_fechacceso'>get_fechacceso</span><span class='period'>.</span><span class='id identifier rubyid_month'>month</span><span class='rbracket'>]</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='id identifier rubyid_get_fechacceso'>get_fechacceso</span><span class='period'>.</span><span class='id identifier rubyid_day'>day</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>, </span><span class='tstring_end'>"</span></span> <span class='op'><<</span> <span class='id identifier rubyid_get_fechacceso'>get_fechacceso</span><span class='period'>.</span><span class='id identifier rubyid_year'>year</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>). </span><span class='tstring_end'>"</span></span>
|
|
765
|
+
<span class='kw'>end</span></pre>
|
|
766
|
+
</td>
|
|
767
|
+
</tr>
|
|
768
|
+
</table>
|
|
769
|
+
</div>
|
|
770
|
+
|
|
771
|
+
</div>
|
|
772
|
+
|
|
773
|
+
</div>
|
|
774
|
+
|
|
775
|
+
<div id="footer">
|
|
776
|
+
Generated on Tue Dec 22 21:54:45 2015 by
|
|
777
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
778
|
+
0.8.7.6 (ruby-2.2.1).
|
|
779
|
+
</div>
|
|
780
|
+
|
|
781
|
+
</body>
|
|
782
|
+
</html>
|