Lista 0.1.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/.coverall.yml +2 -0
- data/.travis.yml +7 -0
- data/CODE_OF_CONDUCT.md +13 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +104 -0
- data/Guardfile +82 -0
- data/LICENSE.txt +21 -0
- data/Lista.gemspec +30 -0
- data/README.md +42 -0
- data/Rakefile +7 -0
- data/bin/console +14 -0
- data/bin/setup +7 -0
- data/coverage/.last_run.json +5 -0
- data/coverage/.resultset.json +330 -0
- data/coverage/.resultset.json.lock +0 -0
- data/doc/Lista.html +132 -0
- data/doc/Listaa.html +117 -0
- data/doc/Listaa/Autor.html +424 -0
- data/doc/Listaa/Bibliografia.html +1439 -0
- data/doc/Listaa/DocumentoE.html +283 -0
- data/doc/Listaa/Libro.html +471 -0
- data/doc/Listaa/Lista.html +963 -0
- data/doc/Listaa/Nodo.html +397 -0
- data/doc/Listaa/Revista.html +557 -0
- data/doc/_index.html +204 -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 +133 -0
- data/doc/file_list.html +60 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +133 -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 +375 -0
- data/doc/top-level-namespace.html +114 -0
- data/lib/Lista.rb +9 -0
- data/lib/Lista/Autor.rb +16 -0
- data/lib/Lista/Bibliografia.rb +92 -0
- data/lib/Lista/DocumentoE.rb +15 -0
- data/lib/Lista/Libro.rb +24 -0
- data/lib/Lista/Lista.rb +113 -0
- data/lib/Lista/Revista.rb +34 -0
- data/lib/Lista/salida.rb +73 -0
- data/lib/Lista/version.rb +4 -0
- metadata +190 -0
|
@@ -0,0 +1,283 @@
|
|
|
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: Listaa::DocumentoE
|
|
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#!Listaa/DocumentoE.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="../Listaa.html" title="Listaa (module)">Listaa</a></span></span>
|
|
36
|
+
»
|
|
37
|
+
<span class="title">DocumentoE</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: Listaa::DocumentoE
|
|
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="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></span>
|
|
77
|
+
|
|
78
|
+
<ul class="fullTree">
|
|
79
|
+
<li>Object</li>
|
|
80
|
+
|
|
81
|
+
<li class="next"><span class='object_link'><a href="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></li>
|
|
82
|
+
|
|
83
|
+
<li class="next">Listaa::DocumentoE</li>
|
|
84
|
+
|
|
85
|
+
</ul>
|
|
86
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
87
|
+
|
|
88
|
+
</dd>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
<dt class="r2 last">Defined in:</dt>
|
|
99
|
+
<dd class="r2 last">lib/Lista/DocumentoE.rb</dd>
|
|
100
|
+
|
|
101
|
+
</dl>
|
|
102
|
+
<div class="clear"></div>
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<h2>Instance Attribute Summary</h2>
|
|
111
|
+
|
|
112
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></h3>
|
|
113
|
+
<p class="inherited"><span class='object_link'><a href="Bibliografia.html#Author-instance_method" title="Listaa::Bibliografia#Author (method)">#Author</a></span>, <span class='object_link'><a href="Bibliografia.html#Edicion-instance_method" title="Listaa::Bibliografia#Edicion (method)">#Edicion</a></span>, <span class='object_link'><a href="Bibliografia.html#Editorial-instance_method" title="Listaa::Bibliografia#Editorial (method)">#Editorial</a></span>, <span class='object_link'><a href="Bibliografia.html#Fecha_Publication-instance_method" title="Listaa::Bibliografia#Fecha_Publication (method)">#Fecha_Publication</a></span>, <span class='object_link'><a href="Bibliografia.html#Serie-instance_method" title="Listaa::Bibliografia#Serie (method)">#Serie</a></span>, <span class='object_link'><a href="Bibliografia.html#Title-instance_method" title="Listaa::Bibliografia#Title (method)">#Title</a></span></p>
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
<h2>
|
|
118
|
+
Instance Method Summary
|
|
119
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
120
|
+
</h2>
|
|
121
|
+
|
|
122
|
+
<ul class="summary">
|
|
123
|
+
|
|
124
|
+
<li class="public ">
|
|
125
|
+
<span class="summary_signature">
|
|
126
|
+
|
|
127
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (DocumentoE) <strong>initialize</strong>(nombre = "", &block) </a>
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
</span>
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
<span class="note title constructor">constructor</span>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
<span class="summary_desc"><div class='inline'>
|
|
144
|
+
<p>A new instance of DocumentoE.</p>
|
|
145
|
+
</div></span>
|
|
146
|
+
|
|
147
|
+
</li>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<li class="public ">
|
|
151
|
+
<span class="summary_signature">
|
|
152
|
+
|
|
153
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
</span>
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
168
|
+
|
|
169
|
+
</li>
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
</ul>
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></h3>
|
|
185
|
+
<p class="inherited"><span class='object_link'><a href="Bibliografia.html#%3C%3D%3E-instance_method" title="Listaa::Bibliografia#<=> (method)">#<=></a></span>, <span class='object_link'><a href="Bibliografia.html#add_author-instance_method" title="Listaa::Bibliografia#add_author (method)">#add_author</a></span>, <span class='object_link'><a href="Bibliografia.html#add_editorial-instance_method" title="Listaa::Bibliografia#add_editorial (method)">#add_editorial</a></span>, <span class='object_link'><a href="Bibliografia.html#add_serie-instance_method" title="Listaa::Bibliografia#add_serie (method)">#add_serie</a></span>, <span class='object_link'><a href="Bibliografia.html#add_title-instance_method" title="Listaa::Bibliografia#add_title (method)">#add_title</a></span>, <span class='object_link'><a href="Bibliografia.html#autor-instance_method" title="Listaa::Bibliografia#autor (method)">#autor</a></span>, <span class='object_link'><a href="Bibliografia.html#autorTo_s-instance_method" title="Listaa::Bibliografia#autorTo_s (method)">#autorTo_s</a></span>, <span class='object_link'><a href="Bibliografia.html#edicion-instance_method" title="Listaa::Bibliografia#edicion (method)">#edicion</a></span>, <span class='object_link'><a href="Bibliografia.html#editorial-instance_method" title="Listaa::Bibliografia#editorial (method)">#editorial</a></span>, <span class='object_link'><a href="Bibliografia.html#fecha-instance_method" title="Listaa::Bibliografia#fecha (method)">#fecha</a></span>, <span class='object_link'><a href="Bibliografia.html#get_formato-instance_method" title="Listaa::Bibliografia#get_formato (method)">#get_formato</a></span>, <span class='object_link'><a href="Bibliografia.html#get_tipo-instance_method" title="Listaa::Bibliografia#get_tipo (method)">#get_tipo</a></span>, <span class='object_link'><a href="Bibliografia.html#set_edicion-instance_method" title="Listaa::Bibliografia#set_edicion (method)">#set_edicion</a></span>, <span class='object_link'><a href="Bibliografia.html#set_publication-instance_method" title="Listaa::Bibliografia#set_publication (method)">#set_publication</a></span></p>
|
|
186
|
+
|
|
187
|
+
<div id="constructor_details" class="method_details_list">
|
|
188
|
+
<h2>Constructor Details</h2>
|
|
189
|
+
|
|
190
|
+
<div class="method_details first">
|
|
191
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
192
|
+
|
|
193
|
+
- (<tt><span class='object_link'><a href="" title="Listaa::DocumentoE (class)">DocumentoE</a></span></tt>) <strong>initialize</strong>(nombre = "", &block)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
</h3><div class="docstring">
|
|
200
|
+
<div class="discussion">
|
|
201
|
+
|
|
202
|
+
<p>Returns a new instance of DocumentoE</p>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
</div>
|
|
206
|
+
</div>
|
|
207
|
+
<div class="tags">
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
</div><table class="source_code">
|
|
211
|
+
<tr>
|
|
212
|
+
<td>
|
|
213
|
+
<pre class="lines">
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
5
|
|
217
|
+
6
|
|
218
|
+
7
|
|
219
|
+
8
|
|
220
|
+
9</pre>
|
|
221
|
+
</td>
|
|
222
|
+
<td>
|
|
223
|
+
<pre class="code"><span class="info file"># File 'lib/Lista/DocumentoE.rb', line 5</span>
|
|
224
|
+
|
|
225
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_nombre'>nombre</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span><span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span> <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_nombre'>nombre</span><span class='rparen'>)</span>
|
|
226
|
+
<span class='ivar'>@Tipo</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>DocumentoE</span><span class='tstring_end'>"</span></span>
|
|
227
|
+
|
|
228
|
+
<span class='id identifier rubyid_instance_eval'>instance_eval</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
|
229
|
+
<span class='kw'>end</span></pre>
|
|
230
|
+
</td>
|
|
231
|
+
</tr>
|
|
232
|
+
</table>
|
|
233
|
+
</div>
|
|
234
|
+
|
|
235
|
+
</div>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
<div id="instance_method_details" class="method_details_list">
|
|
239
|
+
<h2>Instance Method Details</h2>
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
<div class="method_details first">
|
|
243
|
+
<h3 class="signature first" id="to_s-instance_method">
|
|
244
|
+
|
|
245
|
+
- (<tt>Object</tt>) <strong>to_s</strong>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
</h3><table class="source_code">
|
|
252
|
+
<tr>
|
|
253
|
+
<td>
|
|
254
|
+
<pre class="lines">
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
11
|
|
258
|
+
12
|
|
259
|
+
13</pre>
|
|
260
|
+
</td>
|
|
261
|
+
<td>
|
|
262
|
+
<pre class="code"><span class="info file"># File 'lib/Lista/DocumentoE.rb', line 11</span>
|
|
263
|
+
|
|
264
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
265
|
+
<span class='id identifier rubyid_f'>f</span> <span class='op'>=</span> <span class='id identifier rubyid_autorTo_s'>autorTo_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'>@Fecha_Publication</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'>@Title</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='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'>@Editorial</span>
|
|
266
|
+
<span class='kw'>end</span></pre>
|
|
267
|
+
</td>
|
|
268
|
+
</tr>
|
|
269
|
+
</table>
|
|
270
|
+
</div>
|
|
271
|
+
|
|
272
|
+
</div>
|
|
273
|
+
|
|
274
|
+
</div>
|
|
275
|
+
|
|
276
|
+
<div id="footer">
|
|
277
|
+
Generated on Wed Dec 16 01:08:20 2015 by
|
|
278
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
279
|
+
0.8.7.6 (ruby-2.2.2).
|
|
280
|
+
</div>
|
|
281
|
+
|
|
282
|
+
</body>
|
|
283
|
+
</html>
|
|
@@ -0,0 +1,471 @@
|
|
|
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: Listaa::Libro
|
|
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#!Listaa/Libro.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 (L)</a> »
|
|
35
|
+
<span class='title'><span class='object_link'><a href="../Listaa.html" title="Listaa (module)">Listaa</a></span></span>
|
|
36
|
+
»
|
|
37
|
+
<span class="title">Libro</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: Listaa::Libro
|
|
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="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></span>
|
|
77
|
+
|
|
78
|
+
<ul class="fullTree">
|
|
79
|
+
<li>Object</li>
|
|
80
|
+
|
|
81
|
+
<li class="next"><span class='object_link'><a href="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></li>
|
|
82
|
+
|
|
83
|
+
<li class="next">Listaa::Libro</li>
|
|
84
|
+
|
|
85
|
+
</ul>
|
|
86
|
+
<a href="#" class="inheritanceTree">show all</a>
|
|
87
|
+
|
|
88
|
+
</dd>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
<dt class="r2 last">Defined in:</dt>
|
|
99
|
+
<dd class="r2 last">lib/Lista/Libro.rb</dd>
|
|
100
|
+
|
|
101
|
+
</dl>
|
|
102
|
+
<div class="clear"></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="#ISBN-instance_method" title="#ISBN (instance method)">- (Object) <strong>ISBN</strong> </a>
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
</span>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
<span class="note title readonly">readonly</span>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
<span class="summary_desc"><div class='inline'>
|
|
134
|
+
<p>Returns the value of attribute ISBN.</p>
|
|
135
|
+
</div></span>
|
|
136
|
+
|
|
137
|
+
</li>
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
</ul>
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
<h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></h3>
|
|
147
|
+
<p class="inherited"><span class='object_link'><a href="Bibliografia.html#Author-instance_method" title="Listaa::Bibliografia#Author (method)">#Author</a></span>, <span class='object_link'><a href="Bibliografia.html#Edicion-instance_method" title="Listaa::Bibliografia#Edicion (method)">#Edicion</a></span>, <span class='object_link'><a href="Bibliografia.html#Editorial-instance_method" title="Listaa::Bibliografia#Editorial (method)">#Editorial</a></span>, <span class='object_link'><a href="Bibliografia.html#Fecha_Publication-instance_method" title="Listaa::Bibliografia#Fecha_Publication (method)">#Fecha_Publication</a></span>, <span class='object_link'><a href="Bibliografia.html#Serie-instance_method" title="Listaa::Bibliografia#Serie (method)">#Serie</a></span>, <span class='object_link'><a href="Bibliografia.html#Title-instance_method" title="Listaa::Bibliografia#Title (method)">#Title</a></span></p>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
<h2>
|
|
152
|
+
Instance Method Summary
|
|
153
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
|
154
|
+
</h2>
|
|
155
|
+
|
|
156
|
+
<ul class="summary">
|
|
157
|
+
|
|
158
|
+
<li class="public ">
|
|
159
|
+
<span class="summary_signature">
|
|
160
|
+
|
|
161
|
+
<a href="#add_ISBN-instance_method" title="#add_ISBN (instance method)">- (Object) <strong>add_ISBN</strong>(fech, num) </a>
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
</span>
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
176
|
+
|
|
177
|
+
</li>
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
<li class="public ">
|
|
181
|
+
<span class="summary_signature">
|
|
182
|
+
|
|
183
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">- (Libro) <strong>initialize</strong>(nombre = "", &block) </a>
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
</span>
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
<span class="note title constructor">constructor</span>
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
<span class="summary_desc"><div class='inline'>
|
|
200
|
+
<p>A new instance of Libro.</p>
|
|
201
|
+
</div></span>
|
|
202
|
+
|
|
203
|
+
</li>
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
<li class="public ">
|
|
207
|
+
<span class="summary_signature">
|
|
208
|
+
|
|
209
|
+
<a href="#isbn-instance_method" title="#isbn (instance method)">- (Object) <strong>isbn</strong>(fech, num) </a>
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
</span>
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
224
|
+
|
|
225
|
+
</li>
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
<li class="public ">
|
|
229
|
+
<span class="summary_signature">
|
|
230
|
+
|
|
231
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">- (Object) <strong>to_s</strong> </a>
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
</span>
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
246
|
+
|
|
247
|
+
</li>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
</ul>
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="Bibliografia.html" title="Listaa::Bibliografia (class)">Bibliografia</a></span></h3>
|
|
263
|
+
<p class="inherited"><span class='object_link'><a href="Bibliografia.html#%3C%3D%3E-instance_method" title="Listaa::Bibliografia#<=> (method)">#<=></a></span>, <span class='object_link'><a href="Bibliografia.html#add_author-instance_method" title="Listaa::Bibliografia#add_author (method)">#add_author</a></span>, <span class='object_link'><a href="Bibliografia.html#add_editorial-instance_method" title="Listaa::Bibliografia#add_editorial (method)">#add_editorial</a></span>, <span class='object_link'><a href="Bibliografia.html#add_serie-instance_method" title="Listaa::Bibliografia#add_serie (method)">#add_serie</a></span>, <span class='object_link'><a href="Bibliografia.html#add_title-instance_method" title="Listaa::Bibliografia#add_title (method)">#add_title</a></span>, <span class='object_link'><a href="Bibliografia.html#autor-instance_method" title="Listaa::Bibliografia#autor (method)">#autor</a></span>, <span class='object_link'><a href="Bibliografia.html#autorTo_s-instance_method" title="Listaa::Bibliografia#autorTo_s (method)">#autorTo_s</a></span>, <span class='object_link'><a href="Bibliografia.html#edicion-instance_method" title="Listaa::Bibliografia#edicion (method)">#edicion</a></span>, <span class='object_link'><a href="Bibliografia.html#editorial-instance_method" title="Listaa::Bibliografia#editorial (method)">#editorial</a></span>, <span class='object_link'><a href="Bibliografia.html#fecha-instance_method" title="Listaa::Bibliografia#fecha (method)">#fecha</a></span>, <span class='object_link'><a href="Bibliografia.html#get_formato-instance_method" title="Listaa::Bibliografia#get_formato (method)">#get_formato</a></span>, <span class='object_link'><a href="Bibliografia.html#get_tipo-instance_method" title="Listaa::Bibliografia#get_tipo (method)">#get_tipo</a></span>, <span class='object_link'><a href="Bibliografia.html#set_edicion-instance_method" title="Listaa::Bibliografia#set_edicion (method)">#set_edicion</a></span>, <span class='object_link'><a href="Bibliografia.html#set_publication-instance_method" title="Listaa::Bibliografia#set_publication (method)">#set_publication</a></span></p>
|
|
264
|
+
|
|
265
|
+
<div id="constructor_details" class="method_details_list">
|
|
266
|
+
<h2>Constructor Details</h2>
|
|
267
|
+
|
|
268
|
+
<div class="method_details first">
|
|
269
|
+
<h3 class="signature first" id="initialize-instance_method">
|
|
270
|
+
|
|
271
|
+
- (<tt><span class='object_link'><a href="" title="Listaa::Libro (class)">Libro</a></span></tt>) <strong>initialize</strong>(nombre = "", &block)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
</h3><div class="docstring">
|
|
278
|
+
<div class="discussion">
|
|
279
|
+
|
|
280
|
+
<p>Returns a new instance of Libro</p>
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
</div>
|
|
284
|
+
</div>
|
|
285
|
+
<div class="tags">
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
</div><table class="source_code">
|
|
289
|
+
<tr>
|
|
290
|
+
<td>
|
|
291
|
+
<pre class="lines">
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
5
|
|
295
|
+
6
|
|
296
|
+
7
|
|
297
|
+
8
|
|
298
|
+
9
|
|
299
|
+
10</pre>
|
|
300
|
+
</td>
|
|
301
|
+
<td>
|
|
302
|
+
<pre class="code"><span class="info file"># File 'lib/Lista/Libro.rb', line 5</span>
|
|
303
|
+
|
|
304
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_nombre'>nombre</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span><span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span> <span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_nombre'>nombre</span><span class='rparen'>)</span>
|
|
305
|
+
<span class='ivar'>@Tipo</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Libro</span><span class='tstring_end'>"</span></span>
|
|
306
|
+
<span class='ivar'>@ISBN</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
|
|
307
|
+
|
|
308
|
+
<span class='id identifier rubyid_instance_eval'>instance_eval</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span>
|
|
309
|
+
<span class='kw'>end</span></pre>
|
|
310
|
+
</td>
|
|
311
|
+
</tr>
|
|
312
|
+
</table>
|
|
313
|
+
</div>
|
|
314
|
+
|
|
315
|
+
</div>
|
|
316
|
+
|
|
317
|
+
<div id="instance_attr_details" class="attr_details">
|
|
318
|
+
<h2>Instance Attribute Details</h2>
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
<span id=""></span>
|
|
322
|
+
<div class="method_details first">
|
|
323
|
+
<h3 class="signature first" id="ISBN-instance_method">
|
|
324
|
+
|
|
325
|
+
- (<tt>Object</tt>) <strong>ISBN</strong> <span class="extras">(readonly)</span>
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
</h3><div class="docstring">
|
|
332
|
+
<div class="discussion">
|
|
333
|
+
|
|
334
|
+
<p>Returns the value of attribute ISBN</p>
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
</div>
|
|
338
|
+
</div>
|
|
339
|
+
<div class="tags">
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
</div><table class="source_code">
|
|
343
|
+
<tr>
|
|
344
|
+
<td>
|
|
345
|
+
<pre class="lines">
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
4
|
|
349
|
+
5
|
|
350
|
+
6</pre>
|
|
351
|
+
</td>
|
|
352
|
+
<td>
|
|
353
|
+
<pre class="code"><span class="info file"># File 'lib/Lista/Libro.rb', line 4</span>
|
|
354
|
+
|
|
355
|
+
<span class='kw'>def</span> <span class='const'>ISBN</span>
|
|
356
|
+
<span class='ivar'>@ISBN</span>
|
|
357
|
+
<span class='kw'>end</span></pre>
|
|
358
|
+
</td>
|
|
359
|
+
</tr>
|
|
360
|
+
</table>
|
|
361
|
+
</div>
|
|
362
|
+
|
|
363
|
+
</div>
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
<div id="instance_method_details" class="method_details_list">
|
|
367
|
+
<h2>Instance Method Details</h2>
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
<div class="method_details first">
|
|
371
|
+
<h3 class="signature first" id="add_ISBN-instance_method">
|
|
372
|
+
|
|
373
|
+
- (<tt>Object</tt>) <strong>add_ISBN</strong>(fech, num)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
</h3><table class="source_code">
|
|
380
|
+
<tr>
|
|
381
|
+
<td>
|
|
382
|
+
<pre class="lines">
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
12
|
|
386
|
+
13
|
|
387
|
+
14</pre>
|
|
388
|
+
</td>
|
|
389
|
+
<td>
|
|
390
|
+
<pre class="code"><span class="info file"># File 'lib/Lista/Libro.rb', line 12</span>
|
|
391
|
+
|
|
392
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_add_ISBN'>add_ISBN</span><span class='lparen'>(</span><span class='id identifier rubyid_fech'>fech</span><span class='comma'>,</span><span class='id identifier rubyid_num'>num</span><span class='rparen'>)</span>
|
|
393
|
+
<span class='ivar'>@ISBN</span> <span class='op'><<</span> <span class='lbracket'>[</span><span class='id identifier rubyid_fech'>fech</span><span class='comma'>,</span><span class='id identifier rubyid_num'>num</span><span class='rbracket'>]</span>
|
|
394
|
+
<span class='kw'>end</span></pre>
|
|
395
|
+
</td>
|
|
396
|
+
</tr>
|
|
397
|
+
</table>
|
|
398
|
+
</div>
|
|
399
|
+
|
|
400
|
+
<div class="method_details ">
|
|
401
|
+
<h3 class="signature " id="isbn-instance_method">
|
|
402
|
+
|
|
403
|
+
- (<tt>Object</tt>) <strong>isbn</strong>(fech, num)
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
</h3><table class="source_code">
|
|
410
|
+
<tr>
|
|
411
|
+
<td>
|
|
412
|
+
<pre class="lines">
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
20
|
|
416
|
+
21
|
|
417
|
+
22</pre>
|
|
418
|
+
</td>
|
|
419
|
+
<td>
|
|
420
|
+
<pre class="code"><span class="info file"># File 'lib/Lista/Libro.rb', line 20</span>
|
|
421
|
+
|
|
422
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_isbn'>isbn</span><span class='lparen'>(</span><span class='id identifier rubyid_fech'>fech</span><span class='comma'>,</span><span class='id identifier rubyid_num'>num</span><span class='rparen'>)</span>
|
|
423
|
+
<span class='ivar'>@ISBN</span> <span class='op'><<</span> <span class='lbracket'>[</span><span class='id identifier rubyid_fech'>fech</span><span class='comma'>,</span><span class='id identifier rubyid_num'>num</span><span class='rbracket'>]</span>
|
|
424
|
+
<span class='kw'>end</span></pre>
|
|
425
|
+
</td>
|
|
426
|
+
</tr>
|
|
427
|
+
</table>
|
|
428
|
+
</div>
|
|
429
|
+
|
|
430
|
+
<div class="method_details ">
|
|
431
|
+
<h3 class="signature " id="to_s-instance_method">
|
|
432
|
+
|
|
433
|
+
- (<tt>Object</tt>) <strong>to_s</strong>
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
</h3><table class="source_code">
|
|
440
|
+
<tr>
|
|
441
|
+
<td>
|
|
442
|
+
<pre class="lines">
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
16
|
|
446
|
+
17
|
|
447
|
+
18</pre>
|
|
448
|
+
</td>
|
|
449
|
+
<td>
|
|
450
|
+
<pre class="code"><span class="info file"># File 'lib/Lista/Libro.rb', line 16</span>
|
|
451
|
+
|
|
452
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
453
|
+
<span class='id identifier rubyid_f'>f</span> <span class='op'>=</span> <span class='id identifier rubyid_autorTo_s'>autorTo_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'>@Fecha_Publication</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'>@Title</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='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'>@Editorial</span>
|
|
454
|
+
<span class='kw'>end</span></pre>
|
|
455
|
+
</td>
|
|
456
|
+
</tr>
|
|
457
|
+
</table>
|
|
458
|
+
</div>
|
|
459
|
+
|
|
460
|
+
</div>
|
|
461
|
+
|
|
462
|
+
</div>
|
|
463
|
+
|
|
464
|
+
<div id="footer">
|
|
465
|
+
Generated on Wed Dec 16 01:08:19 2015 by
|
|
466
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
467
|
+
0.8.7.6 (ruby-2.2.2).
|
|
468
|
+
</div>
|
|
469
|
+
|
|
470
|
+
</body>
|
|
471
|
+
</html>
|