katello_api 0.0.5 → 0.0.6

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.
Files changed (80) hide show
  1. checksums.yaml +8 -8
  2. data/doc/KatelloApi.html +3 -3
  3. data/doc/KatelloApi/Base.html +3 -3
  4. data/doc/KatelloApi/Generator.html +1 -1
  5. data/doc/KatelloApi/Generator/Base.html +1 -1
  6. data/doc/KatelloApi/Resources.html +3 -3
  7. data/doc/KatelloApi/Resources/About.html +1 -1
  8. data/doc/KatelloApi/Resources/ActivationKey.html +1 -1
  9. data/doc/KatelloApi/Resources/Architecture.html +1 -1
  10. data/doc/KatelloApi/Resources/Changeset.html +1 -1
  11. data/doc/KatelloApi/Resources/ChangesetsContent.html +1 -1
  12. data/doc/KatelloApi/Resources/ComputeResource.html +1 -1
  13. data/doc/KatelloApi/Resources/ConfigTemplate.html +1 -1
  14. data/doc/KatelloApi/Resources/ContentUpload.html +1 -1
  15. data/doc/KatelloApi/Resources/ContentView.html +1 -1
  16. data/doc/KatelloApi/Resources/ContentViewDefinition.html +1 -1
  17. data/doc/KatelloApi/Resources/Crl.html +1 -1
  18. data/doc/KatelloApi/Resources/CustomInfo.html +1 -1
  19. data/doc/KatelloApi/Resources/Distribution.html +1 -1
  20. data/doc/KatelloApi/Resources/Distributor.html +1 -1
  21. data/doc/KatelloApi/Resources/Domain.html +1 -1
  22. data/doc/KatelloApi/Resources/Environment.html +1 -1
  23. data/doc/KatelloApi/Resources/Erratum.html +1 -1
  24. data/doc/KatelloApi/Resources/Filter.html +1 -1
  25. data/doc/KatelloApi/Resources/FilterRule.html +1 -1
  26. data/doc/KatelloApi/Resources/GpgKey.html +32 -19
  27. data/doc/KatelloApi/Resources/HardwareModel.html +1 -1
  28. data/doc/KatelloApi/Resources/Organization.html +38 -25
  29. data/doc/KatelloApi/Resources/OrganizationDefaultInfo.html +1 -1
  30. data/doc/KatelloApi/Resources/Package.html +1 -1
  31. data/doc/KatelloApi/Resources/Permission.html +1 -1
  32. data/doc/KatelloApi/Resources/Ping.html +1 -1
  33. data/doc/KatelloApi/Resources/Product.html +1 -1
  34. data/doc/KatelloApi/Resources/ProductsBulkAction.html +691 -0
  35. data/doc/KatelloApi/Resources/Provider.html +50 -37
  36. data/doc/KatelloApi/Resources/PuppetModule.html +1 -1
  37. data/doc/KatelloApi/Resources/RepositoriesBulkAction.html +531 -0
  38. data/doc/KatelloApi/Resources/Repository.html +32 -19
  39. data/doc/KatelloApi/Resources/RepositorySet.html +1 -1
  40. data/doc/KatelloApi/Resources/Role.html +1 -1
  41. data/doc/KatelloApi/Resources/RoleLdapGroup.html +1 -1
  42. data/doc/KatelloApi/Resources/SmartProxy.html +1 -1
  43. data/doc/KatelloApi/Resources/Statu.html +1 -1
  44. data/doc/KatelloApi/Resources/Status.html +1 -1
  45. data/doc/KatelloApi/Resources/Subnet.html +1 -1
  46. data/doc/KatelloApi/Resources/Subscription.html +1 -1
  47. data/doc/KatelloApi/Resources/Sync.html +29 -174
  48. data/doc/KatelloApi/Resources/SyncPlan.html +112 -173
  49. data/doc/KatelloApi/Resources/System.html +91 -65
  50. data/doc/KatelloApi/Resources/SystemErratum.html +1 -1
  51. data/doc/KatelloApi/Resources/SystemGroup.html +47 -34
  52. data/doc/KatelloApi/Resources/SystemGroupErratum.html +1 -1
  53. data/doc/KatelloApi/Resources/SystemGroupPackage.html +1 -1
  54. data/doc/KatelloApi/Resources/SystemPackage.html +1 -1
  55. data/doc/KatelloApi/Resources/SystemsBulkAction.html +1 -1
  56. data/doc/KatelloApi/Resources/Task.html +1 -1
  57. data/doc/KatelloApi/Resources/Template.html +1 -1
  58. data/doc/KatelloApi/Resources/TemplatesContent.html +1 -1
  59. data/doc/KatelloApi/Resources/Uebercert.html +1 -1
  60. data/doc/KatelloApi/Resources/User.html +1 -1
  61. data/doc/_index.html +15 -1
  62. data/doc/class_list.html +1 -1
  63. data/doc/file.README.html +1 -1
  64. data/doc/index.html +1 -1
  65. data/doc/method_list.html +579 -549
  66. data/doc/top-level-namespace.html +1 -1
  67. data/lib/katello_api/base.rb +1 -1
  68. data/lib/katello_api/documentation.json +1 -1
  69. data/lib/katello_api/resources/gpg_key.rb +1 -0
  70. data/lib/katello_api/resources/organization.rb +1 -0
  71. data/lib/katello_api/resources/products_bulk_action.rb +38 -0
  72. data/lib/katello_api/resources/provider.rb +1 -0
  73. data/lib/katello_api/resources/repositories_bulk_action.rb +28 -0
  74. data/lib/katello_api/resources/repository.rb +1 -0
  75. data/lib/katello_api/resources/sync.rb +4 -13
  76. data/lib/katello_api/resources/sync_plan.rb +12 -23
  77. data/lib/katello_api/resources/system.rb +2 -0
  78. data/lib/katello_api/resources/system_group.rb +1 -0
  79. data/lib/katello_api/version.rb +1 -1
  80. metadata +6 -2
@@ -794,7 +794,7 @@ path</p>
794
794
  </div>
795
795
 
796
796
  <div id="footer">
797
- Generated on Tue Jan 21 10:18:02 2014 by
797
+ Generated on Fri Jan 24 14:25:27 2014 by
798
798
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
799
799
  0.8.7.3 (ruby-1.9.3).
800
800
  </div>
@@ -695,7 +695,7 @@
695
695
  </div>
696
696
 
697
697
  <div id="footer">
698
- Generated on Tue Jan 21 10:17:56 2014 by
698
+ Generated on Fri Jan 24 14:25:21 2014 by
699
699
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
700
700
  0.8.7.3 (ruby-1.9.3).
701
701
  </div>
@@ -924,7 +924,7 @@
924
924
  </div>
925
925
 
926
926
  <div id="footer">
927
- Generated on Tue Jan 21 10:17:58 2014 by
927
+ Generated on Fri Jan 24 14:25:22 2014 by
928
928
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
929
929
  0.8.7.3 (ruby-1.9.3).
930
930
  </div>
@@ -474,7 +474,7 @@
474
474
  </div>
475
475
 
476
476
  <div id="footer">
477
- Generated on Tue Jan 21 10:17:55 2014 by
477
+ Generated on Fri Jan 24 14:25:19 2014 by
478
478
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
479
479
  0.8.7.3 (ruby-1.9.3).
480
480
  </div>
@@ -1676,7 +1676,7 @@
1676
1676
  </div>
1677
1677
 
1678
1678
  <div id="footer">
1679
- Generated on Tue Jan 21 10:17:57 2014 by
1679
+ Generated on Fri Jan 24 14:25:21 2014 by
1680
1680
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1681
1681
  0.8.7.3 (ruby-1.9.3).
1682
1682
  </div>
@@ -0,0 +1,691 @@
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: KatelloApi::Resources::ProductsBulkAction
8
+
9
+ &mdash; Documentation by YARD 0.8.7.3
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#!" + escape(window.location.href);
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 (P)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../../KatelloApi.html" title="KatelloApi (module)">KatelloApi</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Resources.html" title="KatelloApi::Resources (module)">Resources</a></span></span>
36
+ &raquo;
37
+ <span class="title">ProductsBulkAction</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: KatelloApi::Resources::ProductsBulkAction
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="../Base.html" title="KatelloApi::Base (class)">Base</a></span></span>
77
+
78
+ <ul class="fullTree">
79
+ <li>Object</li>
80
+
81
+ <li class="next"><span class='object_link'><a href="../Base.html" title="KatelloApi::Base (class)">Base</a></span></li>
82
+
83
+ <li class="next">KatelloApi::Resources::ProductsBulkAction</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/katello_api/resources/products_bulk_action.rb</dd>
100
+
101
+ </dl>
102
+ <div class="clear"></div>
103
+
104
+
105
+ <h2>Constant Summary</h2>
106
+
107
+
108
+
109
+
110
+ <h2>Constant Summary</h2>
111
+
112
+ <h3 class="inherited">Constants inherited
113
+ from <span class='object_link'><a href="../Base.html" title="KatelloApi::Base (class)">Base</a></span></h3>
114
+ <p class="inherited"><span class='object_link'><a href="../Base.html#API_VERSION-constant" title="KatelloApi::Base::API_VERSION (constant)">Base::API_VERSION</a></span></p>
115
+
116
+
117
+
118
+
119
+ <h2>Instance Attribute Summary</h2>
120
+
121
+ <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="../Base.html" title="KatelloApi::Base (class)">Base</a></span></h3>
122
+ <p class="inherited"><span class='object_link'><a href="../Base.html#client-instance_method" title="KatelloApi::Base#client (method)">#client</a></span>, <span class='object_link'><a href="../Base.html#config-instance_method" title="KatelloApi::Base#config (method)">#config</a></span></p>
123
+
124
+
125
+
126
+ <h2>
127
+ Class Method Summary
128
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
129
+ </h2>
130
+
131
+ <ul class="summary">
132
+
133
+ <li class="public ">
134
+ <span class="summary_signature">
135
+
136
+ <a href="#doc-class_method" title="doc (class method)">+ (Object) <strong>doc</strong> </a>
137
+
138
+
139
+
140
+ </span>
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+ <span class="summary_desc"><div class='inline'></div></span>
151
+
152
+ </li>
153
+
154
+
155
+ </ul>
156
+
157
+ <h2>
158
+ Instance Method Summary
159
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
160
+ </h2>
161
+
162
+ <ul class="summary">
163
+
164
+ <li class="public ">
165
+ <span class="summary_signature">
166
+
167
+ <a href="#destroy_products-instance_method" title="#destroy_products (instance method)">- (Array) <strong>destroy_products</strong>(params = {}, headers = {}) </a>
168
+
169
+
170
+
171
+ </span>
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+ <span class="summary_desc"><div class='inline'>
182
+ <p>First item: parsed data; second item: raw body.</p>
183
+ </div></span>
184
+
185
+ </li>
186
+
187
+
188
+ <li class="public ">
189
+ <span class="summary_signature">
190
+
191
+ <a href="#sync_products-instance_method" title="#sync_products (instance method)">- (Array) <strong>sync_products</strong>(params = {}, headers = {}) </a>
192
+
193
+
194
+
195
+ </span>
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+ <span class="summary_desc"><div class='inline'>
206
+ <p>First item: parsed data; second item: raw body.</p>
207
+ </div></span>
208
+
209
+ </li>
210
+
211
+
212
+ <li class="public ">
213
+ <span class="summary_signature">
214
+
215
+ <a href="#update_sync_plans-instance_method" title="#update_sync_plans (instance method)">- (Array) <strong>update_sync_plans</strong>(params = {}, headers = {}) </a>
216
+
217
+
218
+
219
+ </span>
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+ <span class="summary_desc"><div class='inline'>
230
+ <p>First item: parsed data; second item: raw body.</p>
231
+ </div></span>
232
+
233
+ </li>
234
+
235
+
236
+ </ul>
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+ <h3 class="inherited">Methods inherited from <span class='object_link'><a href="../Base.html" title="KatelloApi::Base (class)">Base</a></span></h3>
249
+ <p class="inherited"><span class='object_link'><a href="../Base.html#http_call-instance_method" title="KatelloApi::Base#http_call (method)">#http_call</a></span>, <span class='object_link'><a href="../Base.html#initialize-instance_method" title="KatelloApi::Base#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="../Base.html#method_doc-class_method" title="KatelloApi::Base.method_doc (method)">method_doc</a></span>, <span class='object_link'><a href="../Base.html#perform_call-instance_method" title="KatelloApi::Base#perform_call (method)">#perform_call</a></span>, <span class='object_link'><a href="../Base.html#validate_params%21-instance_method" title="KatelloApi::Base#validate_params! (method)">#validate_params!</a></span>, <span class='object_link'><a href="../Base.html#validation_hash-class_method" title="KatelloApi::Base.validation_hash (method)">validation_hash</a></span></p>
250
+ <div id="constructor_details" class="method_details_list">
251
+ <h2>Constructor Details</h2>
252
+
253
+ <p class="notice">This class inherits a constructor from <span class='object_link'><a href="../Base.html#initialize-instance_method" title="KatelloApi::Base#initialize (method)">KatelloApi::Base</a></span></p>
254
+
255
+ </div>
256
+
257
+
258
+ <div id="class_method_details" class="method_details_list">
259
+ <h2>Class Method Details</h2>
260
+
261
+
262
+ <div class="method_details first">
263
+ <h3 class="signature first" id="doc-class_method">
264
+
265
+ + (<tt>Object</tt>) <strong>doc</strong>
266
+
267
+
268
+
269
+
270
+
271
+ </h3><table class="source_code">
272
+ <tr>
273
+ <td>
274
+ <pre class="lines">
275
+
276
+
277
+ 4
278
+ 5
279
+ 6</pre>
280
+ </td>
281
+ <td>
282
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/products_bulk_action.rb', line 4</span>
283
+
284
+ <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
285
+ <span class='ivar'>@doc</span> <span class='op'>||=</span> <span class='const'>KatelloApi</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>resources</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>products_bulk_actions</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span>
286
+ <span class='kw'>end</span></pre>
287
+ </td>
288
+ </tr>
289
+ </table>
290
+ </div>
291
+
292
+ </div>
293
+
294
+ <div id="instance_method_details" class="method_details_list">
295
+ <h2>Instance Method Details</h2>
296
+
297
+
298
+ <div class="method_details first">
299
+ <h3 class="signature first" id="destroy_products-instance_method">
300
+
301
+ - (<tt>Array</tt>) <strong>destroy_products</strong>(params = {}, headers = {})
302
+
303
+
304
+
305
+
306
+
307
+ </h3><div class="docstring">
308
+ <div class="discussion">
309
+
310
+ <p>Returns First item: parsed data; second item: raw body</p>
311
+
312
+
313
+ </div>
314
+ </div>
315
+ <div class="tags">
316
+ <p class="tag_title">Parameters:</p>
317
+ <ul class="param">
318
+
319
+ <li>
320
+
321
+ <span class='name'>params</span>
322
+
323
+
324
+ <span class='type'>(<tt>Hash</tt>)</span>
325
+
326
+
327
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
328
+
329
+
330
+ &mdash;
331
+ <div class='inline'>
332
+ <p>a hash of params to be passed to the service</p>
333
+ </div>
334
+
335
+ </li>
336
+
337
+ <li>
338
+
339
+ <span class='name'>headers</span>
340
+
341
+
342
+ <span class='type'>(<tt>Hash</tt>)</span>
343
+
344
+
345
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
346
+
347
+
348
+ &mdash;
349
+ <div class='inline'>
350
+ <p>additional http headers</p>
351
+ </div>
352
+
353
+ </li>
354
+
355
+ </ul>
356
+
357
+
358
+
359
+
360
+ <p class="tag_title">Options Hash (<tt>params</tt>):</p>
361
+ <ul class="option">
362
+
363
+ <li>
364
+ <span class="name">ids</span>
365
+ <span class="type">(<tt>Array</tt>)</span>
366
+ <span class="default">
367
+
368
+ </span>
369
+
370
+ &mdash; <div class='inline'>
371
+ <p>list of product ids</p>
372
+ </div>
373
+
374
+ </li>
375
+
376
+ </ul>
377
+
378
+
379
+
380
+
381
+ <p class="tag_title">Returns:</p>
382
+ <ul class="return">
383
+
384
+ <li>
385
+
386
+
387
+ <span class='type'>(<tt>Array</tt>)</span>
388
+
389
+
390
+
391
+ &mdash;
392
+ <div class='inline'>
393
+ <p>First item: parsed data; second item: raw body</p>
394
+ </div>
395
+
396
+ </li>
397
+
398
+ </ul>
399
+
400
+ </div><table class="source_code">
401
+ <tr>
402
+ <td>
403
+ <pre class="lines">
404
+
405
+
406
+ 13
407
+ 14
408
+ 15</pre>
409
+ </td>
410
+ <td>
411
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/products_bulk_action.rb', line 13</span>
412
+
413
+ <span class='kw'>def</span> <span class='id identifier rubyid_destroy_products'>destroy_products</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
414
+ <span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
415
+ <span class='kw'>end</span></pre>
416
+ </td>
417
+ </tr>
418
+ </table>
419
+ </div>
420
+
421
+ <div class="method_details ">
422
+ <h3 class="signature " id="sync_products-instance_method">
423
+
424
+ - (<tt>Array</tt>) <strong>sync_products</strong>(params = {}, headers = {})
425
+
426
+
427
+
428
+
429
+
430
+ </h3><div class="docstring">
431
+ <div class="discussion">
432
+
433
+ <p>Returns First item: parsed data; second item: raw body</p>
434
+
435
+
436
+ </div>
437
+ </div>
438
+ <div class="tags">
439
+ <p class="tag_title">Parameters:</p>
440
+ <ul class="param">
441
+
442
+ <li>
443
+
444
+ <span class='name'>params</span>
445
+
446
+
447
+ <span class='type'>(<tt>Hash</tt>)</span>
448
+
449
+
450
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
451
+
452
+
453
+ &mdash;
454
+ <div class='inline'>
455
+ <p>a hash of params to be passed to the service</p>
456
+ </div>
457
+
458
+ </li>
459
+
460
+ <li>
461
+
462
+ <span class='name'>headers</span>
463
+
464
+
465
+ <span class='type'>(<tt>Hash</tt>)</span>
466
+
467
+
468
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
469
+
470
+
471
+ &mdash;
472
+ <div class='inline'>
473
+ <p>additional http headers</p>
474
+ </div>
475
+
476
+ </li>
477
+
478
+ </ul>
479
+
480
+
481
+
482
+
483
+ <p class="tag_title">Options Hash (<tt>params</tt>):</p>
484
+ <ul class="option">
485
+
486
+ <li>
487
+ <span class="name">ids</span>
488
+ <span class="type">(<tt>Array</tt>)</span>
489
+ <span class="default">
490
+
491
+ </span>
492
+
493
+ &mdash; <div class='inline'>
494
+ <p>list of product ids</p>
495
+ </div>
496
+
497
+ </li>
498
+
499
+ </ul>
500
+
501
+
502
+
503
+
504
+ <p class="tag_title">Returns:</p>
505
+ <ul class="return">
506
+
507
+ <li>
508
+
509
+
510
+ <span class='type'>(<tt>Array</tt>)</span>
511
+
512
+
513
+
514
+ &mdash;
515
+ <div class='inline'>
516
+ <p>First item: parsed data; second item: raw body</p>
517
+ </div>
518
+
519
+ </li>
520
+
521
+ </ul>
522
+
523
+ </div><table class="source_code">
524
+ <tr>
525
+ <td>
526
+ <pre class="lines">
527
+
528
+
529
+ 22
530
+ 23
531
+ 24</pre>
532
+ </td>
533
+ <td>
534
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/products_bulk_action.rb', line 22</span>
535
+
536
+ <span class='kw'>def</span> <span class='id identifier rubyid_sync_products'>sync_products</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
537
+ <span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
538
+ <span class='kw'>end</span></pre>
539
+ </td>
540
+ </tr>
541
+ </table>
542
+ </div>
543
+
544
+ <div class="method_details ">
545
+ <h3 class="signature " id="update_sync_plans-instance_method">
546
+
547
+ - (<tt>Array</tt>) <strong>update_sync_plans</strong>(params = {}, headers = {})
548
+
549
+
550
+
551
+
552
+
553
+ </h3><div class="docstring">
554
+ <div class="discussion">
555
+
556
+ <p>Returns First item: parsed data; second item: raw body</p>
557
+
558
+
559
+ </div>
560
+ </div>
561
+ <div class="tags">
562
+ <p class="tag_title">Parameters:</p>
563
+ <ul class="param">
564
+
565
+ <li>
566
+
567
+ <span class='name'>params</span>
568
+
569
+
570
+ <span class='type'>(<tt>Hash</tt>)</span>
571
+
572
+
573
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
574
+
575
+
576
+ &mdash;
577
+ <div class='inline'>
578
+ <p>a hash of params to be passed to the service</p>
579
+ </div>
580
+
581
+ </li>
582
+
583
+ <li>
584
+
585
+ <span class='name'>headers</span>
586
+
587
+
588
+ <span class='type'>(<tt>Hash</tt>)</span>
589
+
590
+
591
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
592
+
593
+
594
+ &mdash;
595
+ <div class='inline'>
596
+ <p>additional http headers</p>
597
+ </div>
598
+
599
+ </li>
600
+
601
+ </ul>
602
+
603
+
604
+
605
+
606
+ <p class="tag_title">Options Hash (<tt>params</tt>):</p>
607
+ <ul class="option">
608
+
609
+ <li>
610
+ <span class="name">plan_id</span>
611
+ <span class="type">(<tt>String</tt>)</span>
612
+ <span class="default">
613
+
614
+ </span>
615
+
616
+ &mdash; <div class='inline'>
617
+ <p>sync plan identifier to attach</p>
618
+ </div>
619
+
620
+ </li>
621
+
622
+ <li>
623
+ <span class="name">ids</span>
624
+ <span class="type">(<tt>Array</tt>)</span>
625
+ <span class="default">
626
+
627
+ </span>
628
+
629
+ &mdash; <div class='inline'>
630
+ <p>list of product ids</p>
631
+ </div>
632
+
633
+ </li>
634
+
635
+ </ul>
636
+
637
+
638
+
639
+
640
+ <p class="tag_title">Returns:</p>
641
+ <ul class="return">
642
+
643
+ <li>
644
+
645
+
646
+ <span class='type'>(<tt>Array</tt>)</span>
647
+
648
+
649
+
650
+ &mdash;
651
+ <div class='inline'>
652
+ <p>First item: parsed data; second item: raw body</p>
653
+ </div>
654
+
655
+ </li>
656
+
657
+ </ul>
658
+
659
+ </div><table class="source_code">
660
+ <tr>
661
+ <td>
662
+ <pre class="lines">
663
+
664
+
665
+ 32
666
+ 33
667
+ 34</pre>
668
+ </td>
669
+ <td>
670
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/products_bulk_action.rb', line 32</span>
671
+
672
+ <span class='kw'>def</span> <span class='id identifier rubyid_update_sync_plans'>update_sync_plans</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
673
+ <span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
674
+ <span class='kw'>end</span></pre>
675
+ </td>
676
+ </tr>
677
+ </table>
678
+ </div>
679
+
680
+ </div>
681
+
682
+ </div>
683
+
684
+ <div id="footer">
685
+ Generated on Fri Jan 24 14:25:26 2014 by
686
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
687
+ 0.8.7.3 (ruby-1.9.3).
688
+ </div>
689
+
690
+ </body>
691
+ </html>