katello_api 0.0.3 → 0.0.4
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 +15 -0
- data/.gitignore +3 -0
- data/Gemfile +1 -1
- data/README.rdoc +22 -13
- data/Rakefile +0 -1
- data/doc/KatelloApi/Base.html +102 -116
- data/doc/KatelloApi/Generator/Base.html +65 -80
- data/doc/KatelloApi/Generator.html +5 -5
- data/doc/KatelloApi/Resources/About.html +360 -0
- data/doc/KatelloApi/Resources/ActivationKey.html +190 -304
- data/doc/KatelloApi/Resources/Architecture.html +89 -129
- data/doc/KatelloApi/Resources/Changeset.html +156 -399
- data/doc/KatelloApi/Resources/ChangesetsContent.html +97 -2215
- data/doc/KatelloApi/Resources/ComputeResource.html +131 -189
- data/doc/KatelloApi/Resources/ConfigTemplate.html +143 -208
- data/doc/KatelloApi/Resources/ContentUpload.html +1046 -0
- data/doc/KatelloApi/Resources/ContentView.html +229 -117
- data/doc/KatelloApi/Resources/ContentViewDefinition.html +1190 -323
- data/doc/KatelloApi/Resources/Crl.html +21 -28
- data/doc/KatelloApi/Resources/CustomInfo.html +1110 -0
- data/doc/KatelloApi/Resources/Distribution.html +40 -56
- data/doc/KatelloApi/Resources/Distributor.html +406 -469
- data/doc/KatelloApi/Resources/Domain.html +107 -155
- data/doc/KatelloApi/Resources/Environment.html +211 -539
- data/doc/KatelloApi/Resources/Erratum.html +56 -90
- data/doc/KatelloApi/Resources/Filter.html +1533 -0
- data/doc/KatelloApi/Resources/FilterRule.html +591 -0
- data/doc/KatelloApi/Resources/GpgKey.html +230 -196
- data/doc/KatelloApi/Resources/HardwareModel.html +101 -147
- data/doc/KatelloApi/Resources/Organization.html +647 -158
- data/doc/KatelloApi/Resources/OrganizationDefaultInfo.html +803 -0
- data/doc/KatelloApi/Resources/Package.html +57 -81
- data/doc/KatelloApi/Resources/Permission.html +109 -197
- data/doc/KatelloApi/Resources/Ping.html +37 -179
- data/doc/KatelloApi/Resources/Product.html +289 -462
- data/doc/KatelloApi/Resources/Provider.html +397 -424
- data/doc/KatelloApi/Resources/PuppetModule.html +704 -0
- data/doc/KatelloApi/Resources/Repository.html +302 -958
- data/doc/KatelloApi/Resources/RepositorySet.html +64 -104
- data/doc/KatelloApi/Resources/Role.html +131 -250
- data/doc/KatelloApi/Resources/RoleLdapGroup.html +74 -95
- data/doc/KatelloApi/Resources/SmartProxy.html +97 -143
- data/doc/KatelloApi/Resources/Statu.html +21 -28
- data/doc/KatelloApi/Resources/Status.html +360 -0
- data/doc/KatelloApi/Resources/Subnet.html +89 -129
- data/doc/KatelloApi/Resources/Subscription.html +486 -162
- data/doc/KatelloApi/Resources/Sync.html +85 -155
- data/doc/KatelloApi/Resources/SyncPlan.html +127 -220
- data/doc/KatelloApi/Resources/System.html +913 -925
- data/doc/KatelloApi/Resources/SystemErratum.html +557 -0
- data/doc/KatelloApi/Resources/SystemGroup.html +634 -408
- data/doc/KatelloApi/Resources/SystemGroupErratum.html +47 -66
- data/doc/KatelloApi/Resources/SystemGroupPackage.html +77 -108
- data/doc/KatelloApi/Resources/SystemPackage.html +734 -108
- data/doc/KatelloApi/Resources/SystemsBulkAction.html +1706 -0
- data/doc/KatelloApi/Resources/Task.html +38 -53
- data/doc/KatelloApi/Resources/Template.html +159 -233
- data/doc/KatelloApi/Resources/TemplatesContent.html +214 -312
- data/doc/KatelloApi/Resources/Uebercert.html +25 -34
- data/doc/KatelloApi/Resources/User.html +204 -433
- data/doc/KatelloApi/Resources.html +7 -7
- data/doc/KatelloApi.html +21 -26
- data/doc/_index.html +87 -9
- data/doc/class_list.html +3 -2
- data/doc/css/style.css +1 -1
- data/doc/file.README.html +60 -54
- data/doc/file_list.html +2 -1
- data/doc/frames.html +5 -7
- data/doc/index.html +60 -54
- data/doc/js/app.js +7 -2
- data/doc/js/full_list.js +7 -2
- data/doc/method_list.html +854 -1225
- data/doc/top-level-namespace.html +5 -5
- data/katello_api.gemspec +7 -5
- data/lib/katello_api/base.rb +9 -8
- data/lib/katello_api/documentation.json +1 -1
- data/lib/katello_api/resources/about.rb +18 -0
- data/lib/katello_api/resources/activation_key.rb +11 -13
- data/lib/katello_api/resources/changeset.rb +4 -15
- data/lib/katello_api/resources/changesets_content.rb +6 -130
- data/lib/katello_api/resources/content_upload.rb +61 -0
- data/lib/katello_api/resources/content_view.rb +10 -1
- data/lib/katello_api/resources/content_view_definition.rb +65 -3
- data/lib/katello_api/resources/custom_info.rb +70 -0
- data/lib/katello_api/resources/distributor.rb +33 -18
- data/lib/katello_api/resources/environment.rb +20 -41
- data/lib/katello_api/resources/erratum.rb +3 -4
- data/lib/katello_api/resources/filter.rb +93 -0
- data/lib/katello_api/resources/filter_rule.rb +36 -0
- data/lib/katello_api/resources/gpg_key.rb +18 -14
- data/lib/katello_api/resources/organization.rb +43 -8
- data/lib/katello_api/resources/organization_default_info.rb +48 -0
- data/lib/katello_api/resources/permission.rb +10 -7
- data/lib/katello_api/resources/ping.rb +1 -9
- data/lib/katello_api/resources/product.rb +26 -30
- data/lib/katello_api/resources/provider.rb +21 -20
- data/lib/katello_api/resources/puppet_module.rb +39 -0
- data/lib/katello_api/resources/repository.rb +28 -62
- data/lib/katello_api/resources/repository_set.rb +1 -2
- data/lib/katello_api/resources/role.rb +0 -5
- data/lib/katello_api/resources/role_ldap_group.rb +3 -1
- data/lib/katello_api/resources/status.rb +18 -0
- data/lib/katello_api/resources/subscription.rb +33 -7
- data/lib/katello_api/resources/sync.rb +9 -12
- data/lib/katello_api/resources/sync_plan.rb +2 -5
- data/lib/katello_api/resources/system.rb +95 -73
- data/lib/katello_api/resources/system_erratum.rb +30 -0
- data/lib/katello_api/resources/system_group.rb +40 -27
- data/lib/katello_api/resources/system_group_erratum.rb +1 -1
- data/lib/katello_api/resources/system_group_package.rb +6 -6
- data/lib/katello_api/resources/system_package.rb +46 -5
- data/lib/katello_api/resources/systems_bulk_action.rb +140 -0
- data/lib/katello_api/resources/user.rb +14 -18
- data/lib/katello_api/version.rb +1 -1
- metadata +26 -14
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
Class: KatelloApi::Resources::RepositorySet
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.8.
|
|
9
|
+
— Documentation by YARD 0.8.7.3
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
|
14
14
|
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
|
@@ -178,9 +178,8 @@
|
|
|
178
178
|
|
|
179
179
|
|
|
180
180
|
|
|
181
|
-
<span class="summary_desc"><div class='inline'
|
|
182
|
-
First item: parsed data; second item: raw body
|
|
183
|
-
</p>
|
|
181
|
+
<span class="summary_desc"><div class='inline'>
|
|
182
|
+
<p>First item: parsed data; second item: raw body.</p>
|
|
184
183
|
</div></span>
|
|
185
184
|
|
|
186
185
|
</li>
|
|
@@ -203,9 +202,8 @@ First item: parsed data; second item: raw body.
|
|
|
203
202
|
|
|
204
203
|
|
|
205
204
|
|
|
206
|
-
<span class="summary_desc"><div class='inline'
|
|
207
|
-
First item: parsed data; second item: raw body
|
|
208
|
-
</p>
|
|
205
|
+
<span class="summary_desc"><div class='inline'>
|
|
206
|
+
<p>First item: parsed data; second item: raw body.</p>
|
|
209
207
|
</div></span>
|
|
210
208
|
|
|
211
209
|
</li>
|
|
@@ -228,9 +226,8 @@ First item: parsed data; second item: raw body.
|
|
|
228
226
|
|
|
229
227
|
|
|
230
228
|
|
|
231
|
-
<span class="summary_desc"><div class='inline'
|
|
232
|
-
First item: parsed data; second item: raw body
|
|
233
|
-
</p>
|
|
229
|
+
<span class="summary_desc"><div class='inline'>
|
|
230
|
+
<p>First item: parsed data; second item: raw body.</p>
|
|
234
231
|
</div></span>
|
|
235
232
|
|
|
236
233
|
</li>
|
|
@@ -284,10 +281,9 @@ First item: parsed data; second item: raw body.
|
|
|
284
281
|
<td>
|
|
285
282
|
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/repository_set.rb', line 4</span>
|
|
286
283
|
|
|
287
|
-
<span class='
|
|
288
|
-
<span class='
|
|
289
|
-
<span class='
|
|
290
|
-
</pre>
|
|
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'>"</span><span class='tstring_content'>repository_sets</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
|
286
|
+
<span class='kw'>end</span></pre>
|
|
291
287
|
</td>
|
|
292
288
|
</tr>
|
|
293
289
|
</table>
|
|
@@ -310,9 +306,8 @@ First item: parsed data; second item: raw body.
|
|
|
310
306
|
|
|
311
307
|
</h3><div class="docstring">
|
|
312
308
|
<div class="discussion">
|
|
313
|
-
|
|
314
|
-
First item: parsed data; second item: raw body
|
|
315
|
-
</p>
|
|
309
|
+
|
|
310
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
|
316
311
|
|
|
317
312
|
|
|
318
313
|
</div>
|
|
@@ -333,9 +328,8 @@ First item: parsed data; second item: raw body
|
|
|
333
328
|
|
|
334
329
|
|
|
335
330
|
—
|
|
336
|
-
<div class='inline'
|
|
337
|
-
a hash of params to be passed to the service
|
|
338
|
-
</p>
|
|
331
|
+
<div class='inline'>
|
|
332
|
+
<p>a hash of params to be passed to the service</p>
|
|
339
333
|
</div>
|
|
340
334
|
|
|
341
335
|
</li>
|
|
@@ -352,9 +346,8 @@ a hash of params to be passed to the service
|
|
|
352
346
|
|
|
353
347
|
|
|
354
348
|
—
|
|
355
|
-
<div class='inline'
|
|
356
|
-
additional http headers
|
|
357
|
-
</p>
|
|
349
|
+
<div class='inline'>
|
|
350
|
+
<p>additional http headers</p>
|
|
358
351
|
</div>
|
|
359
352
|
|
|
360
353
|
</li>
|
|
@@ -374,9 +367,8 @@ additional http headers
|
|
|
374
367
|
|
|
375
368
|
</span>
|
|
376
369
|
|
|
377
|
-
— <div class='inline'
|
|
378
|
-
id of the repository set to disable
|
|
379
|
-
</p>
|
|
370
|
+
— <div class='inline'>
|
|
371
|
+
<p>id of the repository set to disable</p>
|
|
380
372
|
</div>
|
|
381
373
|
|
|
382
374
|
</li>
|
|
@@ -388,9 +380,8 @@ id of the repository set to disable
|
|
|
388
380
|
|
|
389
381
|
</span>
|
|
390
382
|
|
|
391
|
-
— <div class='inline'
|
|
392
|
-
id of an organization the repository will be contained in
|
|
393
|
-
</p>
|
|
383
|
+
— <div class='inline'>
|
|
384
|
+
<p>id of an organization the repository will be contained in</p>
|
|
394
385
|
</div>
|
|
395
386
|
|
|
396
387
|
</li>
|
|
@@ -402,9 +393,8 @@ id of an organization the repository will be contained in
|
|
|
402
393
|
|
|
403
394
|
</span>
|
|
404
395
|
|
|
405
|
-
— <div class='inline'
|
|
406
|
-
id of a product the repository will be contained in
|
|
407
|
-
</p>
|
|
396
|
+
— <div class='inline'>
|
|
397
|
+
<p>id of a product the repository will be contained in</p>
|
|
408
398
|
</div>
|
|
409
399
|
|
|
410
400
|
</li>
|
|
@@ -425,9 +415,8 @@ id of a product the repository will be contained in
|
|
|
425
415
|
|
|
426
416
|
|
|
427
417
|
—
|
|
428
|
-
<div class='inline'
|
|
429
|
-
First item: parsed data; second item: raw body
|
|
430
|
-
</p>
|
|
418
|
+
<div class='inline'>
|
|
419
|
+
<p>First item: parsed data; second item: raw body</p>
|
|
431
420
|
</div>
|
|
432
421
|
|
|
433
422
|
</li>
|
|
@@ -447,10 +436,9 @@ First item: parsed data; second item: raw body
|
|
|
447
436
|
<td>
|
|
448
437
|
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/repository_set.rb', line 26</span>
|
|
449
438
|
|
|
450
|
-
<span class='
|
|
451
|
-
<span class='
|
|
452
|
-
<span class='
|
|
453
|
-
</pre>
|
|
439
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_disable'>disable</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>
|
|
440
|
+
<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>
|
|
441
|
+
<span class='kw'>end</span></pre>
|
|
454
442
|
</td>
|
|
455
443
|
</tr>
|
|
456
444
|
</table>
|
|
@@ -467,9 +455,8 @@ First item: parsed data; second item: raw body
|
|
|
467
455
|
|
|
468
456
|
</h3><div class="docstring">
|
|
469
457
|
<div class="discussion">
|
|
470
|
-
|
|
471
|
-
First item: parsed data; second item: raw body
|
|
472
|
-
</p>
|
|
458
|
+
|
|
459
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
|
473
460
|
|
|
474
461
|
|
|
475
462
|
</div>
|
|
@@ -490,9 +477,8 @@ First item: parsed data; second item: raw body
|
|
|
490
477
|
|
|
491
478
|
|
|
492
479
|
—
|
|
493
|
-
<div class='inline'
|
|
494
|
-
a hash of params to be passed to the service
|
|
495
|
-
</p>
|
|
480
|
+
<div class='inline'>
|
|
481
|
+
<p>a hash of params to be passed to the service</p>
|
|
496
482
|
</div>
|
|
497
483
|
|
|
498
484
|
</li>
|
|
@@ -509,9 +495,8 @@ a hash of params to be passed to the service
|
|
|
509
495
|
|
|
510
496
|
|
|
511
497
|
—
|
|
512
|
-
<div class='inline'
|
|
513
|
-
additional http headers
|
|
514
|
-
</p>
|
|
498
|
+
<div class='inline'>
|
|
499
|
+
<p>additional http headers</p>
|
|
515
500
|
</div>
|
|
516
501
|
|
|
517
502
|
</li>
|
|
@@ -531,9 +516,8 @@ additional http headers
|
|
|
531
516
|
|
|
532
517
|
</span>
|
|
533
518
|
|
|
534
|
-
— <div class='inline'
|
|
535
|
-
id or name of the repository set to enable
|
|
536
|
-
</p>
|
|
519
|
+
— <div class='inline'>
|
|
520
|
+
<p>id or name of the repository set to enable</p>
|
|
537
521
|
</div>
|
|
538
522
|
|
|
539
523
|
</li>
|
|
@@ -545,9 +529,8 @@ id or name of the repository set to enable
|
|
|
545
529
|
|
|
546
530
|
</span>
|
|
547
531
|
|
|
548
|
-
— <div class='inline'
|
|
549
|
-
id of an organization the repository will be contained in
|
|
550
|
-
</p>
|
|
532
|
+
— <div class='inline'>
|
|
533
|
+
<p>id of an organization the repository will be contained in</p>
|
|
551
534
|
</div>
|
|
552
535
|
|
|
553
536
|
</li>
|
|
@@ -559,9 +542,8 @@ id of an organization the repository will be contained in
|
|
|
559
542
|
|
|
560
543
|
</span>
|
|
561
544
|
|
|
562
|
-
— <div class='inline'
|
|
563
|
-
id of a product the repository will be contained in
|
|
564
|
-
</p>
|
|
545
|
+
— <div class='inline'>
|
|
546
|
+
<p>id of a product the repository will be contained in</p>
|
|
565
547
|
</div>
|
|
566
548
|
|
|
567
549
|
</li>
|
|
@@ -582,9 +564,8 @@ id of a product the repository will be contained in
|
|
|
582
564
|
|
|
583
565
|
|
|
584
566
|
—
|
|
585
|
-
<div class='inline'
|
|
586
|
-
First item: parsed data; second item: raw body
|
|
587
|
-
</p>
|
|
567
|
+
<div class='inline'>
|
|
568
|
+
<p>First item: parsed data; second item: raw body</p>
|
|
588
569
|
</div>
|
|
589
570
|
|
|
590
571
|
</li>
|
|
@@ -604,10 +585,9 @@ First item: parsed data; second item: raw body
|
|
|
604
585
|
<td>
|
|
605
586
|
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/repository_set.rb', line 15</span>
|
|
606
587
|
|
|
607
|
-
<span class='
|
|
608
|
-
<span class='
|
|
609
|
-
<span class='
|
|
610
|
-
</pre>
|
|
588
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_enable'>enable</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>
|
|
589
|
+
<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>
|
|
590
|
+
<span class='kw'>end</span></pre>
|
|
611
591
|
</td>
|
|
612
592
|
</tr>
|
|
613
593
|
</table>
|
|
@@ -624,9 +604,8 @@ First item: parsed data; second item: raw body
|
|
|
624
604
|
|
|
625
605
|
</h3><div class="docstring">
|
|
626
606
|
<div class="discussion">
|
|
627
|
-
|
|
628
|
-
First item: parsed data; second item: raw body
|
|
629
|
-
</p>
|
|
607
|
+
|
|
608
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
|
630
609
|
|
|
631
610
|
|
|
632
611
|
</div>
|
|
@@ -647,9 +626,8 @@ First item: parsed data; second item: raw body
|
|
|
647
626
|
|
|
648
627
|
|
|
649
628
|
—
|
|
650
|
-
<div class='inline'
|
|
651
|
-
a hash of params to be passed to the service
|
|
652
|
-
</p>
|
|
629
|
+
<div class='inline'>
|
|
630
|
+
<p>a hash of params to be passed to the service</p>
|
|
653
631
|
</div>
|
|
654
632
|
|
|
655
633
|
</li>
|
|
@@ -666,9 +644,8 @@ a hash of params to be passed to the service
|
|
|
666
644
|
|
|
667
645
|
|
|
668
646
|
—
|
|
669
|
-
<div class='inline'
|
|
670
|
-
additional http headers
|
|
671
|
-
</p>
|
|
647
|
+
<div class='inline'>
|
|
648
|
+
<p>additional http headers</p>
|
|
672
649
|
</div>
|
|
673
650
|
|
|
674
651
|
</li>
|
|
@@ -681,20 +658,6 @@ additional http headers
|
|
|
681
658
|
<p class="tag_title">Options Hash (<tt>params</tt>):</p>
|
|
682
659
|
<ul class="option">
|
|
683
660
|
|
|
684
|
-
<li>
|
|
685
|
-
<span class="name">organization_id</span>
|
|
686
|
-
<span class="type">(<tt>String</tt>)</span>
|
|
687
|
-
<span class="default">
|
|
688
|
-
|
|
689
|
-
</span>
|
|
690
|
-
|
|
691
|
-
— <div class='inline'><p>
|
|
692
|
-
id of an
|
|
693
|
-
</p>
|
|
694
|
-
</div>
|
|
695
|
-
|
|
696
|
-
</li>
|
|
697
|
-
|
|
698
661
|
<li>
|
|
699
662
|
<span class="name">product_id</span>
|
|
700
663
|
<span class="type">(<tt>String</tt>)</span>
|
|
@@ -702,9 +665,8 @@ id of an
|
|
|
702
665
|
|
|
703
666
|
</span>
|
|
704
667
|
|
|
705
|
-
— <div class='inline'
|
|
706
|
-
id of a product to list repository sets
|
|
707
|
-
</p>
|
|
668
|
+
— <div class='inline'>
|
|
669
|
+
<p>id of a product to list repository sets for</p>
|
|
708
670
|
</div>
|
|
709
671
|
|
|
710
672
|
</li>
|
|
@@ -725,9 +687,8 @@ id of a product to list repository sets in
|
|
|
725
687
|
|
|
726
688
|
|
|
727
689
|
—
|
|
728
|
-
<div class='inline'
|
|
729
|
-
First item: parsed data; second item: raw body
|
|
730
|
-
</p>
|
|
690
|
+
<div class='inline'>
|
|
691
|
+
<p>First item: parsed data; second item: raw body</p>
|
|
731
692
|
</div>
|
|
732
693
|
|
|
733
694
|
</li>
|
|
@@ -740,17 +701,16 @@ First item: parsed data; second item: raw body
|
|
|
740
701
|
<pre class="lines">
|
|
741
702
|
|
|
742
703
|
|
|
704
|
+
35
|
|
743
705
|
36
|
|
744
|
-
37
|
|
745
|
-
38</pre>
|
|
706
|
+
37</pre>
|
|
746
707
|
</td>
|
|
747
708
|
<td>
|
|
748
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/repository_set.rb', line
|
|
709
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/repository_set.rb', line 35</span>
|
|
749
710
|
|
|
750
|
-
<span class='
|
|
751
|
-
<span class='
|
|
752
|
-
<span class='
|
|
753
|
-
</pre>
|
|
711
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_index'>index</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>
|
|
712
|
+
<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>
|
|
713
|
+
<span class='kw'>end</span></pre>
|
|
754
714
|
</td>
|
|
755
715
|
</tr>
|
|
756
716
|
</table>
|
|
@@ -761,9 +721,9 @@ First item: parsed data; second item: raw body
|
|
|
761
721
|
</div>
|
|
762
722
|
|
|
763
723
|
<div id="footer">
|
|
764
|
-
Generated on
|
|
724
|
+
Generated on Wed Jan 15 20:45:19 2014 by
|
|
765
725
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
766
|
-
0.8.
|
|
726
|
+
0.8.7.3 (ruby-1.9.3).
|
|
767
727
|
</div>
|
|
768
728
|
|
|
769
729
|
</body>
|