flickr.rb 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +7 -0
  2. data/Changelog.txt +7 -2
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +24 -0
  5. data/LICENSE +16 -17
  6. data/Manifest.txt +2 -2
  7. data/README.txt +3 -1
  8. data/Rakefile +3 -24
  9. data/flickr.gemspec +22 -17
  10. data/lib/flickr.rb +104 -104
  11. data/rdoc/Flickr.html +1003 -0
  12. data/rdoc/Flickr/Config.html +267 -0
  13. data/rdoc/Flickr/Group.html +343 -0
  14. data/rdoc/Flickr/Photo.html +1396 -0
  15. data/rdoc/Flickr/PhotoCollection.html +229 -0
  16. data/rdoc/Flickr/Photoset.html +359 -0
  17. data/rdoc/Flickr/User.html +745 -0
  18. data/rdoc/README_txt.html +199 -0
  19. data/rdoc/created.rid +3 -1
  20. data/rdoc/fonts.css +167 -0
  21. data/rdoc/fonts/Lato-Light.ttf +0 -0
  22. data/rdoc/fonts/Lato-LightItalic.ttf +0 -0
  23. data/rdoc/fonts/Lato-Regular.ttf +0 -0
  24. data/rdoc/fonts/Lato-RegularItalic.ttf +0 -0
  25. data/rdoc/fonts/SourceCodePro-Bold.ttf +0 -0
  26. data/rdoc/fonts/SourceCodePro-Regular.ttf +0 -0
  27. data/rdoc/images/add.png +0 -0
  28. data/rdoc/images/arrow_up.png +0 -0
  29. data/rdoc/images/brick.png +0 -0
  30. data/rdoc/images/brick_link.png +0 -0
  31. data/rdoc/images/bug.png +0 -0
  32. data/rdoc/images/bullet_black.png +0 -0
  33. data/rdoc/images/bullet_toggle_minus.png +0 -0
  34. data/rdoc/images/bullet_toggle_plus.png +0 -0
  35. data/rdoc/images/date.png +0 -0
  36. data/rdoc/images/delete.png +0 -0
  37. data/rdoc/images/find.png +0 -0
  38. data/rdoc/images/loadingAnimation.gif +0 -0
  39. data/rdoc/images/macFFBgHack.png +0 -0
  40. data/rdoc/images/package.png +0 -0
  41. data/rdoc/images/page_green.png +0 -0
  42. data/rdoc/images/page_white_text.png +0 -0
  43. data/rdoc/images/page_white_width.png +0 -0
  44. data/rdoc/images/plugin.png +0 -0
  45. data/rdoc/images/ruby.png +0 -0
  46. data/rdoc/images/tag_blue.png +0 -0
  47. data/rdoc/images/tag_green.png +0 -0
  48. data/rdoc/images/transparent.png +0 -0
  49. data/rdoc/images/wrench.png +0 -0
  50. data/rdoc/images/wrench_orange.png +0 -0
  51. data/rdoc/images/zoom.png +0 -0
  52. data/rdoc/index.html +101 -21
  53. data/rdoc/js/darkfish.js +140 -0
  54. data/rdoc/js/jquery.js +18 -0
  55. data/rdoc/js/navigation.js +142 -0
  56. data/rdoc/js/search.js +109 -0
  57. data/rdoc/js/search_index.js +1 -0
  58. data/rdoc/js/searcher.js +228 -0
  59. data/rdoc/rdoc.css +580 -0
  60. data/rdoc/table_of_contents.html +473 -0
  61. data/test/flickr_test.rb +229 -227
  62. metadata +132 -68
  63. data/rdoc/classes/Flickr.html +0 -807
  64. data/rdoc/classes/Flickr/Config.html +0 -240
  65. data/rdoc/classes/Flickr/Group.html +0 -251
  66. data/rdoc/classes/Flickr/Photo.html +0 -1101
  67. data/rdoc/classes/Flickr/PhotoCollection.html +0 -194
  68. data/rdoc/classes/Flickr/Photoset.html +0 -266
  69. data/rdoc/classes/Flickr/User.html +0 -738
  70. data/rdoc/files/README_txt.html +0 -209
  71. data/rdoc/files/lib/flickr_rb.html +0 -162
  72. data/rdoc/fr_class_index.html +0 -33
  73. data/rdoc/fr_file_index.html +0 -28
  74. data/rdoc/fr_method_index.html +0 -112
  75. data/rdoc/rdoc-style.css +0 -208
@@ -0,0 +1,229 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Flickr::PhotoCollection - Flickr</title>
8
+
9
+ <link href="../fonts.css" rel="stylesheet">
10
+ <link href="../rdoc.css" rel="stylesheet">
11
+
12
+ <script type="text/javascript">
13
+ var rdoc_rel_prefix = "../";
14
+ </script>
15
+
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>
22
+
23
+
24
+ <body id="top" role="document" class="class">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="../index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="../table_of_contents.html#pages">Pages</a>
34
+ <a href="../table_of_contents.html#classes">Classes</a>
35
+ <a href="../table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search" spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="class-metadata">
59
+
60
+ <div id="parent-class-section" class="nav-section">
61
+ <h3>Parent</h3>
62
+
63
+
64
+ <p class="link">Array
65
+
66
+ </div>
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <div id="method-list-section" class="nav-section">
72
+ <h3>Methods</h3>
73
+
74
+ <ul class="link-list" role="directory">
75
+
76
+ <li ><a href="#method-c-new">::new</a>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+ </div>
82
+ </nav>
83
+
84
+ <main role="main" aria-labelledby="class-Flickr::PhotoCollection">
85
+ <h1 id="class-Flickr::PhotoCollection" class="class">
86
+ class Flickr::PhotoCollection
87
+ </h1>
88
+
89
+ <section class="description">
90
+
91
+ <p>A collection of photos is returned as a <a
92
+ href="PhotoCollection.html">PhotoCollection</a>, a subclass of Array. This
93
+ allows us to retain the pagination info returned by <a
94
+ href="../Flickr.html">Flickr</a> and make it accessible in a friendly way</p>
95
+
96
+ </section>
97
+
98
+
99
+
100
+
101
+ <section id="5Buntitled-5D" class="documentation-section">
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+ <section class="attribute-method-details" class="method-section">
110
+ <header>
111
+ <h3>Attributes</h3>
112
+ </header>
113
+
114
+
115
+ <div id="attribute-i-page" class="method-detail">
116
+ <div class="method-heading attribute-method-heading">
117
+ <span class="method-name">page</span><span
118
+ class="attribute-access-type">[R]</span>
119
+ </div>
120
+
121
+ <div class="method-description">
122
+
123
+
124
+
125
+ </div>
126
+ </div>
127
+
128
+ <div id="attribute-i-pages" class="method-detail">
129
+ <div class="method-heading attribute-method-heading">
130
+ <span class="method-name">pages</span><span
131
+ class="attribute-access-type">[R]</span>
132
+ </div>
133
+
134
+ <div class="method-description">
135
+
136
+
137
+
138
+ </div>
139
+ </div>
140
+
141
+ <div id="attribute-i-perpage" class="method-detail">
142
+ <div class="method-heading attribute-method-heading">
143
+ <span class="method-name">perpage</span><span
144
+ class="attribute-access-type">[R]</span>
145
+ </div>
146
+
147
+ <div class="method-description">
148
+
149
+
150
+
151
+ </div>
152
+ </div>
153
+
154
+ <div id="attribute-i-total" class="method-detail">
155
+ <div class="method-heading attribute-method-heading">
156
+ <span class="method-name">total</span><span
157
+ class="attribute-access-type">[R]</span>
158
+ </div>
159
+
160
+ <div class="method-description">
161
+
162
+
163
+
164
+ </div>
165
+ </div>
166
+
167
+ </section>
168
+
169
+
170
+
171
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
172
+ <header>
173
+ <h3>Public Class Methods</h3>
174
+ </header>
175
+
176
+
177
+ <div id="method-c-new" class="method-detail ">
178
+
179
+ <div class="method-heading">
180
+ <span class="method-name">new</span><span
181
+ class="method-args">(photos_api_response={}, api_key={}, list_node="photos")</span>
182
+
183
+ <span class="method-click-advice">click to toggle source</span>
184
+
185
+ </div>
186
+
187
+
188
+ <div class="method-description">
189
+
190
+ <p>builds a <a href="PhotoCollection.html">PhotoCollection</a> from given
191
+ params, such as those returned from photos.search API call. Note all the
192
+ info is contained in the value of the first (and only) key-value pair of
193
+ the response. The key will vary depending on the original object the photos
194
+ are related to (e.g &#39;photos&#39;, &#39;photoset&#39;, etc)</p>
195
+
196
+
197
+
198
+
199
+ <div class="method-source-code" id="new-source">
200
+ <pre><span class="ruby-comment"># File lib/flickr.rb, line 225</span>
201
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">photos_api_response</span>={}, <span class="ruby-identifier">api_key</span>={}, <span class="ruby-identifier">list_node</span>=<span class="ruby-string">&quot;photos&quot;</span>)
202
+ <span class="ruby-identifier">photos</span> = <span class="ruby-identifier">photos_api_response</span>[<span class="ruby-identifier">list_node</span>]
203
+ [ <span class="ruby-string">&quot;page&quot;</span>, <span class="ruby-string">&quot;pages&quot;</span>, <span class="ruby-string">&quot;perpage&quot;</span>, <span class="ruby-string">&quot;total&quot;</span> ].<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span> <span class="ruby-identifier">instance_variable_set</span>(<span class="ruby-node">&quot;@#{i}&quot;</span>, <span class="ruby-identifier">photos</span>[<span class="ruby-identifier">i</span>])}
204
+ <span class="ruby-identifier">collection</span> = <span class="ruby-identifier">photos</span>[<span class="ruby-string">&#39;photo&#39;</span>] <span class="ruby-operator">||</span> []
205
+ <span class="ruby-identifier">collection</span> = [<span class="ruby-identifier">collection</span>] <span class="ruby-keyword">if</span> <span class="ruby-identifier">collection</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Hash</span>
206
+ <span class="ruby-identifier">collection</span>.<span class="ruby-identifier">each</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">photo</span><span class="ruby-operator">|</span> <span class="ruby-keyword">self</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">Photo</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">photo</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-string">&#39;id&#39;</span>), <span class="ruby-identifier">api_key</span>, <span class="ruby-identifier">photo</span>) }
207
+ <span class="ruby-keyword">end</span></pre>
208
+ </div>
209
+
210
+ </div>
211
+
212
+
213
+
214
+
215
+ </div>
216
+
217
+
218
+ </section>
219
+
220
+ </section>
221
+ </main>
222
+
223
+
224
+ <footer id="validator-badges" role="contentinfo">
225
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
226
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
227
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
228
+ </footer>
229
+
@@ -0,0 +1,359 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Flickr::Photoset - Flickr</title>
8
+
9
+ <link href="../fonts.css" rel="stylesheet">
10
+ <link href="../rdoc.css" rel="stylesheet">
11
+
12
+ <script type="text/javascript">
13
+ var rdoc_rel_prefix = "../";
14
+ </script>
15
+
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>
22
+
23
+
24
+ <body id="top" role="document" class="class">
25
+ <nav role="navigation">
26
+ <div id="project-navigation">
27
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
28
+ <h2>
29
+ <a href="../index.html" rel="home">Home</a>
30
+ </h2>
31
+
32
+ <div id="table-of-contents-navigation">
33
+ <a href="../table_of_contents.html#pages">Pages</a>
34
+ <a href="../table_of_contents.html#classes">Classes</a>
35
+ <a href="../table_of_contents.html#methods">Methods</a>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="search-section" role="search" class="project-section initially-hidden">
40
+ <form action="#" method="get" accept-charset="utf-8">
41
+ <div id="search-field-wrapper">
42
+ <input id="search-field" role="combobox" aria-label="Search"
43
+ aria-autocomplete="list" aria-controls="search-results"
44
+ type="text" name="search" placeholder="Search" spellcheck="false"
45
+ title="Type to search, Up and Down to navigate, Enter to load">
46
+ </div>
47
+
48
+ <ul id="search-results" aria-label="Search Results"
49
+ aria-busy="false" aria-expanded="false"
50
+ aria-atomic="false" class="initially-hidden"></ul>
51
+ </form>
52
+ </div>
53
+
54
+ </div>
55
+
56
+
57
+
58
+ <div id="class-metadata">
59
+
60
+ <div id="parent-class-section" class="nav-section">
61
+ <h3>Parent</h3>
62
+
63
+
64
+ <p class="link">Object
65
+
66
+ </div>
67
+
68
+
69
+
70
+ <!-- Method Quickref -->
71
+ <div id="method-list-section" class="nav-section">
72
+ <h3>Methods</h3>
73
+
74
+ <ul class="link-list" role="directory">
75
+
76
+ <li ><a href="#method-c-new">::new</a>
77
+
78
+ <li ><a href="#method-i-getInfo">#getInfo</a>
79
+
80
+ <li ><a href="#method-i-getPhotos">#getPhotos</a>
81
+
82
+ </ul>
83
+ </div>
84
+
85
+ </div>
86
+ </nav>
87
+
88
+ <main role="main" aria-labelledby="class-Flickr::Photoset">
89
+ <h1 id="class-Flickr::Photoset" class="class">
90
+ class Flickr::Photoset
91
+ </h1>
92
+
93
+ <section class="description">
94
+
95
+ <p>Todo: flickr.photosets.delete flickr.photosets.editMeta
96
+ flickr.photosets.editPhotos flickr.photosets.getContext
97
+ flickr.photosets.getInfo flickr.photosets.getPhotos</p>
98
+
99
+ </section>
100
+
101
+
102
+
103
+
104
+ <section id="5Buntitled-5D" class="documentation-section">
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+ <section class="attribute-method-details" class="method-section">
113
+ <header>
114
+ <h3>Attributes</h3>
115
+ </header>
116
+
117
+
118
+ <div id="attribute-i-client" class="method-detail">
119
+ <div class="method-heading attribute-method-heading">
120
+ <span class="method-name">client</span><span
121
+ class="attribute-access-type">[R]</span>
122
+ </div>
123
+
124
+ <div class="method-description">
125
+
126
+
127
+
128
+ </div>
129
+ </div>
130
+
131
+ <div id="attribute-i-description" class="method-detail">
132
+ <div class="method-heading attribute-method-heading">
133
+ <span class="method-name">description</span><span
134
+ class="attribute-access-type">[R]</span>
135
+ </div>
136
+
137
+ <div class="method-description">
138
+
139
+
140
+
141
+ </div>
142
+ </div>
143
+
144
+ <div id="attribute-i-id" class="method-detail">
145
+ <div class="method-heading attribute-method-heading">
146
+ <span class="method-name">id</span><span
147
+ class="attribute-access-type">[R]</span>
148
+ </div>
149
+
150
+ <div class="method-description">
151
+
152
+
153
+
154
+ </div>
155
+ </div>
156
+
157
+ <div id="attribute-i-owner" class="method-detail">
158
+ <div class="method-heading attribute-method-heading">
159
+ <span class="method-name">owner</span><span
160
+ class="attribute-access-type">[R]</span>
161
+ </div>
162
+
163
+ <div class="method-description">
164
+
165
+
166
+
167
+ </div>
168
+ </div>
169
+
170
+ <div id="attribute-i-photos" class="method-detail">
171
+ <div class="method-heading attribute-method-heading">
172
+ <span class="method-name">photos</span><span
173
+ class="attribute-access-type">[R]</span>
174
+ </div>
175
+
176
+ <div class="method-description">
177
+
178
+
179
+
180
+ </div>
181
+ </div>
182
+
183
+ <div id="attribute-i-primary" class="method-detail">
184
+ <div class="method-heading attribute-method-heading">
185
+ <span class="method-name">primary</span><span
186
+ class="attribute-access-type">[R]</span>
187
+ </div>
188
+
189
+ <div class="method-description">
190
+
191
+
192
+
193
+ </div>
194
+ </div>
195
+
196
+ <div id="attribute-i-title" class="method-detail">
197
+ <div class="method-heading attribute-method-heading">
198
+ <span class="method-name">title</span><span
199
+ class="attribute-access-type">[R]</span>
200
+ </div>
201
+
202
+ <div class="method-description">
203
+
204
+
205
+
206
+ </div>
207
+ </div>
208
+
209
+ <div id="attribute-i-url" class="method-detail">
210
+ <div class="method-heading attribute-method-heading">
211
+ <span class="method-name">url</span><span
212
+ class="attribute-access-type">[R]</span>
213
+ </div>
214
+
215
+ <div class="method-description">
216
+
217
+
218
+
219
+ </div>
220
+ </div>
221
+
222
+ </section>
223
+
224
+
225
+
226
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
227
+ <header>
228
+ <h3>Public Class Methods</h3>
229
+ </header>
230
+
231
+
232
+ <div id="method-c-new" class="method-detail ">
233
+
234
+ <div class="method-heading">
235
+ <span class="method-name">new</span><span
236
+ class="method-args">(id=nil, api_key={})</span>
237
+
238
+ <span class="method-click-advice">click to toggle source</span>
239
+
240
+ </div>
241
+
242
+
243
+ <div class="method-description">
244
+
245
+
246
+
247
+
248
+
249
+
250
+ <div class="method-source-code" id="new-source">
251
+ <pre><span class="ruby-comment"># File lib/flickr.rb, line 709</span>
252
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">id</span>=<span class="ruby-keyword">nil</span>, <span class="ruby-identifier">api_key</span>={})
253
+ <span class="ruby-ivar">@id</span> = <span class="ruby-identifier">id</span>
254
+ <span class="ruby-ivar">@api_key</span> = <span class="ruby-identifier">api_key</span>
255
+ <span class="ruby-ivar">@client</span> = <span class="ruby-constant">Flickr</span>.<span class="ruby-identifier">new</span> <span class="ruby-ivar">@api_key</span>
256
+ <span class="ruby-keyword">end</span></pre>
257
+ </div>
258
+
259
+ </div>
260
+
261
+
262
+
263
+
264
+ </div>
265
+
266
+
267
+ </section>
268
+
269
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
270
+ <header>
271
+ <h3>Public Instance Methods</h3>
272
+ </header>
273
+
274
+
275
+ <div id="method-i-getInfo" class="method-detail ">
276
+
277
+ <div class="method-heading">
278
+ <span class="method-name">getInfo</span><span
279
+ class="method-args">()</span>
280
+
281
+ <span class="method-click-advice">click to toggle source</span>
282
+
283
+ </div>
284
+
285
+
286
+ <div class="method-description">
287
+
288
+ <p>Implements flickr.photosets.getInfo private, once we can call it as needed</p>
289
+
290
+
291
+
292
+
293
+ <div class="method-source-code" id="getInfo-source">
294
+ <pre><span class="ruby-comment"># File lib/flickr.rb, line 717</span>
295
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">getInfo</span>
296
+ <span class="ruby-identifier">info</span> = <span class="ruby-ivar">@client</span>.<span class="ruby-identifier">photosets_getInfo</span>(<span class="ruby-string">&#39;photoset_id&#39;</span>=<span class="ruby-operator">&gt;</span><span class="ruby-ivar">@id</span>)[<span class="ruby-string">&#39;photoset&#39;</span>]
297
+ <span class="ruby-ivar">@owner</span> = <span class="ruby-constant">User</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">info</span>[<span class="ruby-string">&#39;owner&#39;</span>], <span class="ruby-keyword">nil</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-ivar">@api_key</span>)
298
+ <span class="ruby-ivar">@primary</span> = <span class="ruby-identifier">info</span>[<span class="ruby-string">&#39;primary&#39;</span>]
299
+ <span class="ruby-ivar">@photos</span> = <span class="ruby-identifier">info</span>[<span class="ruby-string">&#39;photos&#39;</span>]
300
+ <span class="ruby-ivar">@title</span> = <span class="ruby-identifier">info</span>[<span class="ruby-string">&#39;title&#39;</span>]
301
+ <span class="ruby-ivar">@description</span> = <span class="ruby-identifier">info</span>[<span class="ruby-string">&#39;description&#39;</span>]
302
+ <span class="ruby-ivar">@url</span> = <span class="ruby-node">&quot;http://www.flickr.com/photos/#{@owner.getInfo.username}/sets/#{@id}/&quot;</span>
303
+ <span class="ruby-keyword">self</span>
304
+ <span class="ruby-keyword">end</span></pre>
305
+ </div>
306
+
307
+ </div>
308
+
309
+
310
+
311
+
312
+ </div>
313
+
314
+
315
+ <div id="method-i-getPhotos" class="method-detail ">
316
+
317
+ <div class="method-heading">
318
+ <span class="method-name">getPhotos</span><span
319
+ class="method-args">()</span>
320
+
321
+ <span class="method-click-advice">click to toggle source</span>
322
+
323
+ </div>
324
+
325
+
326
+ <div class="method-description">
327
+
328
+
329
+
330
+
331
+
332
+
333
+ <div class="method-source-code" id="getPhotos-source">
334
+ <pre><span class="ruby-comment"># File lib/flickr.rb, line 728</span>
335
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">getPhotos</span>
336
+ <span class="ruby-identifier">photosetPhotos</span> = <span class="ruby-ivar">@client</span>.<span class="ruby-identifier">photos_request</span>(<span class="ruby-string">&#39;photosets.getPhotos&#39;</span>, {<span class="ruby-string">&#39;photoset_id&#39;</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-ivar">@id</span>}, <span class="ruby-string">&quot;photoset&quot;</span>)
337
+ <span class="ruby-keyword">end</span></pre>
338
+ </div>
339
+
340
+ </div>
341
+
342
+
343
+
344
+
345
+ </div>
346
+
347
+
348
+ </section>
349
+
350
+ </section>
351
+ </main>
352
+
353
+
354
+ <footer id="validator-badges" role="contentinfo">
355
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
356
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1.
357
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
358
+ </footer>
359
+