flickr.rb 1.1.2 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog.txt +8 -0
- data/Gemfile.lock +2 -2
- data/README.md +115 -0
- data/Rakefile +1 -1
- data/flickr.gemspec +2 -2
- data/lib/flickr.rb +20 -7
- data/rdoc/Flickr.html +182 -141
- data/rdoc/Flickr/Config.html +103 -70
- data/rdoc/Flickr/Group.html +104 -74
- data/rdoc/Flickr/Photo.html +205 -174
- data/rdoc/Flickr/PhotoCollection.html +98 -66
- data/rdoc/Flickr/Photoset.html +107 -77
- data/rdoc/Flickr/User.html +137 -107
- data/rdoc/{README_txt.html → README_md.html} +141 -88
- data/rdoc/created.rid +3 -3
- data/rdoc/index.html +36 -48
- data/rdoc/js/darkfish.js +15 -0
- data/rdoc/js/search.js +5 -20
- data/rdoc/js/search_index.js +1 -1
- data/rdoc/rdoc.css +241 -226
- data/rdoc/table_of_contents.html +194 -426
- data/test/flickr_test.rb +16 -1
- metadata +4 -11
- data/README.txt +0 -92
- data/rdoc/fonts.css +0 -167
- data/rdoc/fonts/Lato-Light.ttf +0 -0
- data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
- data/rdoc/fonts/Lato-Regular.ttf +0 -0
- data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
data/rdoc/table_of_contents.html
CHANGED
@@ -2,472 +2,240 @@
|
|
2
2
|
|
3
3
|
<html>
|
4
4
|
<head>
|
5
|
-
<meta charset=
|
5
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
6
6
|
|
7
7
|
<title>Table of Contents - Flickr</title>
|
8
8
|
|
9
|
-
<link href="./
|
10
|
-
<link href="./rdoc.css" rel="stylesheet">
|
9
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
|
11
10
|
|
12
11
|
<script type="text/javascript">
|
13
12
|
var rdoc_rel_prefix = "./";
|
14
13
|
</script>
|
15
14
|
|
16
|
-
<script src="./js/jquery.js"></script>
|
17
|
-
<script src="./js/navigation.js"></script>
|
18
|
-
<script src="./js/search_index.js"></script>
|
19
|
-
<script src="./js/search.js"></script>
|
20
|
-
<script src="./js/searcher.js"></script>
|
21
|
-
<script src="./js/darkfish.js"></script>
|
15
|
+
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
+
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
+
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
+
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
+
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
+
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
22
21
|
|
23
22
|
|
24
|
-
<body
|
25
|
-
<
|
26
|
-
<h1 class="class">Table of Contents - Flickr</h1>
|
23
|
+
<body class="indexpage">
|
24
|
+
<h1>Table of Contents - Flickr</h1>
|
27
25
|
|
28
|
-
<h2
|
26
|
+
<h2>Pages</h2>
|
29
27
|
<ul>
|
30
28
|
<li class="file">
|
31
|
-
<a href="
|
32
|
-
|
33
|
-
<
|
34
|
-
|
35
|
-
<li><a href="
|
36
|
-
<li><a href="
|
37
|
-
<li><a href="
|
38
|
-
<li><a href="
|
39
|
-
<li><a href="
|
40
|
-
<li><a href="
|
41
|
-
<li><a href="
|
29
|
+
<a href="README_md.html">README</a>
|
30
|
+
|
31
|
+
<img class="toc-toggle" src="images/transparent.png" alt="" title="toggle headings">
|
32
|
+
<ul class="initially-hidden">
|
33
|
+
<li><a href="README_md.html#label-flickr.rb">flickr.rb</a>
|
34
|
+
<li><a href="README_md.html#label-DESCRIPTION%3A">DESCRIPTION:</a>
|
35
|
+
<li><a href="README_md.html#label-FEATURES%2FPROBLEMS%3A">FEATURES/PROBLEMS:</a>
|
36
|
+
<li><a href="README_md.html#label-SYNOPSIS%3A">SYNOPSIS:</a>
|
37
|
+
<li><a href="README_md.html#label-REQUIREMENTS%3A">REQUIREMENTS:</a>
|
38
|
+
<li><a href="README_md.html#label-INSTALLATION%3A">INSTALLATION:</a>
|
39
|
+
<li><a href="README_md.html#label-CONFIGURING%3A">CONFIGURING:</a>
|
40
|
+
<li><a href="README_md.html#label-CONTRIBUTING">CONTRIBUTING</a>
|
41
|
+
<li><a href="README_md.html#label-THANKS">THANKS</a>
|
42
|
+
<li><a href="README_md.html#label-LICENSE">LICENSE</a>
|
42
43
|
</ul>
|
43
44
|
</li>
|
44
45
|
|
45
46
|
</ul>
|
46
47
|
|
47
|
-
<h2 id="classes">Classes
|
48
|
+
<h2 id="classes">Classes/Modules</h2>
|
48
49
|
<ul>
|
49
50
|
<li class="class">
|
50
51
|
<a href="Flickr.html">Flickr</a>
|
51
52
|
</li>
|
52
|
-
|
53
|
+
<li class="class">
|
53
54
|
<a href="Flickr/Config.html">Flickr::Config</a>
|
54
55
|
</li>
|
55
|
-
|
56
|
+
<li class="class">
|
56
57
|
<a href="Flickr/Group.html">Flickr::Group</a>
|
57
58
|
</li>
|
58
|
-
|
59
|
+
<li class="class">
|
59
60
|
<a href="Flickr/Photo.html">Flickr::Photo</a>
|
60
61
|
</li>
|
61
|
-
|
62
|
+
<li class="class">
|
62
63
|
<a href="Flickr/PhotoCollection.html">Flickr::PhotoCollection</a>
|
63
64
|
</li>
|
64
|
-
|
65
|
+
<li class="class">
|
65
66
|
<a href="Flickr/Photoset.html">Flickr::Photoset</a>
|
66
67
|
</li>
|
67
|
-
|
68
|
+
<li class="class">
|
68
69
|
<a href="Flickr/User.html">Flickr::User</a>
|
69
70
|
</li>
|
71
|
+
|
70
72
|
</ul>
|
71
73
|
|
72
74
|
<h2 id="methods">Methods</h2>
|
73
75
|
<ul>
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
—
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
<a href="Flickr/
|
82
|
-
|
83
|
-
<
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
—
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
<a href="Flickr/
|
92
|
-
|
93
|
-
<
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
—
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
<a href="Flickr/
|
102
|
-
|
103
|
-
<
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
—
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
<a href="Flickr/
|
112
|
-
|
113
|
-
<
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
—
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
<a href="Flickr/
|
122
|
-
|
123
|
-
<
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
—
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
<a href="Flickr/
|
132
|
-
|
133
|
-
<
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
—
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
<a href="Flickr/
|
142
|
-
|
143
|
-
<
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
—
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
<a href="Flickr/Photo.html#method-i-
|
152
|
-
|
153
|
-
<
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
—
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
<a href="Flickr
|
162
|
-
|
163
|
-
<
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
—
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
<a href="Flickr/
|
172
|
-
|
173
|
-
<
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
—
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
<a href="Flickr
|
182
|
-
|
183
|
-
<
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
—
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
<a href="Flickr/Photo.html#method-i-
|
192
|
-
|
193
|
-
<
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
—
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
<a href="Flickr.html#method-i-
|
202
|
-
|
203
|
-
<
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
—
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
<a href="Flickr
|
212
|
-
|
213
|
-
<
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
—
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
<a href="Flickr.html#method-i-
|
222
|
-
|
223
|
-
<
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
—
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
<a href="Flickr.html#method-i-groups">#groups</a>
|
232
|
-
—
|
233
|
-
<span class="container">Flickr</span>
|
234
|
-
|
235
|
-
<li class="method">
|
236
|
-
<a href="Flickr.html#method-i-http_get">#http_get</a>
|
237
|
-
—
|
238
|
-
<span class="container">Flickr</span>
|
239
|
-
|
240
|
-
<li class="method">
|
241
|
-
<a href="Flickr/Photo.html#method-i-isfavorite">#isfavorite</a>
|
242
|
-
—
|
243
|
-
<span class="container">Flickr::Photo</span>
|
244
|
-
|
245
|
-
<li class="method">
|
246
|
-
<a href="Flickr/Photo.html#method-i-license">#license</a>
|
247
|
-
—
|
248
|
-
<span class="container">Flickr::Photo</span>
|
249
|
-
|
250
|
-
<li class="method">
|
251
|
-
<a href="Flickr.html#method-i-licenses">#licenses</a>
|
252
|
-
—
|
253
|
-
<span class="container">Flickr</span>
|
254
|
-
|
255
|
-
<li class="method">
|
256
|
-
<a href="Flickr.html#method-i-login_url">#login_url</a>
|
257
|
-
—
|
258
|
-
<span class="container">Flickr</span>
|
259
|
-
|
260
|
-
<li class="method">
|
261
|
-
<a href="Flickr.html#method-i-method_missing">#method_missing</a>
|
262
|
-
—
|
263
|
-
<span class="container">Flickr</span>
|
264
|
-
|
265
|
-
<li class="method">
|
266
|
-
<a href="Flickr/Photo.html#method-i-normalize_size">#normalize_size</a>
|
267
|
-
—
|
268
|
-
<span class="container">Flickr::Photo</span>
|
269
|
-
|
270
|
-
<li class="method">
|
271
|
-
<a href="Flickr/Photo.html#method-i-notes">#notes</a>
|
272
|
-
—
|
273
|
-
<span class="container">Flickr::Photo</span>
|
274
|
-
|
275
|
-
<li class="method">
|
276
|
-
<a href="Flickr/Photo.html#method-i-owner">#owner</a>
|
277
|
-
—
|
278
|
-
<span class="container">Flickr::Photo</span>
|
279
|
-
|
280
|
-
<li class="method">
|
281
|
-
<a href="Flickr/Photo.html#method-i-permissions">#permissions</a>
|
282
|
-
—
|
283
|
-
<span class="container">Flickr::Photo</span>
|
284
|
-
|
285
|
-
<li class="method">
|
286
|
-
<a href="Flickr/Photo.html#method-i-perms-3D">#perms=</a>
|
287
|
-
—
|
288
|
-
<span class="container">Flickr::Photo</span>
|
289
|
-
|
290
|
-
<li class="method">
|
291
|
-
<a href="Flickr.html#method-i-photos">#photos</a>
|
292
|
-
—
|
293
|
-
<span class="container">Flickr</span>
|
294
|
-
|
295
|
-
<li class="method">
|
296
|
-
<a href="Flickr/User.html#method-i-photos">#photos</a>
|
297
|
-
—
|
298
|
-
<span class="container">Flickr::User</span>
|
299
|
-
|
300
|
-
<li class="method">
|
301
|
-
<a href="Flickr.html#method-i-photos_request">#photos_request</a>
|
302
|
-
—
|
303
|
-
<span class="container">Flickr</span>
|
304
|
-
|
305
|
-
<li class="method">
|
306
|
-
<a href="Flickr.html#method-i-photos_search">#photos_search</a>
|
307
|
-
—
|
308
|
-
<span class="container">Flickr</span>
|
309
|
-
|
310
|
-
<li class="method">
|
311
|
-
<a href="Flickr.html#method-i-photoset">#photoset</a>
|
312
|
-
—
|
313
|
-
<span class="container">Flickr</span>
|
314
|
-
|
315
|
-
<li class="method">
|
316
|
-
<a href="Flickr/User.html#method-i-photosets">#photosets</a>
|
317
|
-
—
|
318
|
-
<span class="container">Flickr::User</span>
|
319
|
-
|
320
|
-
<li class="method">
|
321
|
-
<a href="Flickr/User.html#method-i-popular_tags">#popular_tags</a>
|
322
|
-
—
|
323
|
-
<span class="container">Flickr::User</span>
|
324
|
-
|
325
|
-
<li class="method">
|
326
|
-
<a href="Flickr/Photo.html#method-i-postToBlog">#postToBlog</a>
|
327
|
-
—
|
328
|
-
<span class="container">Flickr::Photo</span>
|
329
|
-
|
330
|
-
<li class="method">
|
331
|
-
<a href="Flickr/Photo.html#method-i-pretty_url">#pretty_url</a>
|
332
|
-
—
|
333
|
-
<span class="container">Flickr::Photo</span>
|
334
|
-
|
335
|
-
<li class="method">
|
336
|
-
<a href="Flickr/User.html#method-i-pretty_url">#pretty_url</a>
|
337
|
-
—
|
338
|
-
<span class="container">Flickr::User</span>
|
339
|
-
|
340
|
-
<li class="method">
|
341
|
-
<a href="Flickr.html#method-i-recent">#recent</a>
|
342
|
-
—
|
343
|
-
<span class="container">Flickr</span>
|
344
|
-
|
345
|
-
<li class="method">
|
346
|
-
<a href="Flickr.html#method-i-related_tags">#related_tags</a>
|
347
|
-
—
|
348
|
-
<span class="container">Flickr</span>
|
349
|
-
|
350
|
-
<li class="method">
|
351
|
-
<a href="Flickr/Photo.html#method-i-remove_tag">#remove_tag</a>
|
352
|
-
—
|
353
|
-
<span class="container">Flickr::Photo</span>
|
354
|
-
|
355
|
-
<li class="method">
|
356
|
-
<a href="Flickr.html#method-i-request">#request</a>
|
357
|
-
—
|
358
|
-
<span class="container">Flickr</span>
|
359
|
-
|
360
|
-
<li class="method">
|
361
|
-
<a href="Flickr.html#method-i-request_url">#request_url</a>
|
362
|
-
—
|
363
|
-
<span class="container">Flickr</span>
|
364
|
-
|
365
|
-
<li class="method">
|
366
|
-
<a href="Flickr/Photo.html#method-i-rotate">#rotate</a>
|
367
|
-
—
|
368
|
-
<span class="container">Flickr::Photo</span>
|
369
|
-
|
370
|
-
<li class="method">
|
371
|
-
<a href="Flickr/Photo.html#method-i-rotation">#rotation</a>
|
372
|
-
—
|
373
|
-
<span class="container">Flickr::Photo</span>
|
374
|
-
|
375
|
-
<li class="method">
|
376
|
-
<a href="Flickr.html#method-i-search">#search</a>
|
377
|
-
—
|
378
|
-
<span class="container">Flickr</span>
|
379
|
-
|
380
|
-
<li class="method">
|
381
|
-
<a href="Flickr/Photo.html#method-i-server">#server</a>
|
382
|
-
—
|
383
|
-
<span class="container">Flickr::Photo</span>
|
384
|
-
|
385
|
-
<li class="method">
|
386
|
-
<a href="Flickr.html#method-i-set_up_configuration">#set_up_configuration</a>
|
387
|
-
—
|
388
|
-
<span class="container">Flickr</span>
|
389
|
-
|
390
|
-
<li class="method">
|
391
|
-
<a href="Flickr.html#method-i-signature_from">#signature_from</a>
|
392
|
-
—
|
393
|
-
<span class="container">Flickr</span>
|
394
|
-
|
395
|
-
<li class="method">
|
396
|
-
<a href="Flickr/Photo.html#method-i-size_url">#size_url</a>
|
397
|
-
—
|
398
|
-
<span class="container">Flickr::Photo</span>
|
399
|
-
|
400
|
-
<li class="method">
|
401
|
-
<a href="Flickr/Photo.html#method-i-sizes">#sizes</a>
|
402
|
-
—
|
403
|
-
<span class="container">Flickr::Photo</span>
|
404
|
-
|
405
|
-
<li class="method">
|
406
|
-
<a href="Flickr/Photo.html#method-i-source">#source</a>
|
407
|
-
—
|
408
|
-
<span class="container">Flickr::Photo</span>
|
409
|
-
|
410
|
-
<li class="method">
|
411
|
-
<a href="Flickr/User.html#method-i-tag">#tag</a>
|
412
|
-
—
|
413
|
-
<span class="container">Flickr::User</span>
|
414
|
-
|
415
|
-
<li class="method">
|
416
|
-
<a href="Flickr.html#method-i-tag">#tag</a>
|
417
|
-
—
|
418
|
-
<span class="container">Flickr</span>
|
419
|
-
|
420
|
-
<li class="method">
|
421
|
-
<a href="Flickr/Photo.html#method-i-tags">#tags</a>
|
422
|
-
—
|
423
|
-
<span class="container">Flickr::Photo</span>
|
424
|
-
|
425
|
-
<li class="method">
|
426
|
-
<a href="Flickr/User.html#method-i-tags">#tags</a>
|
427
|
-
—
|
428
|
-
<span class="container">Flickr::User</span>
|
429
|
-
|
430
|
-
<li class="method">
|
431
|
-
<a href="Flickr/Photo.html#method-i-tags-3D">#tags=</a>
|
432
|
-
—
|
433
|
-
<span class="container">Flickr::Photo</span>
|
434
|
-
|
435
|
-
<li class="method">
|
436
|
-
<a href="Flickr/Photo.html#method-i-title-3D">#title=</a>
|
437
|
-
—
|
438
|
-
<span class="container">Flickr::Photo</span>
|
439
|
-
|
440
|
-
<li class="method">
|
441
|
-
<a href="Flickr/Photo.html#method-i-to_s">#to_s</a>
|
442
|
-
—
|
443
|
-
<span class="container">Flickr::Photo</span>
|
444
|
-
|
445
|
-
<li class="method">
|
446
|
-
<a href="Flickr/User.html#method-i-to_s">#to_s</a>
|
447
|
-
—
|
448
|
-
<span class="container">Flickr::User</span>
|
449
|
-
|
450
|
-
<li class="method">
|
451
|
-
<a href="Flickr/Photo.html#method-i-url">#url</a>
|
452
|
-
—
|
453
|
-
<span class="container">Flickr::Photo</span>
|
454
|
-
|
455
|
-
<li class="method">
|
456
|
-
<a href="Flickr/User.html#method-i-username">#username</a>
|
457
|
-
—
|
458
|
-
<span class="container">Flickr::User</span>
|
459
|
-
|
460
|
-
<li class="method">
|
461
|
-
<a href="Flickr.html#method-i-users">#users</a>
|
462
|
-
—
|
463
|
-
<span class="container">Flickr</span>
|
76
|
+
|
77
|
+
<li class="method"><a href="Flickr/Config.html#method-c-get">::get — Flickr::Config</a>
|
78
|
+
|
79
|
+
<li class="method"><a href="Flickr/Config.html#method-c-load_from_file">::load_from_file — Flickr::Config</a>
|
80
|
+
|
81
|
+
<li class="method"><a href="Flickr/Photo.html#method-c-new">::new — Flickr::Photo</a>
|
82
|
+
|
83
|
+
<li class="method"><a href="Flickr/Photoset.html#method-c-new">::new — Flickr::Photoset</a>
|
84
|
+
|
85
|
+
<li class="method"><a href="Flickr/User.html#method-c-new">::new — Flickr::User</a>
|
86
|
+
|
87
|
+
<li class="method"><a href="Flickr/Group.html#method-c-new">::new — Flickr::Group</a>
|
88
|
+
|
89
|
+
<li class="method"><a href="Flickr.html#method-c-new">::new — Flickr</a>
|
90
|
+
|
91
|
+
<li class="method"><a href="Flickr/PhotoCollection.html#method-c-new">::new — Flickr::PhotoCollection</a>
|
92
|
+
|
93
|
+
<li class="method"><a href="Flickr/Config.html#method-c-parse_in_rails_env-21">::parse_in_rails_env! — Flickr::Config</a>
|
94
|
+
|
95
|
+
<li class="method"><a href="Flickr/Config.html#method-c-parsed-3F">::parsed? — Flickr::Config</a>
|
96
|
+
|
97
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-5B-5D">#[] — Flickr::Photo</a>
|
98
|
+
|
99
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-add_note">#add_note — Flickr::Photo</a>
|
100
|
+
|
101
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-add_tag">#add_tag — Flickr::Photo</a>
|
102
|
+
|
103
|
+
<li class="method"><a href="Flickr/User.html#method-i-contacts">#contacts — Flickr::User</a>
|
104
|
+
|
105
|
+
<li class="method"><a href="Flickr/User.html#method-i-contactsPhotos">#contactsPhotos — Flickr::User</a>
|
106
|
+
|
107
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-context">#context — Flickr::Photo</a>
|
108
|
+
|
109
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-dates-3D">#dates= — Flickr::Photo</a>
|
110
|
+
|
111
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-deleteNote">#deleteNote — Flickr::Photo</a>
|
112
|
+
|
113
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-description">#description — Flickr::Photo</a>
|
114
|
+
|
115
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-description-3D">#description= — Flickr::Photo</a>
|
116
|
+
|
117
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-editNote">#editNote — Flickr::Photo</a>
|
118
|
+
|
119
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-exif">#exif — Flickr::Photo</a>
|
120
|
+
|
121
|
+
<li class="method"><a href="Flickr/User.html#method-i-favorites">#favorites — Flickr::User</a>
|
122
|
+
|
123
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-file">#file — Flickr::Photo</a>
|
124
|
+
|
125
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-filename">#filename — Flickr::Photo</a>
|
126
|
+
|
127
|
+
<li class="method"><a href="Flickr.html#method-i-find_by_url">#find_by_url — Flickr</a>
|
128
|
+
|
129
|
+
<li class="method"><a href="Flickr/Photoset.html#method-i-getInfo">#getInfo — Flickr::Photoset</a>
|
130
|
+
|
131
|
+
<li class="method"><a href="Flickr/Group.html#method-i-getInfo">#getInfo — Flickr::Group</a>
|
132
|
+
|
133
|
+
<li class="method"><a href="Flickr/Photoset.html#method-i-getPhotos">#getPhotos — Flickr::Photoset</a>
|
134
|
+
|
135
|
+
<li class="method"><a href="Flickr.html#method-i-get_token_from">#get_token_from — Flickr</a>
|
136
|
+
|
137
|
+
<li class="method"><a href="Flickr/User.html#method-i-groups">#groups — Flickr::User</a>
|
138
|
+
|
139
|
+
<li class="method"><a href="Flickr.html#method-i-groups">#groups — Flickr</a>
|
140
|
+
|
141
|
+
<li class="method"><a href="Flickr.html#method-i-http_get">#http_get — Flickr</a>
|
142
|
+
|
143
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-isfavorite">#isfavorite — Flickr::Photo</a>
|
144
|
+
|
145
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-license">#license — Flickr::Photo</a>
|
146
|
+
|
147
|
+
<li class="method"><a href="Flickr.html#method-i-licenses">#licenses — Flickr</a>
|
148
|
+
|
149
|
+
<li class="method"><a href="Flickr.html#method-i-login_url">#login_url — Flickr</a>
|
150
|
+
|
151
|
+
<li class="method"><a href="Flickr.html#method-i-method_missing">#method_missing — Flickr</a>
|
152
|
+
|
153
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-normalize_size">#normalize_size — Flickr::Photo</a>
|
154
|
+
|
155
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-notes">#notes — Flickr::Photo</a>
|
156
|
+
|
157
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-owner">#owner — Flickr::Photo</a>
|
158
|
+
|
159
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-permissions">#permissions — Flickr::Photo</a>
|
160
|
+
|
161
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-perms-3D">#perms= — Flickr::Photo</a>
|
162
|
+
|
163
|
+
<li class="method"><a href="Flickr.html#method-i-photos">#photos — Flickr</a>
|
164
|
+
|
165
|
+
<li class="method"><a href="Flickr/User.html#method-i-photos">#photos — Flickr::User</a>
|
166
|
+
|
167
|
+
<li class="method"><a href="Flickr.html#method-i-photos_request">#photos_request — Flickr</a>
|
168
|
+
|
169
|
+
<li class="method"><a href="Flickr.html#method-i-photos_search">#photos_search — Flickr</a>
|
170
|
+
|
171
|
+
<li class="method"><a href="Flickr.html#method-i-photoset">#photoset — Flickr</a>
|
172
|
+
|
173
|
+
<li class="method"><a href="Flickr/User.html#method-i-photosets">#photosets — Flickr::User</a>
|
174
|
+
|
175
|
+
<li class="method"><a href="Flickr/User.html#method-i-popular_tags">#popular_tags — Flickr::User</a>
|
176
|
+
|
177
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-postToBlog">#postToBlog — Flickr::Photo</a>
|
178
|
+
|
179
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-pretty_url">#pretty_url — Flickr::Photo</a>
|
180
|
+
|
181
|
+
<li class="method"><a href="Flickr/User.html#method-i-pretty_url">#pretty_url — Flickr::User</a>
|
182
|
+
|
183
|
+
<li class="method"><a href="Flickr.html#method-i-recent">#recent — Flickr</a>
|
184
|
+
|
185
|
+
<li class="method"><a href="Flickr.html#method-i-related_tags">#related_tags — Flickr</a>
|
186
|
+
|
187
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-remove_tag">#remove_tag — Flickr::Photo</a>
|
188
|
+
|
189
|
+
<li class="method"><a href="Flickr.html#method-i-request">#request — Flickr</a>
|
190
|
+
|
191
|
+
<li class="method"><a href="Flickr.html#method-i-request_url">#request_url — Flickr</a>
|
192
|
+
|
193
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-rotate">#rotate — Flickr::Photo</a>
|
194
|
+
|
195
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-rotation">#rotation — Flickr::Photo</a>
|
196
|
+
|
197
|
+
<li class="method"><a href="Flickr.html#method-i-search">#search — Flickr</a>
|
198
|
+
|
199
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-server">#server — Flickr::Photo</a>
|
200
|
+
|
201
|
+
<li class="method"><a href="Flickr.html#method-i-set_up_configuration">#set_up_configuration — Flickr</a>
|
202
|
+
|
203
|
+
<li class="method"><a href="Flickr.html#method-i-signature_from">#signature_from — Flickr</a>
|
204
|
+
|
205
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-size_url">#size_url — Flickr::Photo</a>
|
206
|
+
|
207
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-sizes">#sizes — Flickr::Photo</a>
|
208
|
+
|
209
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-source">#source — Flickr::Photo</a>
|
210
|
+
|
211
|
+
<li class="method"><a href="Flickr/User.html#method-i-tag">#tag — Flickr::User</a>
|
212
|
+
|
213
|
+
<li class="method"><a href="Flickr.html#method-i-tag">#tag — Flickr</a>
|
214
|
+
|
215
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-tags">#tags — Flickr::Photo</a>
|
216
|
+
|
217
|
+
<li class="method"><a href="Flickr/User.html#method-i-tags">#tags — Flickr::User</a>
|
218
|
+
|
219
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-tags-3D">#tags= — Flickr::Photo</a>
|
220
|
+
|
221
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-title-3D">#title= — Flickr::Photo</a>
|
222
|
+
|
223
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-to_s">#to_s — Flickr::Photo</a>
|
224
|
+
|
225
|
+
<li class="method"><a href="Flickr/User.html#method-i-to_s">#to_s — Flickr::User</a>
|
226
|
+
|
227
|
+
<li class="method"><a href="Flickr/Photo.html#method-i-url">#url — Flickr::Photo</a>
|
228
|
+
|
229
|
+
<li class="method"><a href="Flickr/User.html#method-i-username">#username — Flickr::User</a>
|
230
|
+
|
231
|
+
<li class="method"><a href="Flickr.html#method-i-users">#users — Flickr</a>
|
232
|
+
|
464
233
|
</ul>
|
465
|
-
</main>
|
466
234
|
|
467
235
|
|
468
|
-
<footer id="validator-badges"
|
469
|
-
<p><a href="http://validator.w3.org/check/referer">Validate</a>
|
470
|
-
<p>Generated by <a href="
|
471
|
-
<p>
|
236
|
+
<footer id="validator-badges">
|
237
|
+
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
|
238
|
+
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 4.0.0.
|
239
|
+
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
|
472
240
|
</footer>
|
473
241
|
|