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
@@ -548,7 +548,7 @@
548
548
  </div>
549
549
 
550
550
  <div id="footer">
551
- Generated on Tue Jan 21 10:18:00 2014 by
551
+ Generated on Fri Jan 24 14:25:25 2014 by
552
552
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
553
553
  0.8.7.3 (ruby-1.9.3).
554
554
  </div>
@@ -632,12 +632,12 @@
632
632
  <pre class="lines">
633
633
 
634
634
 
635
- 76
636
635
  77
637
- 78</pre>
636
+ 78
637
+ 79</pre>
638
638
  </td>
639
639
  <td>
640
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 76</span>
640
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 77</span>
641
641
 
642
642
  <span class='kw'>def</span> <span class='id identifier rubyid_add_systems'>add_systems</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>
643
643
  <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>
@@ -768,12 +768,12 @@
768
768
  <pre class="lines">
769
769
 
770
770
 
771
- 115
772
771
  116
773
- 117</pre>
772
+ 117
773
+ 118</pre>
774
774
  </td>
775
775
  <td>
776
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 115</span>
776
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 116</span>
777
777
 
778
778
  <span class='kw'>def</span> <span class='id identifier rubyid_copy'>copy</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>
779
779
  <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>
@@ -939,12 +939,12 @@
939
939
  <pre class="lines">
940
940
 
941
941
 
942
- 44
943
942
  45
944
- 46</pre>
943
+ 46
944
+ 47</pre>
945
945
  </td>
946
946
  <td>
947
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 44</span>
947
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 45</span>
948
948
 
949
949
  <span class='kw'>def</span> <span class='id identifier rubyid_create'>create</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>
950
950
  <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>
@@ -1062,12 +1062,12 @@
1062
1062
  <pre class="lines">
1063
1063
 
1064
1064
 
1065
- 124
1066
1065
  125
1067
- 126</pre>
1066
+ 126
1067
+ 127</pre>
1068
1068
  </td>
1069
1069
  <td>
1070
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 124</span>
1070
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 125</span>
1071
1071
 
1072
1072
  <span class='kw'>def</span> <span class='id identifier rubyid_destroy'>destroy</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>
1073
1073
  <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>
@@ -1185,12 +1185,12 @@
1185
1185
  <pre class="lines">
1186
1186
 
1187
1187
 
1188
- 133
1189
1188
  134
1190
- 135</pre>
1189
+ 135
1190
+ 136</pre>
1191
1191
  </td>
1192
1192
  <td>
1193
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 133</span>
1193
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 134</span>
1194
1194
 
1195
1195
  <span class='kw'>def</span> <span class='id identifier rubyid_destroy_systems'>destroy_systems</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>
1196
1196
  <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>
@@ -1308,12 +1308,12 @@
1308
1308
  <pre class="lines">
1309
1309
 
1310
1310
 
1311
- 95
1312
1311
  96
1313
- 97</pre>
1312
+ 97
1313
+ 98</pre>
1314
1314
  </td>
1315
1315
  <td>
1316
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 95</span>
1316
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 96</span>
1317
1317
 
1318
1318
  <span class='kw'>def</span> <span class='id identifier rubyid_history'>history</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>
1319
1319
  <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>
@@ -1444,12 +1444,12 @@
1444
1444
  <pre class="lines">
1445
1445
 
1446
1446
 
1447
- 105
1448
1447
  106
1449
- 107</pre>
1448
+ 107
1449
+ 108</pre>
1450
1450
  </td>
1451
1451
  <td>
1452
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 105</span>
1452
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 106</span>
1453
1453
 
1454
1454
  <span class='kw'>def</span> <span class='id identifier rubyid_history_show'>history_show</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>
1455
1455
  <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>
@@ -1537,6 +1537,19 @@
1537
1537
 
1538
1538
  </li>
1539
1539
 
1540
+ <li>
1541
+ <span class="name">full_results</span>
1542
+ <span class="type">(<tt>String</tt>)</span>
1543
+ <span class="default">
1544
+
1545
+ </span>
1546
+
1547
+ &mdash; <div class='inline'>
1548
+ <p>whether or not to show all results</p>
1549
+ </div>
1550
+
1551
+ </li>
1552
+
1540
1553
  <li>
1541
1554
  <span class="name">name</span>
1542
1555
  <span class="type">(<tt>String</tt>)</span>
@@ -1650,12 +1663,12 @@
1650
1663
  <pre class="lines">
1651
1664
 
1652
1665
 
1653
- 31
1654
1666
  32
1655
- 33</pre>
1667
+ 33
1668
+ 34</pre>
1656
1669
  </td>
1657
1670
  <td>
1658
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 31</span>
1671
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 32</span>
1659
1672
 
1660
1673
  <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>
1661
1674
  <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>
@@ -1786,12 +1799,12 @@
1786
1799
  <pre class="lines">
1787
1800
 
1788
1801
 
1789
- 86
1790
1802
  87
1791
- 88</pre>
1803
+ 88
1804
+ 89</pre>
1792
1805
  </td>
1793
1806
  <td>
1794
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 86</span>
1807
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 87</span>
1795
1808
 
1796
1809
  <span class='kw'>def</span> <span class='id identifier rubyid_remove_systems'>remove_systems</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>
1797
1810
  <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>
@@ -2032,12 +2045,12 @@
2032
2045
  <pre class="lines">
2033
2046
 
2034
2047
 
2035
- 66
2036
2048
  67
2037
- 68</pre>
2049
+ 68
2050
+ 69</pre>
2038
2051
  </td>
2039
2052
  <td>
2040
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 66</span>
2053
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 67</span>
2041
2054
 
2042
2055
  <span class='kw'>def</span> <span class='id identifier rubyid_systems'>systems</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>
2043
2056
  <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>
@@ -2203,12 +2216,12 @@
2203
2216
  <pre class="lines">
2204
2217
 
2205
2218
 
2206
- 57
2207
2219
  58
2208
- 59</pre>
2220
+ 59
2221
+ 60</pre>
2209
2222
  </td>
2210
2223
  <td>
2211
- <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 57</span>
2224
+ <pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 58</span>
2212
2225
 
2213
2226
  <span class='kw'>def</span> <span class='id identifier rubyid_update'>update</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>
2214
2227
  <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>
@@ -2223,7 +2236,7 @@
2223
2236
  </div>
2224
2237
 
2225
2238
  <div id="footer">
2226
- Generated on Tue Jan 21 10:17:59 2014 by
2239
+ Generated on Fri Jan 24 14:25:23 2014 by
2227
2240
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2228
2241
  0.8.7.3 (ruby-1.9.3).
2229
2242
  </div>
@@ -574,7 +574,7 @@
574
574
  </div>
575
575
 
576
576
  <div id="footer">
577
- Generated on Tue Jan 21 10:18:02 2014 by
577
+ Generated on Fri Jan 24 14:25:26 2014 by
578
578
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
579
579
  0.8.7.3 (ruby-1.9.3).
580
580
  </div>
@@ -786,7 +786,7 @@
786
786
  </div>
787
787
 
788
788
  <div id="footer">
789
- Generated on Tue Jan 21 10:18:01 2014 by
789
+ Generated on Fri Jan 24 14:25:26 2014 by
790
790
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
791
791
  0.8.7.3 (ruby-1.9.3).
792
792
  </div>
@@ -1387,7 +1387,7 @@
1387
1387
  </div>
1388
1388
 
1389
1389
  <div id="footer">
1390
- Generated on Tue Jan 21 10:18:00 2014 by
1390
+ Generated on Fri Jan 24 14:25:25 2014 by
1391
1391
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1392
1392
  0.8.7.3 (ruby-1.9.3).
1393
1393
  </div>
@@ -1697,7 +1697,7 @@
1697
1697
  </div>
1698
1698
 
1699
1699
  <div id="footer">
1700
- Generated on Tue Jan 21 10:18:01 2014 by
1700
+ Generated on Fri Jan 24 14:25:26 2014 by
1701
1701
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1702
1702
  0.8.7.3 (ruby-1.9.3).
1703
1703
  </div>
@@ -522,7 +522,7 @@
522
522
  </div>
523
523
 
524
524
  <div id="footer">
525
- Generated on Tue Jan 21 10:17:55 2014 by
525
+ Generated on Fri Jan 24 14:25:19 2014 by
526
526
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
527
527
  0.8.7.3 (ruby-1.9.3).
528
528
  </div>
@@ -1490,7 +1490,7 @@
1490
1490
  </div>
1491
1491
 
1492
1492
  <div id="footer">
1493
- Generated on Tue Jan 21 10:17:57 2014 by
1493
+ Generated on Fri Jan 24 14:25:21 2014 by
1494
1494
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1495
1495
  0.8.7.3 (ruby-1.9.3).
1496
1496
  </div>
@@ -2161,7 +2161,7 @@
2161
2161
  </div>
2162
2162
 
2163
2163
  <div id="footer">
2164
- Generated on Tue Jan 21 10:18:01 2014 by
2164
+ Generated on Fri Jan 24 14:25:26 2014 by
2165
2165
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2166
2166
  0.8.7.3 (ruby-1.9.3).
2167
2167
  </div>
@@ -388,7 +388,7 @@
388
388
  </div>
389
389
 
390
390
  <div id="footer">
391
- Generated on Tue Jan 21 10:17:57 2014 by
391
+ Generated on Fri Jan 24 14:25:22 2014 by
392
392
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
393
393
  0.8.7.3 (ruby-1.9.3).
394
394
  </div>
@@ -1608,7 +1608,7 @@
1608
1608
  </div>
1609
1609
 
1610
1610
  <div id="footer">
1611
- Generated on Tue Jan 21 10:17:55 2014 by
1611
+ Generated on Fri Jan 24 14:25:19 2014 by
1612
1612
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1613
1613
  0.8.7.3 (ruby-1.9.3).
1614
1614
  </div>
@@ -382,6 +382,13 @@
382
382
 
383
383
  </li>
384
384
 
385
+ <li>
386
+ <span class='object_link'><a href="KatelloApi/Resources/ProductsBulkAction.html" title="KatelloApi::Resources::ProductsBulkAction (class)">ProductsBulkAction</a></span>
387
+
388
+ <small>(KatelloApi::Resources)</small>
389
+
390
+ </li>
391
+
385
392
  <li>
386
393
  <span class='object_link'><a href="KatelloApi/Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span>
387
394
 
@@ -404,6 +411,13 @@
404
411
  <li class="letter">R</li>
405
412
  <ul>
406
413
 
414
+ <li>
415
+ <span class='object_link'><a href="KatelloApi/Resources/RepositoriesBulkAction.html" title="KatelloApi::Resources::RepositoriesBulkAction (class)">RepositoriesBulkAction</a></span>
416
+
417
+ <small>(KatelloApi::Resources)</small>
418
+
419
+ </li>
420
+
407
421
  <li>
408
422
  <span class='object_link'><a href="KatelloApi/Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span>
409
423
 
@@ -608,7 +622,7 @@
608
622
  </div>
609
623
 
610
624
  <div id="footer">
611
- Generated on Tue Jan 21 10:17:54 2014 by
625
+ Generated on Fri Jan 24 14:25:18 2014 by
612
626
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
613
627
  0.8.7.3 (ruby-1.9.3).
614
628
  </div>
@@ -46,7 +46,7 @@
46
46
 
47
47
  <ul id="full_list" class="class">
48
48
  <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
49
- <li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi.html" title="KatelloApi (module)">KatelloApi</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="KatelloApi/Base.html" title="KatelloApi::Base (class)">Base</a></span> &lt; Object<small class='search_info'>KatelloApi</small></li><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Generator.html" title="KatelloApi::Generator (module)">Generator</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Generator/Base.html" title="KatelloApi::Generator::Base (class)">Base</a></span> &lt; Group<small class='search_info'>KatelloApi::Generator</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Resources.html" title="KatelloApi::Resources (module)">Resources</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Resources/About.html" title="KatelloApi::Resources::About (class)">About</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Architecture.html" title="KatelloApi::Resources::Architecture (class)">Architecture</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Changeset.html" title="KatelloApi::Resources::Changeset (class)">Changeset</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html" title="KatelloApi::Resources::ChangesetsContent (class)">ChangesetsContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html" title="KatelloApi::Resources::ComputeResource (class)">ComputeResource</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html" title="KatelloApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html" title="KatelloApi::Resources::ContentUpload (class)">ContentUpload</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html" title="KatelloApi::Resources::ContentViewDefinition (class)">ContentViewDefinition</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Crl.html" title="KatelloApi::Resources::Crl (class)">Crl</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html" title="KatelloApi::Resources::CustomInfo (class)">CustomInfo</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distribution.html" title="KatelloApi::Resources::Distribution (class)">Distribution</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distributor.html" title="KatelloApi::Resources::Distributor (class)">Distributor</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Domain.html" title="KatelloApi::Resources::Domain (class)">Domain</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Environment.html" title="KatelloApi::Resources::Environment (class)">Environment</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Erratum.html" title="KatelloApi::Resources::Erratum (class)">Erratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Filter.html" title="KatelloApi::Resources::Filter (class)">Filter</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/FilterRule.html" title="KatelloApi::Resources::FilterRule (class)">FilterRule</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/GpgKey.html" title="KatelloApi::Resources::GpgKey (class)">GpgKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html" title="KatelloApi::Resources::HardwareModel (class)">HardwareModel</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Organization.html" title="KatelloApi::Resources::Organization (class)">Organization</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html" title="KatelloApi::Resources::OrganizationDefaultInfo (class)">OrganizationDefaultInfo</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Package.html" title="KatelloApi::Resources::Package (class)">Package</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Permission.html" title="KatelloApi::Resources::Permission (class)">Permission</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Ping.html" title="KatelloApi::Resources::Ping (class)">Ping</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Product.html" title="KatelloApi::Resources::Product (class)">Product</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html" title="KatelloApi::Resources::PuppetModule (class)">PuppetModule</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html" title="KatelloApi::Resources::RepositorySet (class)">RepositorySet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Role.html" title="KatelloApi::Resources::Role (class)">Role</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html" title="KatelloApi::Resources::RoleLdapGroup (class)">RoleLdapGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html" title="KatelloApi::Resources::SmartProxy (class)">SmartProxy</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Statu.html" title="KatelloApi::Resources::Statu (class)">Statu</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Status.html" title="KatelloApi::Resources::Status (class)">Status</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subscription.html" title="KatelloApi::Resources::Subscription (class)">Subscription</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Sync.html" title="KatelloApi::Resources::Sync (class)">Sync</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html" title="KatelloApi::Resources::SyncPlan (class)">SyncPlan</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/System.html" title="KatelloApi::Resources::System (class)">System</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html" title="KatelloApi::Resources::SystemErratum (class)">SystemErratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html" title="KatelloApi::Resources::SystemGroupErratum (class)">SystemGroupErratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html" title="KatelloApi::Resources::SystemGroupPackage (class)">SystemGroupPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html" title="KatelloApi::Resources::SystemPackage (class)">SystemPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html" title="KatelloApi::Resources::SystemsBulkAction (class)">SystemsBulkAction</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Task.html" title="KatelloApi::Resources::Task (class)">Task</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Template.html" title="KatelloApi::Resources::Template (class)">Template</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html" title="KatelloApi::Resources::TemplatesContent (class)">TemplatesContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Uebercert.html" title="KatelloApi::Resources::Uebercert (class)">Uebercert</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/User.html" title="KatelloApi::Resources::User (class)">User</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li></ul></ul>
49
+ <li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi.html" title="KatelloApi (module)">KatelloApi</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="KatelloApi/Base.html" title="KatelloApi::Base (class)">Base</a></span> &lt; Object<small class='search_info'>KatelloApi</small></li><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Generator.html" title="KatelloApi::Generator (module)">Generator</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Generator/Base.html" title="KatelloApi::Generator::Base (class)">Base</a></span> &lt; Group<small class='search_info'>KatelloApi::Generator</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Resources.html" title="KatelloApi::Resources (module)">Resources</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Resources/About.html" title="KatelloApi::Resources::About (class)">About</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Architecture.html" title="KatelloApi::Resources::Architecture (class)">Architecture</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Changeset.html" title="KatelloApi::Resources::Changeset (class)">Changeset</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html" title="KatelloApi::Resources::ChangesetsContent (class)">ChangesetsContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html" title="KatelloApi::Resources::ComputeResource (class)">ComputeResource</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html" title="KatelloApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html" title="KatelloApi::Resources::ContentUpload (class)">ContentUpload</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html" title="KatelloApi::Resources::ContentViewDefinition (class)">ContentViewDefinition</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Crl.html" title="KatelloApi::Resources::Crl (class)">Crl</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html" title="KatelloApi::Resources::CustomInfo (class)">CustomInfo</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distribution.html" title="KatelloApi::Resources::Distribution (class)">Distribution</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distributor.html" title="KatelloApi::Resources::Distributor (class)">Distributor</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Domain.html" title="KatelloApi::Resources::Domain (class)">Domain</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Environment.html" title="KatelloApi::Resources::Environment (class)">Environment</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Erratum.html" title="KatelloApi::Resources::Erratum (class)">Erratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Filter.html" title="KatelloApi::Resources::Filter (class)">Filter</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/FilterRule.html" title="KatelloApi::Resources::FilterRule (class)">FilterRule</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/GpgKey.html" title="KatelloApi::Resources::GpgKey (class)">GpgKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html" title="KatelloApi::Resources::HardwareModel (class)">HardwareModel</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Organization.html" title="KatelloApi::Resources::Organization (class)">Organization</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html" title="KatelloApi::Resources::OrganizationDefaultInfo (class)">OrganizationDefaultInfo</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Package.html" title="KatelloApi::Resources::Package (class)">Package</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Permission.html" title="KatelloApi::Resources::Permission (class)">Permission</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Ping.html" title="KatelloApi::Resources::Ping (class)">Ping</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Product.html" title="KatelloApi::Resources::Product (class)">Product</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ProductsBulkAction.html" title="KatelloApi::Resources::ProductsBulkAction (class)">ProductsBulkAction</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html" title="KatelloApi::Resources::PuppetModule (class)">PuppetModule</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RepositoriesBulkAction.html" title="KatelloApi::Resources::RepositoriesBulkAction (class)">RepositoriesBulkAction</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html" title="KatelloApi::Resources::RepositorySet (class)">RepositorySet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Role.html" title="KatelloApi::Resources::Role (class)">Role</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html" title="KatelloApi::Resources::RoleLdapGroup (class)">RoleLdapGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html" title="KatelloApi::Resources::SmartProxy (class)">SmartProxy</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Statu.html" title="KatelloApi::Resources::Statu (class)">Statu</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Status.html" title="KatelloApi::Resources::Status (class)">Status</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subscription.html" title="KatelloApi::Resources::Subscription (class)">Subscription</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Sync.html" title="KatelloApi::Resources::Sync (class)">Sync</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html" title="KatelloApi::Resources::SyncPlan (class)">SyncPlan</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/System.html" title="KatelloApi::Resources::System (class)">System</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html" title="KatelloApi::Resources::SystemErratum (class)">SystemErratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html" title="KatelloApi::Resources::SystemGroupErratum (class)">SystemGroupErratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html" title="KatelloApi::Resources::SystemGroupPackage (class)">SystemGroupPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html" title="KatelloApi::Resources::SystemPackage (class)">SystemPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html" title="KatelloApi::Resources::SystemsBulkAction (class)">SystemsBulkAction</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Task.html" title="KatelloApi::Resources::Task (class)">Task</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Template.html" title="KatelloApi::Resources::Template (class)">Template</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html" title="KatelloApi::Resources::TemplatesContent (class)">TemplatesContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Uebercert.html" title="KatelloApi::Resources::Uebercert (class)">Uebercert</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/User.html" title="KatelloApi::Resources::User (class)">User</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li></ul></ul>
50
50
 
51
51
  </ul>
52
52
  </div>
@@ -124,7 +124,7 @@ use of OAuth with the bindings you only have to change the params</p>
124
124
  </div></div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Jan 21 10:17:54 2014 by
127
+ Generated on Fri Jan 24 14:25:19 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.3 (ruby-1.9.3).
130
130
  </div>
@@ -124,7 +124,7 @@ use of OAuth with the bindings you only have to change the params</p>
124
124
  </div></div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Jan 21 10:17:54 2014 by
127
+ Generated on Fri Jan 24 14:25:18 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.3 (ruby-1.9.3).
130
130
  </div>
@@ -192,122 +192,122 @@
192
192
 
193
193
 
194
194
  <li class="r1 ">
195
- <span class='object_link'><a href="KatelloApi/Resources/Sync.html#cancel-instance_method" title="KatelloApi::Resources::Sync#cancel (method)">#cancel</a></span>
196
- <small>KatelloApi::Resources::Sync</small>
197
- </li>
198
-
199
-
200
- <li class="r2 ">
201
195
  <span class='object_link'><a href="KatelloApi/Resources/Organization.html#cancel_repo_discover-instance_method" title="KatelloApi::Resources::Organization#cancel_repo_discover (method)">#cancel_repo_discover</a></span>
202
196
  <small>KatelloApi::Resources::Organization</small>
203
197
  </li>
204
198
 
205
199
 
206
- <li class="r1 ">
200
+ <li class="r2 ">
207
201
  <span class='object_link'><a href="KatelloApi/Base.html#client-instance_method" title="KatelloApi::Base#client (method)">#client</a></span>
208
202
  <small>KatelloApi::Base</small>
209
203
  </li>
210
204
 
211
205
 
212
- <li class="r2 ">
206
+ <li class="r1 ">
213
207
  <span class='object_link'><a href="KatelloApi.html#client_config-class_method" title="KatelloApi.client_config (method)">client_config</a></span>
214
208
  <small>KatelloApi</small>
215
209
  </li>
216
210
 
217
211
 
218
- <li class="r1 ">
212
+ <li class="r2 ">
219
213
  <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#clone-instance_method" title="KatelloApi::Resources::ContentViewDefinition#clone (method)">#clone</a></span>
220
214
  <small>KatelloApi::Resources::ContentViewDefinition</small>
221
215
  </li>
222
216
 
223
217
 
224
- <li class="r2 ">
218
+ <li class="r1 ">
225
219
  <span class='object_link'><a href="KatelloApi/Base.html#config-instance_method" title="KatelloApi::Base#config (method)">#config</a></span>
226
220
  <small>KatelloApi::Base</small>
227
221
  </li>
228
222
 
229
223
 
230
- <li class="r1 ">
224
+ <li class="r2 ">
231
225
  <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#content-instance_method" title="KatelloApi::Resources::GpgKey#content (method)">#content</a></span>
232
226
  <small>KatelloApi::Resources::GpgKey</small>
233
227
  </li>
234
228
 
235
229
 
236
- <li class="r2 ">
230
+ <li class="r1 ">
237
231
  <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#content_views-instance_method" title="KatelloApi::Resources::ContentViewDefinition#content_views (method)">#content_views</a></span>
238
232
  <small>KatelloApi::Resources::ContentViewDefinition</small>
239
233
  </li>
240
234
 
241
235
 
242
- <li class="r1 ">
236
+ <li class="r2 ">
243
237
  <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#copy-instance_method" title="KatelloApi::Resources::SystemGroup#copy (method)">#copy</a></span>
244
238
  <small>KatelloApi::Resources::SystemGroup</small>
245
239
  </li>
246
240
 
247
241
 
242
+ <li class="r1 ">
243
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#create-instance_method" title="KatelloApi::Resources::Subnet#create (method)">#create</a></span>
244
+ <small>KatelloApi::Resources::Subnet</small>
245
+ </li>
246
+
247
+
248
248
  <li class="r2 ">
249
- <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#create-instance_method" title="KatelloApi::Resources::SyncPlan#create (method)">#create</a></span>
250
- <small>KatelloApi::Resources::SyncPlan</small>
249
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#create-instance_method" title="KatelloApi::Resources::GpgKey#create (method)">#create</a></span>
250
+ <small>KatelloApi::Resources::GpgKey</small>
251
251
  </li>
252
252
 
253
253
 
254
254
  <li class="r1 ">
255
- <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#create-instance_method" title="KatelloApi::Resources::ConfigTemplate#create (method)">#create</a></span>
256
- <small>KatelloApi::Resources::ConfigTemplate</small>
255
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#create-instance_method" title="KatelloApi::Resources::ContentViewDefinition#create (method)">#create</a></span>
256
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
257
257
  </li>
258
258
 
259
259
 
260
260
  <li class="r2 ">
261
- <span class='object_link'><a href="KatelloApi/Resources/Permission.html#create-instance_method" title="KatelloApi::Resources::Permission#create (method)">#create</a></span>
262
- <small>KatelloApi::Resources::Permission</small>
261
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#create-instance_method" title="KatelloApi::Resources::RoleLdapGroup#create (method)">#create</a></span>
262
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
263
263
  </li>
264
264
 
265
265
 
266
266
  <li class="r1 ">
267
- <span class='object_link'><a href="KatelloApi/Resources/User.html#create-instance_method" title="KatelloApi::Resources::User#create (method)">#create</a></span>
268
- <small>KatelloApi::Resources::User</small>
267
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#create-instance_method" title="KatelloApi::Resources::Architecture#create (method)">#create</a></span>
268
+ <small>KatelloApi::Resources::Architecture</small>
269
269
  </li>
270
270
 
271
271
 
272
272
  <li class="r2 ">
273
- <span class='object_link'><a href="KatelloApi/Resources/Product.html#create-instance_method" title="KatelloApi::Resources::Product#create (method)">#create</a></span>
274
- <small>KatelloApi::Resources::Product</small>
273
+ <span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#create-instance_method" title="KatelloApi::Resources::OrganizationDefaultInfo#create (method)">#create</a></span>
274
+ <small>KatelloApi::Resources::OrganizationDefaultInfo</small>
275
275
  </li>
276
276
 
277
277
 
278
278
  <li class="r1 ">
279
- <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#create-instance_method" title="KatelloApi::Resources::GpgKey#create (method)">#create</a></span>
280
- <small>KatelloApi::Resources::GpgKey</small>
279
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#create-instance_method" title="KatelloApi::Resources::Role#create (method)">#create</a></span>
280
+ <small>KatelloApi::Resources::Role</small>
281
281
  </li>
282
282
 
283
283
 
284
284
  <li class="r2 ">
285
- <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#create-instance_method" title="KatelloApi::Resources::SmartProxy#create (method)">#create</a></span>
286
- <small>KatelloApi::Resources::SmartProxy</small>
285
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#create-instance_method" title="KatelloApi::Resources::ConfigTemplate#create (method)">#create</a></span>
286
+ <small>KatelloApi::Resources::ConfigTemplate</small>
287
287
  </li>
288
288
 
289
289
 
290
290
  <li class="r1 ">
291
- <span class='object_link'><a href="KatelloApi/Resources/Environment.html#create-instance_method" title="KatelloApi::Resources::Environment#create (method)">#create</a></span>
292
- <small>KatelloApi::Resources::Environment</small>
291
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#create-instance_method" title="KatelloApi::Resources::Template#create (method)">#create</a></span>
292
+ <small>KatelloApi::Resources::Template</small>
293
293
  </li>
294
294
 
295
295
 
296
296
  <li class="r2 ">
297
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#create-instance_method" title="KatelloApi::Resources::ContentViewDefinition#create (method)">#create</a></span>
298
- <small>KatelloApi::Resources::ContentViewDefinition</small>
297
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#create-instance_method" title="KatelloApi::Resources::Provider#create (method)">#create</a></span>
298
+ <small>KatelloApi::Resources::Provider</small>
299
299
  </li>
300
300
 
301
301
 
302
302
  <li class="r1 ">
303
- <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#create-instance_method" title="KatelloApi::Resources::Subnet#create (method)">#create</a></span>
304
- <small>KatelloApi::Resources::Subnet</small>
303
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#create-instance_method" title="KatelloApi::Resources::ActivationKey#create (method)">#create</a></span>
304
+ <small>KatelloApi::Resources::ActivationKey</small>
305
305
  </li>
306
306
 
307
307
 
308
308
  <li class="r2 ">
309
- <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#create-instance_method" title="KatelloApi::Resources::Architecture#create (method)">#create</a></span>
310
- <small>KatelloApi::Resources::Architecture</small>
309
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#create-instance_method" title="KatelloApi::Resources::SystemGroup#create (method)">#create</a></span>
310
+ <small>KatelloApi::Resources::SystemGroup</small>
311
311
  </li>
312
312
 
313
313
 
@@ -318,44 +318,44 @@
318
318
 
319
319
 
320
320
  <li class="r2 ">
321
- <span class='object_link'><a href="KatelloApi/Resources/Role.html#create-instance_method" title="KatelloApi::Resources::Role#create (method)">#create</a></span>
322
- <small>KatelloApi::Resources::Role</small>
321
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#create-instance_method" title="KatelloApi::Resources::ComputeResource#create (method)">#create</a></span>
322
+ <small>KatelloApi::Resources::ComputeResource</small>
323
323
  </li>
324
324
 
325
325
 
326
326
  <li class="r1 ">
327
- <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#create-instance_method" title="KatelloApi::Resources::HardwareModel#create (method)">#create</a></span>
328
- <small>KatelloApi::Resources::HardwareModel</small>
327
+ <span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#create-instance_method" title="KatelloApi::Resources::FilterRule#create (method)">#create</a></span>
328
+ <small>KatelloApi::Resources::FilterRule</small>
329
329
  </li>
330
330
 
331
331
 
332
332
  <li class="r2 ">
333
- <span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#create-instance_method" title="KatelloApi::Resources::OrganizationDefaultInfo#create (method)">#create</a></span>
334
- <small>KatelloApi::Resources::OrganizationDefaultInfo</small>
333
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#create-instance_method" title="KatelloApi::Resources::Product#create (method)">#create</a></span>
334
+ <small>KatelloApi::Resources::Product</small>
335
335
  </li>
336
336
 
337
337
 
338
338
  <li class="r1 ">
339
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#create-instance_method" title="KatelloApi::Resources::SystemGroup#create (method)">#create</a></span>
340
- <small>KatelloApi::Resources::SystemGroup</small>
339
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#create-instance_method" title="KatelloApi::Resources::Environment#create (method)">#create</a></span>
340
+ <small>KatelloApi::Resources::Environment</small>
341
341
  </li>
342
342
 
343
343
 
344
344
  <li class="r2 ">
345
- <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#create-instance_method" title="KatelloApi::Resources::ComputeResource#create (method)">#create</a></span>
346
- <small>KatelloApi::Resources::ComputeResource</small>
345
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#create-instance_method" title="KatelloApi::Resources::SmartProxy#create (method)">#create</a></span>
346
+ <small>KatelloApi::Resources::SmartProxy</small>
347
347
  </li>
348
348
 
349
349
 
350
350
  <li class="r1 ">
351
- <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#create-instance_method" title="KatelloApi::Resources::Subscription#create (method)">#create</a></span>
352
- <small>KatelloApi::Resources::Subscription</small>
351
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#create-instance_method" title="KatelloApi::Resources::System#create (method)">#create</a></span>
352
+ <small>KatelloApi::Resources::System</small>
353
353
  </li>
354
354
 
355
355
 
356
356
  <li class="r2 ">
357
- <span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#create-instance_method" title="KatelloApi::Resources::FilterRule#create (method)">#create</a></span>
358
- <small>KatelloApi::Resources::FilterRule</small>
357
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#create-instance_method" title="KatelloApi::Resources::SystemPackage#create (method)">#create</a></span>
358
+ <small>KatelloApi::Resources::SystemPackage</small>
359
359
  </li>
360
360
 
361
361
 
@@ -366,38 +366,38 @@
366
366
 
367
367
 
368
368
  <li class="r2 ">
369
- <span class='object_link'><a href="KatelloApi/Resources/Template.html#create-instance_method" title="KatelloApi::Resources::Template#create (method)">#create</a></span>
370
- <small>KatelloApi::Resources::Template</small>
369
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#create-instance_method" title="KatelloApi::Resources::User#create (method)">#create</a></span>
370
+ <small>KatelloApi::Resources::User</small>
371
371
  </li>
372
372
 
373
373
 
374
374
  <li class="r1 ">
375
- <span class='object_link'><a href="KatelloApi/Resources/Repository.html#create-instance_method" title="KatelloApi::Resources::Repository#create (method)">#create</a></span>
376
- <small>KatelloApi::Resources::Repository</small>
375
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#create-instance_method" title="KatelloApi::Resources::Distributor#create (method)">#create</a></span>
376
+ <small>KatelloApi::Resources::Distributor</small>
377
377
  </li>
378
378
 
379
379
 
380
380
  <li class="r2 ">
381
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#create-instance_method" title="KatelloApi::Resources::SystemGroupErratum#create (method)">#create</a></span>
382
- <small>KatelloApi::Resources::SystemGroupErratum</small>
381
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#create-instance_method" title="KatelloApi::Resources::Domain#create (method)">#create</a></span>
382
+ <small>KatelloApi::Resources::Domain</small>
383
383
  </li>
384
384
 
385
385
 
386
386
  <li class="r1 ">
387
- <span class='object_link'><a href="KatelloApi/Resources/Domain.html#create-instance_method" title="KatelloApi::Resources::Domain#create (method)">#create</a></span>
388
- <small>KatelloApi::Resources::Domain</small>
387
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#create-instance_method" title="KatelloApi::Resources::SyncPlan#create (method)">#create</a></span>
388
+ <small>KatelloApi::Resources::SyncPlan</small>
389
389
  </li>
390
390
 
391
391
 
392
392
  <li class="r2 ">
393
- <span class='object_link'><a href="KatelloApi/Resources/Provider.html#create-instance_method" title="KatelloApi::Resources::Provider#create (method)">#create</a></span>
394
- <small>KatelloApi::Resources::Provider</small>
393
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#create-instance_method" title="KatelloApi::Resources::Organization#create (method)">#create</a></span>
394
+ <small>KatelloApi::Resources::Organization</small>
395
395
  </li>
396
396
 
397
397
 
398
398
  <li class="r1 ">
399
- <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#create-instance_method" title="KatelloApi::Resources::CustomInfo#create (method)">#create</a></span>
400
- <small>KatelloApi::Resources::CustomInfo</small>
399
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#create-instance_method" title="KatelloApi::Resources::HardwareModel#create (method)">#create</a></span>
400
+ <small>KatelloApi::Resources::HardwareModel</small>
401
401
  </li>
402
402
 
403
403
 
@@ -408,32 +408,32 @@
408
408
 
409
409
 
410
410
  <li class="r1 ">
411
- <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#create-instance_method" title="KatelloApi::Resources::RoleLdapGroup#create (method)">#create</a></span>
412
- <small>KatelloApi::Resources::RoleLdapGroup</small>
411
+ <span class='object_link'><a href="KatelloApi/Resources/Filter.html#create-instance_method" title="KatelloApi::Resources::Filter#create (method)">#create</a></span>
412
+ <small>KatelloApi::Resources::Filter</small>
413
413
  </li>
414
414
 
415
415
 
416
416
  <li class="r2 ">
417
- <span class='object_link'><a href="KatelloApi/Resources/Filter.html#create-instance_method" title="KatelloApi::Resources::Filter#create (method)">#create</a></span>
418
- <small>KatelloApi::Resources::Filter</small>
417
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#create-instance_method" title="KatelloApi::Resources::Permission#create (method)">#create</a></span>
418
+ <small>KatelloApi::Resources::Permission</small>
419
419
  </li>
420
420
 
421
421
 
422
422
  <li class="r1 ">
423
- <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#create-instance_method" title="KatelloApi::Resources::SystemPackage#create (method)">#create</a></span>
424
- <small>KatelloApi::Resources::SystemPackage</small>
423
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#create-instance_method" title="KatelloApi::Resources::Repository#create (method)">#create</a></span>
424
+ <small>KatelloApi::Resources::Repository</small>
425
425
  </li>
426
426
 
427
427
 
428
428
  <li class="r2 ">
429
- <span class='object_link'><a href="KatelloApi/Resources/System.html#create-instance_method" title="KatelloApi::Resources::System#create (method)">#create</a></span>
430
- <small>KatelloApi::Resources::System</small>
429
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#create-instance_method" title="KatelloApi::Resources::SystemGroupErratum#create (method)">#create</a></span>
430
+ <small>KatelloApi::Resources::SystemGroupErratum</small>
431
431
  </li>
432
432
 
433
433
 
434
434
  <li class="r1 ">
435
- <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#create-instance_method" title="KatelloApi::Resources::ActivationKey#create (method)">#create</a></span>
436
- <small>KatelloApi::Resources::ActivationKey</small>
435
+ <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#create-instance_method" title="KatelloApi::Resources::CustomInfo#create (method)">#create</a></span>
436
+ <small>KatelloApi::Resources::CustomInfo</small>
437
437
  </li>
438
438
 
439
439
 
@@ -444,80 +444,80 @@
444
444
 
445
445
 
446
446
  <li class="r1 ">
447
- <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#create-instance_method" title="KatelloApi::Resources::Distributor#create (method)">#create</a></span>
448
- <small>KatelloApi::Resources::Distributor</small>
447
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#create-instance_method" title="KatelloApi::Resources::Subscription#create (method)">#create</a></span>
448
+ <small>KatelloApi::Resources::Subscription</small>
449
449
  </li>
450
450
 
451
451
 
452
452
  <li class="r2 ">
453
- <span class='object_link'><a href="KatelloApi/Resources/Organization.html#create-instance_method" title="KatelloApi::Resources::Organization#create (method)">#create</a></span>
454
- <small>KatelloApi::Resources::Organization</small>
453
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#delete_manifest-instance_method" title="KatelloApi::Resources::Provider#delete_manifest (method)">#delete_manifest</a></span>
454
+ <small>KatelloApi::Resources::Provider</small>
455
455
  </li>
456
456
 
457
457
 
458
458
  <li class="r1 ">
459
- <span class='object_link'><a href="KatelloApi/Resources/Provider.html#delete_manifest-instance_method" title="KatelloApi::Resources::Provider#delete_manifest (method)">#delete_manifest</a></span>
460
- <small>KatelloApi::Resources::Provider</small>
459
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#destroy-instance_method" title="KatelloApi::Resources::Organization#destroy (method)">#destroy</a></span>
460
+ <small>KatelloApi::Resources::Organization</small>
461
461
  </li>
462
462
 
463
463
 
464
464
  <li class="r2 ">
465
- <span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#destroy-instance_method" title="KatelloApi::Resources::FilterRule#destroy (method)">#destroy</a></span>
466
- <small>KatelloApi::Resources::FilterRule</small>
465
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroupPackage#destroy (method)">#destroy</a></span>
466
+ <small>KatelloApi::Resources::SystemGroupPackage</small>
467
467
  </li>
468
468
 
469
469
 
470
470
  <li class="r1 ">
471
- <span class='object_link'><a href="KatelloApi/Resources/Filter.html#destroy-instance_method" title="KatelloApi::Resources::Filter#destroy (method)">#destroy</a></span>
472
- <small>KatelloApi::Resources::Filter</small>
471
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#destroy-instance_method" title="KatelloApi::Resources::Environment#destroy (method)">#destroy</a></span>
472
+ <small>KatelloApi::Resources::Environment</small>
473
473
  </li>
474
474
 
475
475
 
476
476
  <li class="r2 ">
477
- <span class='object_link'><a href="KatelloApi/Resources/Environment.html#destroy-instance_method" title="KatelloApi::Resources::Environment#destroy (method)">#destroy</a></span>
478
- <small>KatelloApi::Resources::Environment</small>
477
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#destroy-instance_method" title="KatelloApi::Resources::Repository#destroy (method)">#destroy</a></span>
478
+ <small>KatelloApi::Resources::Repository</small>
479
479
  </li>
480
480
 
481
481
 
482
482
  <li class="r1 ">
483
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroupPackage#destroy (method)">#destroy</a></span>
484
- <small>KatelloApi::Resources::SystemGroupPackage</small>
483
+ <span class='object_link'><a href="KatelloApi/Resources/Filter.html#destroy-instance_method" title="KatelloApi::Resources::Filter#destroy (method)">#destroy</a></span>
484
+ <small>KatelloApi::Resources::Filter</small>
485
485
  </li>
486
486
 
487
487
 
488
488
  <li class="r2 ">
489
- <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#destroy-instance_method" title="KatelloApi::Resources::Distributor#destroy (method)">#destroy</a></span>
490
- <small>KatelloApi::Resources::Distributor</small>
489
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#destroy-instance_method" title="KatelloApi::Resources::System#destroy (method)">#destroy</a></span>
490
+ <small>KatelloApi::Resources::System</small>
491
491
  </li>
492
492
 
493
493
 
494
494
  <li class="r1 ">
495
- <span class='object_link'><a href="KatelloApi/Resources/System.html#destroy-instance_method" title="KatelloApi::Resources::System#destroy (method)">#destroy</a></span>
496
- <small>KatelloApi::Resources::System</small>
495
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#destroy-instance_method" title="KatelloApi::Resources::User#destroy (method)">#destroy</a></span>
496
+ <small>KatelloApi::Resources::User</small>
497
497
  </li>
498
498
 
499
499
 
500
500
  <li class="r2 ">
501
- <span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#destroy-instance_method" title="KatelloApi::Resources::ContentUpload#destroy (method)">#destroy</a></span>
502
- <small>KatelloApi::Resources::ContentUpload</small>
501
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#destroy-instance_method" title="KatelloApi::Resources::ConfigTemplate#destroy (method)">#destroy</a></span>
502
+ <small>KatelloApi::Resources::ConfigTemplate</small>
503
503
  </li>
504
504
 
505
505
 
506
506
  <li class="r1 ">
507
- <span class='object_link'><a href="KatelloApi/Resources/Provider.html#destroy-instance_method" title="KatelloApi::Resources::Provider#destroy (method)">#destroy</a></span>
508
- <small>KatelloApi::Resources::Provider</small>
507
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#destroy-instance_method" title="KatelloApi::Resources::Permission#destroy (method)">#destroy</a></span>
508
+ <small>KatelloApi::Resources::Permission</small>
509
509
  </li>
510
510
 
511
511
 
512
512
  <li class="r2 ">
513
- <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy-instance_method" title="KatelloApi::Resources::Subscription#destroy (method)">#destroy</a></span>
514
- <small>KatelloApi::Resources::Subscription</small>
513
+ <span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#destroy-instance_method" title="KatelloApi::Resources::ContentUpload#destroy (method)">#destroy</a></span>
514
+ <small>KatelloApi::Resources::ContentUpload</small>
515
515
  </li>
516
516
 
517
517
 
518
518
  <li class="r1 ">
519
- <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemPackage#destroy (method)">#destroy</a></span>
520
- <small>KatelloApi::Resources::SystemPackage</small>
519
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#destroy-instance_method" title="KatelloApi::Resources::SyncPlan#destroy (method)">#destroy</a></span>
520
+ <small>KatelloApi::Resources::SyncPlan</small>
521
521
  </li>
522
522
 
523
523
 
@@ -534,92 +534,92 @@
534
534
 
535
535
 
536
536
  <li class="r2 ">
537
- <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#destroy-instance_method" title="KatelloApi::Resources::RoleLdapGroup#destroy (method)">#destroy</a></span>
538
- <small>KatelloApi::Resources::RoleLdapGroup</small>
537
+ <span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#destroy-instance_method" title="KatelloApi::Resources::OrganizationDefaultInfo#destroy (method)">#destroy</a></span>
538
+ <small>KatelloApi::Resources::OrganizationDefaultInfo</small>
539
539
  </li>
540
540
 
541
541
 
542
542
  <li class="r1 ">
543
- <span class='object_link'><a href="KatelloApi/Resources/Organization.html#destroy-instance_method" title="KatelloApi::Resources::Organization#destroy (method)">#destroy</a></span>
544
- <small>KatelloApi::Resources::Organization</small>
543
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#destroy-instance_method" title="KatelloApi::Resources::Changeset#destroy (method)">#destroy</a></span>
544
+ <small>KatelloApi::Resources::Changeset</small>
545
545
  </li>
546
546
 
547
547
 
548
548
  <li class="r2 ">
549
- <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#destroy-instance_method" title="KatelloApi::Resources::ComputeResource#destroy (method)">#destroy</a></span>
550
- <small>KatelloApi::Resources::ComputeResource</small>
549
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#destroy-instance_method" title="KatelloApi::Resources::Distributor#destroy (method)">#destroy</a></span>
550
+ <small>KatelloApi::Resources::Distributor</small>
551
551
  </li>
552
552
 
553
553
 
554
554
  <li class="r1 ">
555
- <span class='object_link'><a href="KatelloApi/Resources/Template.html#destroy-instance_method" title="KatelloApi::Resources::Template#destroy (method)">#destroy</a></span>
556
- <small>KatelloApi::Resources::Template</small>
555
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#destroy-instance_method" title="KatelloApi::Resources::Product#destroy (method)">#destroy</a></span>
556
+ <small>KatelloApi::Resources::Product</small>
557
557
  </li>
558
558
 
559
559
 
560
560
  <li class="r2 ">
561
- <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#destroy-instance_method" title="KatelloApi::Resources::ContentView#destroy (method)">#destroy</a></span>
562
- <small>KatelloApi::Resources::ContentView</small>
561
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#destroy-instance_method" title="KatelloApi::Resources::HardwareModel#destroy (method)">#destroy</a></span>
562
+ <small>KatelloApi::Resources::HardwareModel</small>
563
563
  </li>
564
564
 
565
565
 
566
566
  <li class="r1 ">
567
- <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#destroy-instance_method" title="KatelloApi::Resources::Changeset#destroy (method)">#destroy</a></span>
568
- <small>KatelloApi::Resources::Changeset</small>
567
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy-instance_method" title="KatelloApi::Resources::Subscription#destroy (method)">#destroy</a></span>
568
+ <small>KatelloApi::Resources::Subscription</small>
569
569
  </li>
570
570
 
571
571
 
572
572
  <li class="r2 ">
573
- <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#destroy-instance_method" title="KatelloApi::Resources::Architecture#destroy (method)">#destroy</a></span>
574
- <small>KatelloApi::Resources::Architecture</small>
573
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemPackage#destroy (method)">#destroy</a></span>
574
+ <small>KatelloApi::Resources::SystemPackage</small>
575
575
  </li>
576
576
 
577
577
 
578
578
  <li class="r1 ">
579
- <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#destroy-instance_method" title="KatelloApi::Resources::ActivationKey#destroy (method)">#destroy</a></span>
580
- <small>KatelloApi::Resources::ActivationKey</small>
579
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#destroy-instance_method" title="KatelloApi::Resources::RoleLdapGroup#destroy (method)">#destroy</a></span>
580
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
581
581
  </li>
582
582
 
583
583
 
584
584
  <li class="r2 ">
585
- <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#destroy-instance_method" title="KatelloApi::Resources::SmartProxy#destroy (method)">#destroy</a></span>
586
- <small>KatelloApi::Resources::SmartProxy</small>
585
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#destroy-instance_method" title="KatelloApi::Resources::ComputeResource#destroy (method)">#destroy</a></span>
586
+ <small>KatelloApi::Resources::ComputeResource</small>
587
587
  </li>
588
588
 
589
589
 
590
590
  <li class="r1 ">
591
- <span class='object_link'><a href="KatelloApi/Resources/Product.html#destroy-instance_method" title="KatelloApi::Resources::Product#destroy (method)">#destroy</a></span>
592
- <small>KatelloApi::Resources::Product</small>
591
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#destroy-instance_method" title="KatelloApi::Resources::ContentView#destroy (method)">#destroy</a></span>
592
+ <small>KatelloApi::Resources::ContentView</small>
593
593
  </li>
594
594
 
595
595
 
596
596
  <li class="r2 ">
597
- <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#destroy-instance_method" title="KatelloApi::Resources::SyncPlan#destroy (method)">#destroy</a></span>
598
- <small>KatelloApi::Resources::SyncPlan</small>
597
+ <span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#destroy-instance_method" title="KatelloApi::Resources::FilterRule#destroy (method)">#destroy</a></span>
598
+ <small>KatelloApi::Resources::FilterRule</small>
599
599
  </li>
600
600
 
601
601
 
602
602
  <li class="r1 ">
603
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroup#destroy (method)">#destroy</a></span>
604
- <small>KatelloApi::Resources::SystemGroup</small>
603
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#destroy-instance_method" title="KatelloApi::Resources::Subnet#destroy (method)">#destroy</a></span>
604
+ <small>KatelloApi::Resources::Subnet</small>
605
605
  </li>
606
606
 
607
607
 
608
608
  <li class="r2 ">
609
- <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#destroy-instance_method" title="KatelloApi::Resources::Subnet#destroy (method)">#destroy</a></span>
610
- <small>KatelloApi::Resources::Subnet</small>
609
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#destroy-instance_method" title="KatelloApi::Resources::Architecture#destroy (method)">#destroy</a></span>
610
+ <small>KatelloApi::Resources::Architecture</small>
611
611
  </li>
612
612
 
613
613
 
614
614
  <li class="r1 ">
615
- <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#destroy-instance_method" title="KatelloApi::Resources::HardwareModel#destroy (method)">#destroy</a></span>
616
- <small>KatelloApi::Resources::HardwareModel</small>
615
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#destroy-instance_method" title="KatelloApi::Resources::Provider#destroy (method)">#destroy</a></span>
616
+ <small>KatelloApi::Resources::Provider</small>
617
617
  </li>
618
618
 
619
619
 
620
620
  <li class="r2 ">
621
- <span class='object_link'><a href="KatelloApi/Resources/Repository.html#destroy-instance_method" title="KatelloApi::Resources::Repository#destroy (method)">#destroy</a></span>
622
- <small>KatelloApi::Resources::Repository</small>
621
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#destroy-instance_method" title="KatelloApi::Resources::ActivationKey#destroy (method)">#destroy</a></span>
622
+ <small>KatelloApi::Resources::ActivationKey</small>
623
623
  </li>
624
624
 
625
625
 
@@ -630,50 +630,50 @@
630
630
 
631
631
 
632
632
  <li class="r2 ">
633
- <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#destroy-instance_method" title="KatelloApi::Resources::ConfigTemplate#destroy (method)">#destroy</a></span>
634
- <small>KatelloApi::Resources::ConfigTemplate</small>
635
- </li>
633
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#destroy-instance_method" title="KatelloApi::Resources::Template#destroy (method)">#destroy</a></span>
634
+ <small>KatelloApi::Resources::Template</small>
635
+ </li>
636
636
 
637
637
 
638
638
  <li class="r1 ">
639
- <span class='object_link'><a href="KatelloApi/Resources/User.html#destroy-instance_method" title="KatelloApi::Resources::User#destroy (method)">#destroy</a></span>
640
- <small>KatelloApi::Resources::User</small>
639
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#destroy-instance_method" title="KatelloApi::Resources::Role#destroy (method)">#destroy</a></span>
640
+ <small>KatelloApi::Resources::Role</small>
641
641
  </li>
642
642
 
643
643
 
644
644
  <li class="r2 ">
645
- <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#destroy-instance_method" title="KatelloApi::Resources::GpgKey#destroy (method)">#destroy</a></span>
646
- <small>KatelloApi::Resources::GpgKey</small>
645
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroup#destroy (method)">#destroy</a></span>
646
+ <small>KatelloApi::Resources::SystemGroup</small>
647
647
  </li>
648
648
 
649
649
 
650
650
  <li class="r1 ">
651
- <span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#destroy-instance_method" title="KatelloApi::Resources::OrganizationDefaultInfo#destroy (method)">#destroy</a></span>
652
- <small>KatelloApi::Resources::OrganizationDefaultInfo</small>
651
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#destroy-instance_method" title="KatelloApi::Resources::GpgKey#destroy (method)">#destroy</a></span>
652
+ <small>KatelloApi::Resources::GpgKey</small>
653
653
  </li>
654
654
 
655
655
 
656
656
  <li class="r2 ">
657
- <span class='object_link'><a href="KatelloApi/Resources/Permission.html#destroy-instance_method" title="KatelloApi::Resources::Permission#destroy (method)">#destroy</a></span>
658
- <small>KatelloApi::Resources::Permission</small>
657
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#destroy-instance_method" title="KatelloApi::Resources::SmartProxy#destroy (method)">#destroy</a></span>
658
+ <small>KatelloApi::Resources::SmartProxy</small>
659
659
  </li>
660
660
 
661
661
 
662
662
  <li class="r1 ">
663
- <span class='object_link'><a href="KatelloApi/Resources/Role.html#destroy-instance_method" title="KatelloApi::Resources::Role#destroy (method)">#destroy</a></span>
664
- <small>KatelloApi::Resources::Role</small>
663
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy_all-instance_method" title="KatelloApi::Resources::Subscription#destroy_all (method)">#destroy_all</a></span>
664
+ <small>KatelloApi::Resources::Subscription</small>
665
665
  </li>
666
666
 
667
667
 
668
668
  <li class="r2 ">
669
- <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy_all-instance_method" title="KatelloApi::Resources::Subscription#destroy_all (method)">#destroy_all</a></span>
670
- <small>KatelloApi::Resources::Subscription</small>
669
+ <span class='object_link'><a href="KatelloApi/Resources/ProductsBulkAction.html#destroy_products-instance_method" title="KatelloApi::Resources::ProductsBulkAction#destroy_products (method)">#destroy_products</a></span>
670
+ <small>KatelloApi::Resources::ProductsBulkAction</small>
671
671
  </li>
672
672
 
673
673
 
674
674
  <li class="r1 ">
675
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#destroy_systems-instance_method" title="KatelloApi::Resources::SystemGroup#destroy_systems (method)">#destroy_systems</a></span>
676
- <small>KatelloApi::Resources::SystemGroup</small>
675
+ <span class='object_link'><a href="KatelloApi/Resources/RepositoriesBulkAction.html#destroy_repositories-instance_method" title="KatelloApi::Resources::RepositoriesBulkAction#destroy_repositories (method)">#destroy_repositories</a></span>
676
+ <small>KatelloApi::Resources::RepositoriesBulkAction</small>
677
677
  </li>
678
678
 
679
679
 
@@ -684,230 +684,230 @@
684
684
 
685
685
 
686
686
  <li class="r1 ">
687
- <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#disable-instance_method" title="KatelloApi::Resources::RepositorySet#disable (method)">#disable</a></span>
688
- <small>KatelloApi::Resources::RepositorySet</small>
687
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#destroy_systems-instance_method" title="KatelloApi::Resources::SystemGroup#destroy_systems (method)">#destroy_systems</a></span>
688
+ <small>KatelloApi::Resources::SystemGroup</small>
689
689
  </li>
690
690
 
691
691
 
692
692
  <li class="r2 ">
693
- <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#doc-class_method" title="KatelloApi::Resources::ActivationKey.doc (method)">doc</a></span>
694
- <small>KatelloApi::Resources::ActivationKey</small>
693
+ <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#disable-instance_method" title="KatelloApi::Resources::RepositorySet#disable (method)">#disable</a></span>
694
+ <small>KatelloApi::Resources::RepositorySet</small>
695
695
  </li>
696
696
 
697
697
 
698
698
  <li class="r1 ">
699
- <span class='object_link'><a href="KatelloApi/Resources/Product.html#doc-class_method" title="KatelloApi::Resources::Product.doc (method)">doc</a></span>
700
- <small>KatelloApi::Resources::Product</small>
699
+ <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#doc-class_method" title="KatelloApi::Resources::CustomInfo.doc (method)">doc</a></span>
700
+ <small>KatelloApi::Resources::CustomInfo</small>
701
701
  </li>
702
702
 
703
703
 
704
704
  <li class="r2 ">
705
- <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#doc-class_method" title="KatelloApi::Resources::ConfigTemplate.doc (method)">doc</a></span>
706
- <small>KatelloApi::Resources::ConfigTemplate</small>
705
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#doc-class_method" title="KatelloApi::Resources::GpgKey.doc (method)">doc</a></span>
706
+ <small>KatelloApi::Resources::GpgKey</small>
707
707
  </li>
708
708
 
709
709
 
710
710
  <li class="r1 ">
711
- <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#doc-class_method" title="KatelloApi::Resources::SmartProxy.doc (method)">doc</a></span>
712
- <small>KatelloApi::Resources::SmartProxy</small>
711
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#doc-class_method" title="KatelloApi::Resources::User.doc (method)">doc</a></span>
712
+ <small>KatelloApi::Resources::User</small>
713
713
  </li>
714
714
 
715
715
 
716
716
  <li class="r2 ">
717
- <span class='object_link'><a href="KatelloApi/Resources/Package.html#doc-class_method" title="KatelloApi::Resources::Package.doc (method)">doc</a></span>
718
- <small>KatelloApi::Resources::Package</small>
717
+ <span class='object_link'><a href="KatelloApi/Generator/Base.html#doc-instance_method" title="KatelloApi::Generator::Base#doc (method)">#doc</a></span>
718
+ <small>KatelloApi::Generator::Base</small>
719
719
  </li>
720
720
 
721
721
 
722
722
  <li class="r1 ">
723
- <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#doc-class_method" title="KatelloApi::Resources::RoleLdapGroup.doc (method)">doc</a></span>
724
- <small>KatelloApi::Resources::RoleLdapGroup</small>
723
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#doc-class_method" title="KatelloApi::Resources::ContentView.doc (method)">doc</a></span>
724
+ <small>KatelloApi::Resources::ContentView</small>
725
725
  </li>
726
726
 
727
727
 
728
728
  <li class="r2 ">
729
- <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#doc-class_method" title="KatelloApi::Resources::GpgKey.doc (method)">doc</a></span>
730
- <small>KatelloApi::Resources::GpgKey</small>
729
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#doc-class_method" title="KatelloApi::Resources::ConfigTemplate.doc (method)">doc</a></span>
730
+ <small>KatelloApi::Resources::ConfigTemplate</small>
731
731
  </li>
732
732
 
733
733
 
734
734
  <li class="r1 ">
735
- <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#doc-class_method" title="KatelloApi::Resources::Erratum.doc (method)">doc</a></span>
736
- <small>KatelloApi::Resources::Erratum</small>
735
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#doc-class_method" title="KatelloApi::Resources::Product.doc (method)">doc</a></span>
736
+ <small>KatelloApi::Resources::Product</small>
737
737
  </li>
738
738
 
739
739
 
740
740
  <li class="r2 ">
741
- <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#doc-class_method" title="KatelloApi::Resources::ComputeResource.doc (method)">doc</a></span>
742
- <small>KatelloApi::Resources::ComputeResource</small>
741
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#doc-class_method" title="KatelloApi::Resources::Organization.doc (method)">doc</a></span>
742
+ <small>KatelloApi::Resources::Organization</small>
743
743
  </li>
744
744
 
745
745
 
746
746
  <li class="r1 ">
747
- <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#doc-class_method" title="KatelloApi::Resources::Subnet.doc (method)">doc</a></span>
748
- <small>KatelloApi::Resources::Subnet</small>
747
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#doc-class_method" title="KatelloApi::Resources::Template.doc (method)">doc</a></span>
748
+ <small>KatelloApi::Resources::Template</small>
749
749
  </li>
750
750
 
751
751
 
752
752
  <li class="r2 ">
753
- <span class='object_link'><a href="KatelloApi/Resources/Template.html#doc-class_method" title="KatelloApi::Resources::Template.doc (method)">doc</a></span>
754
- <small>KatelloApi::Resources::Template</small>
753
+ <span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#doc-class_method" title="KatelloApi::Resources::OrganizationDefaultInfo.doc (method)">doc</a></span>
754
+ <small>KatelloApi::Resources::OrganizationDefaultInfo</small>
755
755
  </li>
756
756
 
757
757
 
758
758
  <li class="r1 ">
759
- <span class='object_link'><a href="KatelloApi/Resources/Status.html#doc-class_method" title="KatelloApi::Resources::Status.doc (method)">doc</a></span>
760
- <small>KatelloApi::Resources::Status</small>
759
+ <span class='object_link'><a href="KatelloApi/Resources/Crl.html#doc-class_method" title="KatelloApi::Resources::Crl.doc (method)">doc</a></span>
760
+ <small>KatelloApi::Resources::Crl</small>
761
761
  </li>
762
762
 
763
763
 
764
764
  <li class="r2 ">
765
- <span class='object_link'><a href="KatelloApi/Resources/Environment.html#doc-class_method" title="KatelloApi::Resources::Environment.doc (method)">doc</a></span>
766
- <small>KatelloApi::Resources::Environment</small>
765
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#doc-class_method" title="KatelloApi::Resources::ComputeResource.doc (method)">doc</a></span>
766
+ <small>KatelloApi::Resources::ComputeResource</small>
767
767
  </li>
768
768
 
769
769
 
770
770
  <li class="r1 ">
771
- <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#doc-class_method" title="KatelloApi::Resources::CustomInfo.doc (method)">doc</a></span>
772
- <small>KatelloApi::Resources::CustomInfo</small>
771
+ <span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html#doc-class_method" title="KatelloApi::Resources::SystemErratum.doc (method)">doc</a></span>
772
+ <small>KatelloApi::Resources::SystemErratum</small>
773
773
  </li>
774
774
 
775
775
 
776
776
  <li class="r2 ">
777
- <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#doc-class_method" title="KatelloApi::Resources::HardwareModel.doc (method)">doc</a></span>
778
- <small>KatelloApi::Resources::HardwareModel</small>
777
+ <span class='object_link'><a href="KatelloApi/Resources/Distribution.html#doc-class_method" title="KatelloApi::Resources::Distribution.doc (method)">doc</a></span>
778
+ <small>KatelloApi::Resources::Distribution</small>
779
779
  </li>
780
780
 
781
781
 
782
782
  <li class="r1 ">
783
- <span class='object_link'><a href="KatelloApi/Resources/Role.html#doc-class_method" title="KatelloApi::Resources::Role.doc (method)">doc</a></span>
784
- <small>KatelloApi::Resources::Role</small>
783
+ <span class='object_link'><a href="KatelloApi/Resources/RepositoriesBulkAction.html#doc-class_method" title="KatelloApi::Resources::RepositoriesBulkAction.doc (method)">doc</a></span>
784
+ <small>KatelloApi::Resources::RepositoriesBulkAction</small>
785
785
  </li>
786
786
 
787
787
 
788
788
  <li class="r2 ">
789
- <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#doc-class_method" title="KatelloApi::Resources::TemplatesContent.doc (method)">doc</a></span>
790
- <small>KatelloApi::Resources::TemplatesContent</small>
789
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#doc-class_method" title="KatelloApi::Resources::Role.doc (method)">doc</a></span>
790
+ <small>KatelloApi::Resources::Role</small>
791
791
  </li>
792
792
 
793
793
 
794
794
  <li class="r1 ">
795
- <span class='object_link'><a href="KatelloApi/Resources/Crl.html#doc-class_method" title="KatelloApi::Resources::Crl.doc (method)">doc</a></span>
796
- <small>KatelloApi::Resources::Crl</small>
795
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#doc-class_method" title="KatelloApi::Resources::Architecture.doc (method)">doc</a></span>
796
+ <small>KatelloApi::Resources::Architecture</small>
797
797
  </li>
798
798
 
799
799
 
800
800
  <li class="r2 ">
801
- <span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#doc-class_method" title="KatelloApi::Resources::PuppetModule.doc (method)">doc</a></span>
802
- <small>KatelloApi::Resources::PuppetModule</small>
801
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#doc-class_method" title="KatelloApi::Resources::Provider.doc (method)">doc</a></span>
802
+ <small>KatelloApi::Resources::Provider</small>
803
803
  </li>
804
804
 
805
805
 
806
806
  <li class="r1 ">
807
- <span class='object_link'><a href="KatelloApi/Resources/Provider.html#doc-class_method" title="KatelloApi::Resources::Provider.doc (method)">doc</a></span>
808
- <small>KatelloApi::Resources::Provider</small>
807
+ <span class='object_link'><a href="KatelloApi/Resources/Sync.html#doc-class_method" title="KatelloApi::Resources::Sync.doc (method)">doc</a></span>
808
+ <small>KatelloApi::Resources::Sync</small>
809
809
  </li>
810
810
 
811
811
 
812
812
  <li class="r2 ">
813
- <span class='object_link'><a href="KatelloApi/Resources/Organization.html#doc-class_method" title="KatelloApi::Resources::Organization.doc (method)">doc</a></span>
814
- <small>KatelloApi::Resources::Organization</small>
813
+ <span class='object_link'><a href="KatelloApi/Resources/Task.html#doc-class_method" title="KatelloApi::Resources::Task.doc (method)">doc</a></span>
814
+ <small>KatelloApi::Resources::Task</small>
815
815
  </li>
816
816
 
817
817
 
818
818
  <li class="r1 ">
819
- <span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html#doc-class_method" title="KatelloApi::Resources::SystemErratum.doc (method)">doc</a></span>
820
- <small>KatelloApi::Resources::SystemErratum</small>
819
+ <span class='object_link'><a href="KatelloApi/Resources/Package.html#doc-class_method" title="KatelloApi::Resources::Package.doc (method)">doc</a></span>
820
+ <small>KatelloApi::Resources::Package</small>
821
821
  </li>
822
822
 
823
823
 
824
824
  <li class="r2 ">
825
- <span class='object_link'><a href="KatelloApi/Base.html#doc-class_method" title="KatelloApi::Base.doc (method)">doc</a></span>
826
- <small>KatelloApi::Base</small>
825
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#doc-class_method" title="KatelloApi::Resources::SystemGroup.doc (method)">doc</a></span>
826
+ <small>KatelloApi::Resources::SystemGroup</small>
827
827
  </li>
828
828
 
829
829
 
830
830
  <li class="r1 ">
831
- <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#doc-class_method" title="KatelloApi::Resources::ChangesetsContent.doc (method)">doc</a></span>
832
- <small>KatelloApi::Resources::ChangesetsContent</small>
831
+ <span class='object_link'><a href="KatelloApi/Resources/Ping.html#doc-class_method" title="KatelloApi::Resources::Ping.doc (method)">doc</a></span>
832
+ <small>KatelloApi::Resources::Ping</small>
833
833
  </li>
834
834
 
835
835
 
836
836
  <li class="r2 ">
837
- <span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#doc-class_method" title="KatelloApi::Resources::SystemsBulkAction.doc (method)">doc</a></span>
838
- <small>KatelloApi::Resources::SystemsBulkAction</small>
837
+ <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#doc-class_method" title="KatelloApi::Resources::Erratum.doc (method)">doc</a></span>
838
+ <small>KatelloApi::Resources::Erratum</small>
839
839
  </li>
840
840
 
841
841
 
842
842
  <li class="r1 ">
843
- <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#doc-class_method" title="KatelloApi::Resources::Subscription.doc (method)">doc</a></span>
844
- <small>KatelloApi::Resources::Subscription</small>
843
+ <span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#doc-class_method" title="KatelloApi::Resources::FilterRule.doc (method)">doc</a></span>
844
+ <small>KatelloApi::Resources::FilterRule</small>
845
845
  </li>
846
846
 
847
847
 
848
848
  <li class="r2 ">
849
- <span class='object_link'><a href="KatelloApi.html#doc-class_method" title="KatelloApi.doc (method)">doc</a></span>
850
- <small>KatelloApi</small>
849
+ <span class='object_link'><a href="KatelloApi/Resources/About.html#doc-class_method" title="KatelloApi::Resources::About.doc (method)">doc</a></span>
850
+ <small>KatelloApi::Resources::About</small>
851
851
  </li>
852
852
 
853
853
 
854
854
  <li class="r1 ">
855
- <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#doc-class_method" title="KatelloApi::Resources::SystemPackage.doc (method)">doc</a></span>
856
- <small>KatelloApi::Resources::SystemPackage</small>
855
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#doc-class_method" title="KatelloApi::Resources::SmartProxy.doc (method)">doc</a></span>
856
+ <small>KatelloApi::Resources::SmartProxy</small>
857
857
  </li>
858
858
 
859
859
 
860
860
  <li class="r2 ">
861
- <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#doc-class_method" title="KatelloApi::Resources::Architecture.doc (method)">doc</a></span>
862
- <small>KatelloApi::Resources::Architecture</small>
861
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#doc-class_method" title="KatelloApi::Resources::ActivationKey.doc (method)">doc</a></span>
862
+ <small>KatelloApi::Resources::ActivationKey</small>
863
863
  </li>
864
864
 
865
865
 
866
866
  <li class="r1 ">
867
- <span class='object_link'><a href="KatelloApi/Resources/System.html#doc-class_method" title="KatelloApi::Resources::System.doc (method)">doc</a></span>
868
- <small>KatelloApi::Resources::System</small>
867
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#doc-class_method" title="KatelloApi::Resources::Environment.doc (method)">doc</a></span>
868
+ <small>KatelloApi::Resources::Environment</small>
869
869
  </li>
870
870
 
871
871
 
872
872
  <li class="r2 ">
873
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#doc-class_method" title="KatelloApi::Resources::SystemGroupPackage.doc (method)">doc</a></span>
874
- <small>KatelloApi::Resources::SystemGroupPackage</small>
873
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#doc-class_method" title="KatelloApi::Resources::Subnet.doc (method)">doc</a></span>
874
+ <small>KatelloApi::Resources::Subnet</small>
875
875
  </li>
876
876
 
877
877
 
878
878
  <li class="r1 ">
879
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#doc-class_method" title="KatelloApi::Resources::SystemGroupErratum.doc (method)">doc</a></span>
880
- <small>KatelloApi::Resources::SystemGroupErratum</small>
879
+ <span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#doc-class_method" title="KatelloApi::Resources::Uebercert.doc (method)">doc</a></span>
880
+ <small>KatelloApi::Resources::Uebercert</small>
881
881
  </li>
882
882
 
883
883
 
884
884
  <li class="r2 ">
885
- <span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#doc-class_method" title="KatelloApi::Resources::Uebercert.doc (method)">doc</a></span>
886
- <small>KatelloApi::Resources::Uebercert</small>
885
+ <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#doc-class_method" title="KatelloApi::Resources::TemplatesContent.doc (method)">doc</a></span>
886
+ <small>KatelloApi::Resources::TemplatesContent</small>
887
887
  </li>
888
888
 
889
889
 
890
890
  <li class="r1 ">
891
- <span class='object_link'><a href="KatelloApi/Resources/Filter.html#doc-class_method" title="KatelloApi::Resources::Filter.doc (method)">doc</a></span>
892
- <small>KatelloApi::Resources::Filter</small>
891
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#doc-class_method" title="KatelloApi::Resources::Changeset.doc (method)">doc</a></span>
892
+ <small>KatelloApi::Resources::Changeset</small>
893
893
  </li>
894
894
 
895
895
 
896
896
  <li class="r2 ">
897
- <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#doc-class_method" title="KatelloApi::Resources::Changeset.doc (method)">doc</a></span>
898
- <small>KatelloApi::Resources::Changeset</small>
897
+ <span class='object_link'><a href="KatelloApi/Resources/Statu.html#doc-class_method" title="KatelloApi::Resources::Statu.doc (method)">doc</a></span>
898
+ <small>KatelloApi::Resources::Statu</small>
899
899
  </li>
900
900
 
901
901
 
902
902
  <li class="r1 ">
903
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#doc-class_method" title="KatelloApi::Resources::SystemGroup.doc (method)">doc</a></span>
904
- <small>KatelloApi::Resources::SystemGroup</small>
903
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#doc-class_method" title="KatelloApi::Resources::SystemPackage.doc (method)">doc</a></span>
904
+ <small>KatelloApi::Resources::SystemPackage</small>
905
905
  </li>
906
906
 
907
907
 
908
908
  <li class="r2 ">
909
- <span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#doc-class_method" title="KatelloApi::Resources::ContentUpload.doc (method)">doc</a></span>
910
- <small>KatelloApi::Resources::ContentUpload</small>
909
+ <span class='object_link'><a href="KatelloApi/Resources/Status.html#doc-class_method" title="KatelloApi::Resources::Status.doc (method)">doc</a></span>
910
+ <small>KatelloApi::Resources::Status</small>
911
911
  </li>
912
912
 
913
913
 
@@ -918,143 +918,155 @@
918
918
 
919
919
 
920
920
  <li class="r2 ">
921
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#doc-class_method" title="KatelloApi::Resources::ContentViewDefinition.doc (method)">doc</a></span>
922
- <small>KatelloApi::Resources::ContentViewDefinition</small>
921
+ <span class='object_link'><a href="KatelloApi/Base.html#doc-class_method" title="KatelloApi::Base.doc (method)">doc</a></span>
922
+ <small>KatelloApi::Base</small>
923
923
  </li>
924
924
 
925
925
 
926
926
  <li class="r1 ">
927
- <span class='object_link'><a href="KatelloApi/Resources/Statu.html#doc-class_method" title="KatelloApi::Resources::Statu.doc (method)">doc</a></span>
928
- <small>KatelloApi::Resources::Statu</small>
927
+ <span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#doc-class_method" title="KatelloApi::Resources::PuppetModule.doc (method)">doc</a></span>
928
+ <small>KatelloApi::Resources::PuppetModule</small>
929
929
  </li>
930
930
 
931
931
 
932
932
  <li class="r2 ">
933
- <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#doc-class_method" title="KatelloApi::Resources::ContentView.doc (method)">doc</a></span>
934
- <small>KatelloApi::Resources::ContentView</small>
933
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#doc-class_method" title="KatelloApi::Resources::SyncPlan.doc (method)">doc</a></span>
934
+ <small>KatelloApi::Resources::SyncPlan</small>
935
935
  </li>
936
936
 
937
937
 
938
938
  <li class="r1 ">
939
- <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#doc-class_method" title="KatelloApi::Resources::SyncPlan.doc (method)">doc</a></span>
940
- <small>KatelloApi::Resources::SyncPlan</small>
939
+ <span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#doc-class_method" title="KatelloApi::Resources::ContentUpload.doc (method)">doc</a></span>
940
+ <small>KatelloApi::Resources::ContentUpload</small>
941
941
  </li>
942
942
 
943
943
 
944
944
  <li class="r2 ">
945
- <span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#doc-class_method" title="KatelloApi::Resources::FilterRule.doc (method)">doc</a></span>
946
- <small>KatelloApi::Resources::FilterRule</small>
945
+ <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#doc-class_method" title="KatelloApi::Resources::ChangesetsContent.doc (method)">doc</a></span>
946
+ <small>KatelloApi::Resources::ChangesetsContent</small>
947
947
  </li>
948
948
 
949
949
 
950
950
  <li class="r1 ">
951
- <span class='object_link'><a href="KatelloApi/Resources/About.html#doc-class_method" title="KatelloApi::Resources::About.doc (method)">doc</a></span>
952
- <small>KatelloApi::Resources::About</small>
951
+ <span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#doc-class_method" title="KatelloApi::Resources::SystemsBulkAction.doc (method)">doc</a></span>
952
+ <small>KatelloApi::Resources::SystemsBulkAction</small>
953
953
  </li>
954
954
 
955
955
 
956
956
  <li class="r2 ">
957
- <span class='object_link'><a href="KatelloApi/Resources/Distribution.html#doc-class_method" title="KatelloApi::Resources::Distribution.doc (method)">doc</a></span>
958
- <small>KatelloApi::Resources::Distribution</small>
957
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#doc-class_method" title="KatelloApi::Resources::ContentViewDefinition.doc (method)">doc</a></span>
958
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
959
959
  </li>
960
960
 
961
961
 
962
962
  <li class="r1 ">
963
- <span class='object_link'><a href="KatelloApi/Resources/Task.html#doc-class_method" title="KatelloApi::Resources::Task.doc (method)">doc</a></span>
964
- <small>KatelloApi::Resources::Task</small>
963
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#doc-class_method" title="KatelloApi::Resources::Permission.doc (method)">doc</a></span>
964
+ <small>KatelloApi::Resources::Permission</small>
965
965
  </li>
966
966
 
967
967
 
968
968
  <li class="r2 ">
969
- <span class='object_link'><a href="KatelloApi/Resources/Sync.html#doc-class_method" title="KatelloApi::Resources::Sync.doc (method)">doc</a></span>
970
- <small>KatelloApi::Resources::Sync</small>
969
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#doc-class_method" title="KatelloApi::Resources::Distributor.doc (method)">doc</a></span>
970
+ <small>KatelloApi::Resources::Distributor</small>
971
971
  </li>
972
972
 
973
973
 
974
974
  <li class="r1 ">
975
- <span class='object_link'><a href="KatelloApi/Resources/Permission.html#doc-class_method" title="KatelloApi::Resources::Permission.doc (method)">doc</a></span>
976
- <small>KatelloApi::Resources::Permission</small>
975
+ <span class='object_link'><a href="KatelloApi/Resources/Filter.html#doc-class_method" title="KatelloApi::Resources::Filter.doc (method)">doc</a></span>
976
+ <small>KatelloApi::Resources::Filter</small>
977
977
  </li>
978
978
 
979
979
 
980
980
  <li class="r2 ">
981
- <span class='object_link'><a href="KatelloApi/Resources/Ping.html#doc-class_method" title="KatelloApi::Resources::Ping.doc (method)">doc</a></span>
982
- <small>KatelloApi::Resources::Ping</small>
981
+ <span class='object_link'><a href="KatelloApi.html#doc-class_method" title="KatelloApi.doc (method)">doc</a></span>
982
+ <small>KatelloApi</small>
983
983
  </li>
984
984
 
985
985
 
986
986
  <li class="r1 ">
987
- <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#doc-class_method" title="KatelloApi::Resources::RepositorySet.doc (method)">doc</a></span>
988
- <small>KatelloApi::Resources::RepositorySet</small>
987
+ <span class='object_link'><a href="KatelloApi/Resources/ProductsBulkAction.html#doc-class_method" title="KatelloApi::Resources::ProductsBulkAction.doc (method)">doc</a></span>
988
+ <small>KatelloApi::Resources::ProductsBulkAction</small>
989
989
  </li>
990
990
 
991
991
 
992
992
  <li class="r2 ">
993
- <span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#doc-class_method" title="KatelloApi::Resources::OrganizationDefaultInfo.doc (method)">doc</a></span>
994
- <small>KatelloApi::Resources::OrganizationDefaultInfo</small>
993
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#doc-class_method" title="KatelloApi::Resources::Repository.doc (method)">doc</a></span>
994
+ <small>KatelloApi::Resources::Repository</small>
995
995
  </li>
996
996
 
997
997
 
998
998
  <li class="r1 ">
999
- <span class='object_link'><a href="KatelloApi/Resources/User.html#doc-class_method" title="KatelloApi::Resources::User.doc (method)">doc</a></span>
1000
- <small>KatelloApi::Resources::User</small>
999
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#doc-class_method" title="KatelloApi::Resources::RoleLdapGroup.doc (method)">doc</a></span>
1000
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
1001
1001
  </li>
1002
1002
 
1003
1003
 
1004
1004
  <li class="r2 ">
1005
- <span class='object_link'><a href="KatelloApi/Resources/Repository.html#doc-class_method" title="KatelloApi::Resources::Repository.doc (method)">doc</a></span>
1006
- <small>KatelloApi::Resources::Repository</small>
1005
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#doc-class_method" title="KatelloApi::Resources::SystemGroupErratum.doc (method)">doc</a></span>
1006
+ <small>KatelloApi::Resources::SystemGroupErratum</small>
1007
1007
  </li>
1008
1008
 
1009
1009
 
1010
1010
  <li class="r1 ">
1011
- <span class='object_link'><a href="KatelloApi/Generator/Base.html#doc-instance_method" title="KatelloApi::Generator::Base#doc (method)">#doc</a></span>
1012
- <small>KatelloApi::Generator::Base</small>
1011
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#doc-class_method" title="KatelloApi::Resources::HardwareModel.doc (method)">doc</a></span>
1012
+ <small>KatelloApi::Resources::HardwareModel</small>
1013
1013
  </li>
1014
1014
 
1015
1015
 
1016
1016
  <li class="r2 ">
1017
- <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#doc-class_method" title="KatelloApi::Resources::Distributor.doc (method)">doc</a></span>
1018
- <small>KatelloApi::Resources::Distributor</small>
1017
+ <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#doc-class_method" title="KatelloApi::Resources::RepositorySet.doc (method)">doc</a></span>
1018
+ <small>KatelloApi::Resources::RepositorySet</small>
1019
1019
  </li>
1020
1020
 
1021
1021
 
1022
1022
  <li class="r1 ">
1023
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#doc-class_method" title="KatelloApi::Resources::SystemGroupPackage.doc (method)">doc</a></span>
1024
+ <small>KatelloApi::Resources::SystemGroupPackage</small>
1025
+ </li>
1026
+
1027
+
1028
+ <li class="r2 ">
1029
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#doc-class_method" title="KatelloApi::Resources::System.doc (method)">doc</a></span>
1030
+ <small>KatelloApi::Resources::System</small>
1031
+ </li>
1032
+
1033
+
1034
+ <li class="r1 ">
1035
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#doc-class_method" title="KatelloApi::Resources::Subscription.doc (method)">doc</a></span>
1036
+ <small>KatelloApi::Resources::Subscription</small>
1037
+ </li>
1038
+
1039
+
1040
+ <li class="r2 ">
1023
1041
  <span class='object_link'><a href="KatelloApi.html#doc_file-class_method" title="KatelloApi.doc_file (method)">doc_file</a></span>
1024
1042
  <small>KatelloApi</small>
1025
1043
  </li>
1026
1044
 
1027
1045
 
1028
- <li class="r2 ">
1046
+ <li class="r1 ">
1029
1047
  <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#enable-instance_method" title="KatelloApi::Resources::RepositorySet#enable (method)">#enable</a></span>
1030
1048
  <small>KatelloApi::Resources::RepositorySet</small>
1031
1049
  </li>
1032
1050
 
1033
1051
 
1034
- <li class="r1 ">
1052
+ <li class="r2 ">
1035
1053
  <span class='object_link'><a href="KatelloApi/Resources/System.html#enabled_repos-instance_method" title="KatelloApi::Resources::System#enabled_repos (method)">#enabled_repos</a></span>
1036
1054
  <small>KatelloApi::Resources::System</small>
1037
1055
  </li>
1038
1056
 
1039
1057
 
1040
- <li class="r2 ">
1058
+ <li class="r1 ">
1041
1059
  <span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#environment_content_view-instance_method" title="KatelloApi::Resources::SystemsBulkAction#environment_content_view (method)">#environment_content_view</a></span>
1042
1060
  <small>KatelloApi::Resources::SystemsBulkAction</small>
1043
1061
  </li>
1044
1062
 
1045
1063
 
1046
- <li class="r1 ">
1064
+ <li class="r2 ">
1047
1065
  <span class='object_link'><a href="KatelloApi/Resources/System.html#errata-instance_method" title="KatelloApi::Resources::System#errata (method)">#errata</a></span>
1048
1066
  <small>KatelloApi::Resources::System</small>
1049
1067
  </li>
1050
1068
 
1051
1069
 
1052
- <li class="r2 ">
1053
- <span class='object_link'><a href="KatelloApi/Resources/Template.html#export-instance_method" title="KatelloApi::Resources::Template#export (method)">#export</a></span>
1054
- <small>KatelloApi::Resources::Template</small>
1055
- </li>
1056
-
1057
-
1058
1070
  <li class="r1 ">
1059
1071
  <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#export-instance_method" title="KatelloApi::Resources::Distributor#export (method)">#export</a></span>
1060
1072
  <small>KatelloApi::Resources::Distributor</small>
@@ -1062,325 +1074,325 @@
1062
1074
 
1063
1075
 
1064
1076
  <li class="r2 ">
1077
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#export-instance_method" title="KatelloApi::Resources::Template#export (method)">#export</a></span>
1078
+ <small>KatelloApi::Resources::Template</small>
1079
+ </li>
1080
+
1081
+
1082
+ <li class="r1 ">
1065
1083
  <span class='object_link'><a href="KatelloApi/Generator/Base.html#generate-instance_method" title="KatelloApi::Generator::Base#generate (method)">#generate</a></span>
1066
1084
  <small>KatelloApi::Generator::Base</small>
1067
1085
  </li>
1068
1086
 
1069
1087
 
1070
- <li class="r1 ">
1088
+ <li class="r2 ">
1071
1089
  <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#history-instance_method" title="KatelloApi::Resources::SystemGroup#history (method)">#history</a></span>
1072
1090
  <small>KatelloApi::Resources::SystemGroup</small>
1073
1091
  </li>
1074
1092
 
1075
1093
 
1076
- <li class="r2 ">
1094
+ <li class="r1 ">
1077
1095
  <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#history_show-instance_method" title="KatelloApi::Resources::SystemGroup#history_show (method)">#history_show</a></span>
1078
1096
  <small>KatelloApi::Resources::SystemGroup</small>
1079
1097
  </li>
1080
1098
 
1081
1099
 
1082
- <li class="r1 ">
1100
+ <li class="r2 ">
1083
1101
  <span class='object_link'><a href="KatelloApi/Base.html#http_call-instance_method" title="KatelloApi::Base#http_call (method)">#http_call</a></span>
1084
1102
  <small>KatelloApi::Base</small>
1085
1103
  </li>
1086
1104
 
1087
1105
 
1088
- <li class="r2 ">
1106
+ <li class="r1 ">
1089
1107
  <span class='object_link'><a href="KatelloApi/Resources/Template.html#import-instance_method" title="KatelloApi::Resources::Template#import (method)">#import</a></span>
1090
1108
  <small>KatelloApi::Resources::Template</small>
1091
1109
  </li>
1092
1110
 
1093
1111
 
1094
- <li class="r1 ">
1112
+ <li class="r2 ">
1095
1113
  <span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#import_into_repo-instance_method" title="KatelloApi::Resources::ContentUpload#import_into_repo (method)">#import_into_repo</a></span>
1096
1114
  <small>KatelloApi::Resources::ContentUpload</small>
1097
1115
  </li>
1098
1116
 
1099
1117
 
1100
- <li class="r2 ">
1118
+ <li class="r1 ">
1101
1119
  <span class='object_link'><a href="KatelloApi/Resources/Provider.html#import_manifest-instance_method" title="KatelloApi::Resources::Provider#import_manifest (method)">#import_manifest</a></span>
1102
1120
  <small>KatelloApi::Resources::Provider</small>
1103
1121
  </li>
1104
1122
 
1105
1123
 
1106
- <li class="r1 ">
1124
+ <li class="r2 ">
1107
1125
  <span class='object_link'><a href="KatelloApi/Resources/Provider.html#import_products-instance_method" title="KatelloApi::Resources::Provider#import_products (method)">#import_products</a></span>
1108
1126
  <small>KatelloApi::Resources::Provider</small>
1109
1127
  </li>
1110
1128
 
1111
1129
 
1112
- <li class="r2 ">
1113
- <span class='object_link'><a href="KatelloApi/Resources/Package.html#index-instance_method" title="KatelloApi::Resources::Package#index (method)">#index</a></span>
1114
- <small>KatelloApi::Resources::Package</small>
1115
- </li>
1116
-
1117
-
1118
1130
  <li class="r1 ">
1119
- <span class='object_link'><a href="KatelloApi/Resources/Provider.html#index-instance_method" title="KatelloApi::Resources::Provider#index (method)">#index</a></span>
1120
- <small>KatelloApi::Resources::Provider</small>
1131
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#index-instance_method" title="KatelloApi::Resources::Subscription#index (method)">#index</a></span>
1132
+ <small>KatelloApi::Resources::Subscription</small>
1121
1133
  </li>
1122
1134
 
1123
1135
 
1124
1136
  <li class="r2 ">
1125
- <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#index-instance_method" title="KatelloApi::Resources::ActivationKey#index (method)">#index</a></span>
1126
- <small>KatelloApi::Resources::ActivationKey</small>
1137
+ <span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#index-instance_method" title="KatelloApi::Resources::PuppetModule#index (method)">#index</a></span>
1138
+ <small>KatelloApi::Resources::PuppetModule</small>
1127
1139
  </li>
1128
1140
 
1129
1141
 
1130
1142
  <li class="r1 ">
1131
- <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#index-instance_method" title="KatelloApi::Resources::HardwareModel#index (method)">#index</a></span>
1132
- <small>KatelloApi::Resources::HardwareModel</small>
1143
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#index-instance_method" title="KatelloApi::Resources::SyncPlan#index (method)">#index</a></span>
1144
+ <small>KatelloApi::Resources::SyncPlan</small>
1133
1145
  </li>
1134
1146
 
1135
1147
 
1136
1148
  <li class="r2 ">
1137
- <span class='object_link'><a href="KatelloApi/Resources/Environment.html#index-instance_method" title="KatelloApi::Resources::Environment#index (method)">#index</a></span>
1138
- <small>KatelloApi::Resources::Environment</small>
1149
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#index-instance_method" title="KatelloApi::Resources::Domain#index (method)">#index</a></span>
1150
+ <small>KatelloApi::Resources::Domain</small>
1139
1151
  </li>
1140
1152
 
1141
1153
 
1142
1154
  <li class="r1 ">
1143
- <span class='object_link'><a href="KatelloApi/Resources/Template.html#index-instance_method" title="KatelloApi::Resources::Template#index (method)">#index</a></span>
1144
- <small>KatelloApi::Resources::Template</small>
1155
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#index-instance_method" title="KatelloApi::Resources::Permission#index (method)">#index</a></span>
1156
+ <small>KatelloApi::Resources::Permission</small>
1145
1157
  </li>
1146
1158
 
1147
1159
 
1148
1160
  <li class="r2 ">
1149
- <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#index-instance_method" title="KatelloApi::Resources::Erratum#index (method)">#index</a></span>
1150
- <small>KatelloApi::Resources::Erratum</small>
1161
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#index-instance_method" title="KatelloApi::Resources::HardwareModel#index (method)">#index</a></span>
1162
+ <small>KatelloApi::Resources::HardwareModel</small>
1151
1163
  </li>
1152
1164
 
1153
1165
 
1154
1166
  <li class="r1 ">
1155
- <span class='object_link'><a href="KatelloApi/Resources/Organization.html#index-instance_method" title="KatelloApi::Resources::Organization#index (method)">#index</a></span>
1156
- <small>KatelloApi::Resources::Organization</small>
1167
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#index-instance_method" title="KatelloApi::Resources::ContentViewDefinition#index (method)">#index</a></span>
1168
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
1157
1169
  </li>
1158
1170
 
1159
1171
 
1160
1172
  <li class="r2 ">
1161
- <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#index-instance_method" title="KatelloApi::Resources::RoleLdapGroup#index (method)">#index</a></span>
1162
- <small>KatelloApi::Resources::RoleLdapGroup</small>
1173
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#index-instance_method" title="KatelloApi::Resources::Changeset#index (method)">#index</a></span>
1174
+ <small>KatelloApi::Resources::Changeset</small>
1163
1175
  </li>
1164
1176
 
1165
1177
 
1166
1178
  <li class="r1 ">
1167
- <span class='object_link'><a href="KatelloApi/Resources/Product.html#index-instance_method" title="KatelloApi::Resources::Product#index (method)">#index</a></span>
1168
- <small>KatelloApi::Resources::Product</small>
1179
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#index-instance_method" title="KatelloApi::Resources::Subnet#index (method)">#index</a></span>
1180
+ <small>KatelloApi::Resources::Subnet</small>
1169
1181
  </li>
1170
1182
 
1171
1183
 
1172
1184
  <li class="r2 ">
1173
- <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#index-instance_method" title="KatelloApi::Resources::ConfigTemplate#index (method)">#index</a></span>
1174
- <small>KatelloApi::Resources::ConfigTemplate</small>
1185
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#index-instance_method" title="KatelloApi::Resources::SmartProxy#index (method)">#index</a></span>
1186
+ <small>KatelloApi::Resources::SmartProxy</small>
1175
1187
  </li>
1176
1188
 
1177
1189
 
1178
- <li class="r1 ">
1179
- <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#index-instance_method" title="KatelloApi::Resources::SmartProxy#index (method)">#index</a></span>
1180
- <small>KatelloApi::Resources::SmartProxy</small>
1190
+ <li class="r1 ">
1191
+ <span class='object_link'><a href="KatelloApi/Resources/Task.html#index-instance_method" title="KatelloApi::Resources::Task#index (method)">#index</a></span>
1192
+ <small>KatelloApi::Resources::Task</small>
1181
1193
  </li>
1182
1194
 
1183
1195
 
1184
1196
  <li class="r2 ">
1185
- <span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#index-instance_method" title="KatelloApi::Resources::PuppetModule#index (method)">#index</a></span>
1186
- <small>KatelloApi::Resources::PuppetModule</small>
1197
+ <span class='object_link'><a href="KatelloApi/Resources/About.html#index-instance_method" title="KatelloApi::Resources::About#index (method)">#index</a></span>
1198
+ <small>KatelloApi::Resources::About</small>
1187
1199
  </li>
1188
1200
 
1189
1201
 
1190
1202
  <li class="r1 ">
1191
- <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#index-instance_method" title="KatelloApi::Resources::GpgKey#index (method)">#index</a></span>
1192
- <small>KatelloApi::Resources::GpgKey</small>
1203
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#index-instance_method" title="KatelloApi::Resources::Distributor#index (method)">#index</a></span>
1204
+ <small>KatelloApi::Resources::Distributor</small>
1193
1205
  </li>
1194
1206
 
1195
1207
 
1196
1208
  <li class="r2 ">
1197
- <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#index-instance_method" title="KatelloApi::Resources::ComputeResource#index (method)">#index</a></span>
1198
- <small>KatelloApi::Resources::ComputeResource</small>
1209
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#index-instance_method" title="KatelloApi::Resources::ActivationKey#index (method)">#index</a></span>
1210
+ <small>KatelloApi::Resources::ActivationKey</small>
1199
1211
  </li>
1200
1212
 
1201
1213
 
1202
1214
  <li class="r1 ">
1203
- <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#index-instance_method" title="KatelloApi::Resources::Subnet#index (method)">#index</a></span>
1204
- <small>KatelloApi::Resources::Subnet</small>
1215
+ <span class='object_link'><a href="KatelloApi/Resources/Filter.html#index-instance_method" title="KatelloApi::Resources::Filter#index (method)">#index</a></span>
1216
+ <small>KatelloApi::Resources::Filter</small>
1205
1217
  </li>
1206
1218
 
1207
1219
 
1208
1220
  <li class="r2 ">
1209
- <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#index-instance_method" title="KatelloApi::Resources::Distributor#index (method)">#index</a></span>
1210
- <small>KatelloApi::Resources::Distributor</small>
1221
+ <span class='object_link'><a href="KatelloApi/Resources/Ping.html#index-instance_method" title="KatelloApi::Resources::Ping#index (method)">#index</a></span>
1222
+ <small>KatelloApi::Resources::Ping</small>
1211
1223
  </li>
1212
1224
 
1213
1225
 
1214
1226
  <li class="r1 ">
1215
- <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#index-instance_method" title="KatelloApi::Resources::Changeset#index (method)">#index</a></span>
1216
- <small>KatelloApi::Resources::Changeset</small>
1227
+ <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#index-instance_method" title="KatelloApi::Resources::Erratum#index (method)">#index</a></span>
1228
+ <small>KatelloApi::Resources::Erratum</small>
1217
1229
  </li>
1218
1230
 
1219
1231
 
1220
1232
  <li class="r2 ">
1221
- <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#index-instance_method" title="KatelloApi::Resources::CustomInfo#index (method)">#index</a></span>
1222
- <small>KatelloApi::Resources::CustomInfo</small>
1233
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#index-instance_method" title="KatelloApi::Resources::ComputeResource#index (method)">#index</a></span>
1234
+ <small>KatelloApi::Resources::ComputeResource</small>
1223
1235
  </li>
1224
1236
 
1225
1237
 
1226
1238
  <li class="r1 ">
1227
- <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#index-instance_method" title="KatelloApi::Resources::RepositorySet#index (method)">#index</a></span>
1228
- <small>KatelloApi::Resources::RepositorySet</small>
1239
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#index-instance_method" title="KatelloApi::Resources::User#index (method)">#index</a></span>
1240
+ <small>KatelloApi::Resources::User</small>
1229
1241
  </li>
1230
1242
 
1231
1243
 
1232
1244
  <li class="r2 ">
1233
- <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#index-instance_method" title="KatelloApi::Resources::Architecture#index (method)">#index</a></span>
1234
- <small>KatelloApi::Resources::Architecture</small>
1245
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#index-instance_method" title="KatelloApi::Resources::SystemGroup#index (method)">#index</a></span>
1246
+ <small>KatelloApi::Resources::SystemGroup</small>
1235
1247
  </li>
1236
1248
 
1237
1249
 
1238
1250
  <li class="r1 ">
1239
- <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#index-instance_method" title="KatelloApi::Resources::SyncPlan#index (method)">#index</a></span>
1240
- <small>KatelloApi::Resources::SyncPlan</small>
1251
+ <span class='object_link'><a href="KatelloApi/Resources/Sync.html#index-instance_method" title="KatelloApi::Resources::Sync#index (method)">#index</a></span>
1252
+ <small>KatelloApi::Resources::Sync</small>
1241
1253
  </li>
1242
1254
 
1243
1255
 
1244
1256
  <li class="r2 ">
1245
- <span class='object_link'><a href="KatelloApi/Resources/Role.html#index-instance_method" title="KatelloApi::Resources::Role#index (method)">#index</a></span>
1246
- <small>KatelloApi::Resources::Role</small>
1257
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#index-instance_method" title="KatelloApi::Resources::Provider#index (method)">#index</a></span>
1258
+ <small>KatelloApi::Resources::Provider</small>
1247
1259
  </li>
1248
1260
 
1249
1261
 
1250
1262
  <li class="r1 ">
1251
- <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#index-instance_method" title="KatelloApi::Resources::Subscription#index (method)">#index</a></span>
1252
- <small>KatelloApi::Resources::Subscription</small>
1263
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#index-instance_method" title="KatelloApi::Resources::Role#index (method)">#index</a></span>
1264
+ <small>KatelloApi::Resources::Role</small>
1253
1265
  </li>
1254
1266
 
1255
1267
 
1256
1268
  <li class="r2 ">
1257
- <span class='object_link'><a href="KatelloApi/Resources/Permission.html#index-instance_method" title="KatelloApi::Resources::Permission#index (method)">#index</a></span>
1258
- <small>KatelloApi::Resources::Permission</small>
1269
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#index-instance_method" title="KatelloApi::Resources::Architecture#index (method)">#index</a></span>
1270
+ <small>KatelloApi::Resources::Architecture</small>
1259
1271
  </li>
1260
1272
 
1261
1273
 
1262
1274
  <li class="r1 ">
1263
- <span class='object_link'><a href="KatelloApi/Resources/System.html#index-instance_method" title="KatelloApi::Resources::System#index (method)">#index</a></span>
1264
- <small>KatelloApi::Resources::System</small>
1275
+ <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#index-instance_method" title="KatelloApi::Resources::CustomInfo#index (method)">#index</a></span>
1276
+ <small>KatelloApi::Resources::CustomInfo</small>
1265
1277
  </li>
1266
1278
 
1267
1279
 
1268
1280
  <li class="r2 ">
1269
- <span class='object_link'><a href="KatelloApi/Resources/Repository.html#index-instance_method" title="KatelloApi::Resources::Repository#index (method)">#index</a></span>
1270
- <small>KatelloApi::Resources::Repository</small>
1281
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#index-instance_method" title="KatelloApi::Resources::SystemGroupErratum#index (method)">#index</a></span>
1282
+ <small>KatelloApi::Resources::SystemGroupErratum</small>
1271
1283
  </li>
1272
1284
 
1273
1285
 
1274
1286
  <li class="r1 ">
1275
- <span class='object_link'><a href="KatelloApi/Resources/Filter.html#index-instance_method" title="KatelloApi::Resources::Filter#index (method)">#index</a></span>
1276
- <small>KatelloApi::Resources::Filter</small>
1287
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#index-instance_method" title="KatelloApi::Resources::Repository#index (method)">#index</a></span>
1288
+ <small>KatelloApi::Resources::Repository</small>
1277
1289
  </li>
1278
1290
 
1279
1291
 
1280
1292
  <li class="r2 ">
1281
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#index-instance_method" title="KatelloApi::Resources::SystemGroupErratum#index (method)">#index</a></span>
1282
- <small>KatelloApi::Resources::SystemGroupErratum</small>
1293
+ <span class='object_link'><a href="KatelloApi/Resources/Crl.html#index-instance_method" title="KatelloApi::Resources::Crl#index (method)">#index</a></span>
1294
+ <small>KatelloApi::Resources::Crl</small>
1283
1295
  </li>
1284
1296
 
1285
1297
 
1286
1298
  <li class="r1 ">
1287
- <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#index-instance_method" title="KatelloApi::Resources::ContentView#index (method)">#index</a></span>
1288
- <small>KatelloApi::Resources::ContentView</small>
1299
+ <span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#index-instance_method" title="KatelloApi::Resources::RepositorySet#index (method)">#index</a></span>
1300
+ <small>KatelloApi::Resources::RepositorySet</small>
1289
1301
  </li>
1290
1302
 
1291
1303
 
1292
1304
  <li class="r2 ">
1293
- <span class='object_link'><a href="KatelloApi/Resources/Domain.html#index-instance_method" title="KatelloApi::Resources::Domain#index (method)">#index</a></span>
1294
- <small>KatelloApi::Resources::Domain</small>
1305
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#index-instance_method" title="KatelloApi::Resources::System#index (method)">#index</a></span>
1306
+ <small>KatelloApi::Resources::System</small>
1295
1307
  </li>
1296
1308
 
1297
1309
 
1298
1310
  <li class="r1 ">
1299
- <span class='object_link'><a href="KatelloApi/Resources/About.html#index-instance_method" title="KatelloApi::Resources::About#index (method)">#index</a></span>
1300
- <small>KatelloApi::Resources::About</small>
1311
+ <span class='object_link'><a href="KatelloApi/Resources/Package.html#index-instance_method" title="KatelloApi::Resources::Package#index (method)">#index</a></span>
1312
+ <small>KatelloApi::Resources::Package</small>
1301
1313
  </li>
1302
1314
 
1303
1315
 
1304
1316
  <li class="r2 ">
1305
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#index-instance_method" title="KatelloApi::Resources::SystemGroup#index (method)">#index</a></span>
1306
- <small>KatelloApi::Resources::SystemGroup</small>
1317
+ <span class='object_link'><a href="KatelloApi/Resources/Distribution.html#index-instance_method" title="KatelloApi::Resources::Distribution#index (method)">#index</a></span>
1318
+ <small>KatelloApi::Resources::Distribution</small>
1307
1319
  </li>
1308
1320
 
1309
1321
 
1310
1322
  <li class="r1 ">
1311
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#index-instance_method" title="KatelloApi::Resources::ContentViewDefinition#index (method)">#index</a></span>
1312
- <small>KatelloApi::Resources::ContentViewDefinition</small>
1323
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#index-instance_method" title="KatelloApi::Resources::Template#index (method)">#index</a></span>
1324
+ <small>KatelloApi::Resources::Template</small>
1313
1325
  </li>
1314
1326
 
1315
1327
 
1316
1328
  <li class="r2 ">
1317
- <span class='object_link'><a href="KatelloApi/Resources/Task.html#index-instance_method" title="KatelloApi::Resources::Task#index (method)">#index</a></span>
1318
- <small>KatelloApi::Resources::Task</small>
1329
+ <span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#index-instance_method" title="KatelloApi::Resources::RoleLdapGroup#index (method)">#index</a></span>
1330
+ <small>KatelloApi::Resources::RoleLdapGroup</small>
1319
1331
  </li>
1320
1332
 
1321
1333
 
1322
1334
  <li class="r1 ">
1323
- <span class='object_link'><a href="KatelloApi/Resources/Sync.html#index-instance_method" title="KatelloApi::Resources::Sync#index (method)">#index</a></span>
1324
- <small>KatelloApi::Resources::Sync</small>
1335
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#index-instance_method" title="KatelloApi::Resources::Organization#index (method)">#index</a></span>
1336
+ <small>KatelloApi::Resources::Organization</small>
1325
1337
  </li>
1326
1338
 
1327
1339
 
1328
1340
  <li class="r2 ">
1329
- <span class='object_link'><a href="KatelloApi/Resources/Ping.html#index-instance_method" title="KatelloApi::Resources::Ping#index (method)">#index</a></span>
1330
- <small>KatelloApi::Resources::Ping</small>
1341
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#index-instance_method" title="KatelloApi::Resources::ConfigTemplate#index (method)">#index</a></span>
1342
+ <small>KatelloApi::Resources::ConfigTemplate</small>
1331
1343
  </li>
1332
1344
 
1333
1345
 
1334
1346
  <li class="r1 ">
1335
- <span class='object_link'><a href="KatelloApi/Resources/User.html#index-instance_method" title="KatelloApi::Resources::User#index (method)">#index</a></span>
1336
- <small>KatelloApi::Resources::User</small>
1347
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#index-instance_method" title="KatelloApi::Resources::Product#index (method)">#index</a></span>
1348
+ <small>KatelloApi::Resources::Product</small>
1337
1349
  </li>
1338
1350
 
1339
1351
 
1340
1352
  <li class="r2 ">
1341
- <span class='object_link'><a href="KatelloApi/Resources/Crl.html#index-instance_method" title="KatelloApi::Resources::Crl#index (method)">#index</a></span>
1342
- <small>KatelloApi::Resources::Crl</small>
1353
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#index-instance_method" title="KatelloApi::Resources::GpgKey#index (method)">#index</a></span>
1354
+ <small>KatelloApi::Resources::GpgKey</small>
1343
1355
  </li>
1344
1356
 
1345
1357
 
1346
1358
  <li class="r1 ">
1347
- <span class='object_link'><a href="KatelloApi/Resources/Distribution.html#index-instance_method" title="KatelloApi::Resources::Distribution#index (method)">#index</a></span>
1348
- <small>KatelloApi::Resources::Distribution</small>
1359
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#index-instance_method" title="KatelloApi::Resources::Environment#index (method)">#index</a></span>
1360
+ <small>KatelloApi::Resources::Environment</small>
1349
1361
  </li>
1350
1362
 
1351
1363
 
1352
1364
  <li class="r2 ">
1365
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#index-instance_method" title="KatelloApi::Resources::ContentView#index (method)">#index</a></span>
1366
+ <small>KatelloApi::Resources::ContentView</small>
1367
+ </li>
1368
+
1369
+
1370
+ <li class="r1 ">
1353
1371
  <span class='object_link'><a href="KatelloApi/Base.html#initialize-instance_method" title="KatelloApi::Base#initialize (method)">#initialize</a></span>
1354
1372
  <small>KatelloApi::Base</small>
1355
1373
  </li>
1356
1374
 
1357
1375
 
1358
- <li class="r1 ">
1376
+ <li class="r2 ">
1359
1377
  <span class='object_link'><a href="KatelloApi/Generator/Base.html#initialize-instance_method" title="KatelloApi::Generator::Base#initialize (method)">#initialize</a></span>
1360
1378
  <small>KatelloApi::Generator::Base</small>
1361
1379
  </li>
1362
1380
 
1363
1381
 
1364
- <li class="r2 ">
1382
+ <li class="r1 ">
1365
1383
  <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#install-instance_method" title="KatelloApi::Resources::SystemPackage#install (method)">#install</a></span>
1366
1384
  <small>KatelloApi::Resources::SystemPackage</small>
1367
1385
  </li>
1368
1386
 
1369
1387
 
1370
- <li class="r1 ">
1388
+ <li class="r2 ">
1371
1389
  <span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#install_content-instance_method" title="KatelloApi::Resources::SystemsBulkAction#install_content (method)">#install_content</a></span>
1372
1390
  <small>KatelloApi::Resources::SystemsBulkAction</small>
1373
1391
  </li>
1374
1392
 
1375
1393
 
1376
- <li class="r2 ">
1377
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_all_products-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_all_products (method)">#list_all_products</a></span>
1378
- <small>KatelloApi::Resources::ContentViewDefinition</small>
1379
- </li>
1380
-
1381
-
1382
1394
  <li class="r1 ">
1383
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_products-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_products (method)">#list_products</a></span>
1395
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_all_products-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_all_products (method)">#list_all_products</a></span>
1384
1396
  <small>KatelloApi::Resources::ContentViewDefinition</small>
1385
1397
  </li>
1386
1398
 
@@ -1392,26 +1404,26 @@
1392
1404
 
1393
1405
 
1394
1406
  <li class="r1 ">
1395
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_repositories-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_repositories (method)">#list_repositories</a></span>
1407
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_products-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_products (method)">#list_products</a></span>
1396
1408
  <small>KatelloApi::Resources::ContentViewDefinition</small>
1397
1409
  </li>
1398
1410
 
1399
1411
 
1400
1412
  <li class="r2 ">
1401
- <span class='object_link'><a href="KatelloApi/Resources/Filter.html#list_repositories-instance_method" title="KatelloApi::Resources::Filter#list_repositories (method)">#list_repositories</a></span>
1402
- <small>KatelloApi::Resources::Filter</small>
1413
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_repositories-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_repositories (method)">#list_repositories</a></span>
1414
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
1403
1415
  </li>
1404
1416
 
1405
1417
 
1406
1418
  <li class="r1 ">
1407
- <span class='object_link'><a href="KatelloApi/Resources/User.html#list_roles-instance_method" title="KatelloApi::Resources::User#list_roles (method)">#list_roles</a></span>
1408
- <small>KatelloApi::Resources::User</small>
1419
+ <span class='object_link'><a href="KatelloApi/Resources/Filter.html#list_repositories-instance_method" title="KatelloApi::Resources::Filter#list_repositories (method)">#list_repositories</a></span>
1420
+ <small>KatelloApi::Resources::Filter</small>
1409
1421
  </li>
1410
1422
 
1411
1423
 
1412
1424
  <li class="r2 ">
1413
- <span class='object_link'><a href="KatelloApi/Resources/Status.html#memory-instance_method" title="KatelloApi::Resources::Status#memory (method)">#memory</a></span>
1414
- <small>KatelloApi::Resources::Status</small>
1425
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#list_roles-instance_method" title="KatelloApi::Resources::User#list_roles (method)">#list_roles</a></span>
1426
+ <small>KatelloApi::Resources::User</small>
1415
1427
  </li>
1416
1428
 
1417
1429
 
@@ -1422,272 +1434,260 @@
1422
1434
 
1423
1435
 
1424
1436
  <li class="r2 ">
1437
+ <span class='object_link'><a href="KatelloApi/Resources/Status.html#memory-instance_method" title="KatelloApi::Resources::Status#memory (method)">#memory</a></span>
1438
+ <small>KatelloApi::Resources::Status</small>
1439
+ </li>
1440
+
1441
+
1442
+ <li class="r1 ">
1425
1443
  <span class='object_link'><a href="KatelloApi/Base.html#method_doc-class_method" title="KatelloApi::Base.method_doc (method)">method_doc</a></span>
1426
1444
  <small>KatelloApi::Base</small>
1427
1445
  </li>
1428
1446
 
1429
1447
 
1430
- <li class="r1 ">
1448
+ <li class="r2 ">
1431
1449
  <span class='object_link'><a href="KatelloApi/Resources/System.html#package_profile-instance_method" title="KatelloApi::Resources::System#package_profile (method)">#package_profile</a></span>
1432
1450
  <small>KatelloApi::Resources::System</small>
1433
1451
  </li>
1434
1452
 
1435
1453
 
1436
- <li class="r2 ">
1454
+ <li class="r1 ">
1437
1455
  <span class='object_link'><a href="KatelloApi/Resources/Environment.html#paths-instance_method" title="KatelloApi::Resources::Environment#paths (method)">#paths</a></span>
1438
1456
  <small>KatelloApi::Resources::Environment</small>
1439
1457
  </li>
1440
1458
 
1441
1459
 
1442
- <li class="r1 ">
1460
+ <li class="r2 ">
1443
1461
  <span class='object_link'><a href="KatelloApi/Base.html#perform_call-instance_method" title="KatelloApi::Base#perform_call (method)">#perform_call</a></span>
1444
1462
  <small>KatelloApi::Base</small>
1445
1463
  </li>
1446
1464
 
1447
1465
 
1448
- <li class="r2 ">
1466
+ <li class="r1 ">
1449
1467
  <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#pools-instance_method" title="KatelloApi::Resources::Distributor#pools (method)">#pools</a></span>
1450
1468
  <small>KatelloApi::Resources::Distributor</small>
1451
1469
  </li>
1452
1470
 
1453
1471
 
1454
- <li class="r1 ">
1472
+ <li class="r2 ">
1455
1473
  <span class='object_link'><a href="KatelloApi/Resources/System.html#pools-instance_method" title="KatelloApi::Resources::System#pools (method)">#pools</a></span>
1456
1474
  <small>KatelloApi::Resources::System</small>
1457
1475
  </li>
1458
1476
 
1459
1477
 
1460
- <li class="r2 ">
1478
+ <li class="r1 ">
1461
1479
  <span class='object_link'><a href="KatelloApi/Resources/Provider.html#product_create-instance_method" title="KatelloApi::Resources::Provider#product_create (method)">#product_create</a></span>
1462
1480
  <small>KatelloApi::Resources::Provider</small>
1463
1481
  </li>
1464
1482
 
1465
1483
 
1466
- <li class="r1 ">
1484
+ <li class="r2 ">
1467
1485
  <span class='object_link'><a href="KatelloApi/Resources/Provider.html#products-instance_method" title="KatelloApi::Resources::Provider#products (method)">#products</a></span>
1468
1486
  <small>KatelloApi::Resources::Provider</small>
1469
1487
  </li>
1470
1488
 
1471
1489
 
1472
- <li class="r2 ">
1490
+ <li class="r1 ">
1473
1491
  <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#promote-instance_method" title="KatelloApi::Resources::ContentView#promote (method)">#promote</a></span>
1474
1492
  <small>KatelloApi::Resources::ContentView</small>
1475
1493
  </li>
1476
1494
 
1477
1495
 
1478
- <li class="r1 ">
1496
+ <li class="r2 ">
1479
1497
  <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#publish-instance_method" title="KatelloApi::Resources::ContentViewDefinition#publish (method)">#publish</a></span>
1480
1498
  <small>KatelloApi::Resources::ContentViewDefinition</small>
1481
1499
  </li>
1482
1500
 
1483
1501
 
1484
- <li class="r2 ">
1502
+ <li class="r1 ">
1485
1503
  <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#refresh-instance_method" title="KatelloApi::Resources::ContentView#refresh (method)">#refresh</a></span>
1486
1504
  <small>KatelloApi::Resources::ContentView</small>
1487
1505
  </li>
1488
1506
 
1489
1507
 
1490
- <li class="r1 ">
1508
+ <li class="r2 ">
1491
1509
  <span class='object_link'><a href="KatelloApi/Resources/Provider.html#refresh_manifest-instance_method" title="KatelloApi::Resources::Provider#refresh_manifest (method)">#refresh_manifest</a></span>
1492
1510
  <small>KatelloApi::Resources::Provider</small>
1493
1511
  </li>
1494
1512
 
1495
1513
 
1496
- <li class="r2 ">
1514
+ <li class="r1 ">
1497
1515
  <span class='object_link'><a href="KatelloApi/Resources/Provider.html#refresh_products-instance_method" title="KatelloApi::Resources::Provider#refresh_products (method)">#refresh_products</a></span>
1498
1516
  <small>KatelloApi::Resources::Provider</small>
1499
1517
  </li>
1500
1518
 
1501
1519
 
1502
- <li class="r1 ">
1520
+ <li class="r2 ">
1503
1521
  <span class='object_link'><a href="KatelloApi/Resources/System.html#refresh_subscriptions-instance_method" title="KatelloApi::Resources::System#refresh_subscriptions (method)">#refresh_subscriptions</a></span>
1504
1522
  <small>KatelloApi::Resources::System</small>
1505
1523
  </li>
1506
1524
 
1507
1525
 
1508
- <li class="r2 ">
1526
+ <li class="r1 ">
1509
1527
  <span class='object_link'><a href="KatelloApi/Resources/System.html#releases-instance_method" title="KatelloApi::Resources::System#releases (method)">#releases</a></span>
1510
1528
  <small>KatelloApi::Resources::System</small>
1511
1529
  </li>
1512
1530
 
1513
1531
 
1514
- <li class="r1 ">
1532
+ <li class="r2 ">
1515
1533
  <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#remove-instance_method" title="KatelloApi::Resources::SystemPackage#remove (method)">#remove</a></span>
1516
1534
  <small>KatelloApi::Resources::SystemPackage</small>
1517
1535
  </li>
1518
1536
 
1519
1537
 
1520
- <li class="r2 ">
1538
+ <li class="r1 ">
1521
1539
  <span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#remove_content-instance_method" title="KatelloApi::Resources::SystemsBulkAction#remove_content (method)">#remove_content</a></span>
1522
1540
  <small>KatelloApi::Resources::SystemsBulkAction</small>
1523
1541
  </li>
1524
1542
 
1525
1543
 
1526
- <li class="r1 ">
1544
+ <li class="r2 ">
1527
1545
  <span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_content_view-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_content_view (method)">#remove_content_view</a></span>
1528
1546
  <small>KatelloApi::Resources::ChangesetsContent</small>
1529
1547
  </li>
1530
1548
 
1531
1549
 
1532
- <li class="r2 ">
1550
+ <li class="r1 ">
1533
1551
  <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_distribution-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_distribution (method)">#remove_distribution</a></span>
1534
1552
  <small>KatelloApi::Resources::TemplatesContent</small>
1535
1553
  </li>
1536
1554
 
1537
1555
 
1538
- <li class="r1 ">
1556
+ <li class="r2 ">
1539
1557
  <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package (method)">#remove_package</a></span>
1540
1558
  <small>KatelloApi::Resources::TemplatesContent</small>
1541
1559
  </li>
1542
1560
 
1543
1561
 
1544
- <li class="r2 ">
1562
+ <li class="r1 ">
1545
1563
  <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package_group-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package_group (method)">#remove_package_group</a></span>
1546
1564
  <small>KatelloApi::Resources::TemplatesContent</small>
1547
1565
  </li>
1548
1566
 
1549
1567
 
1550
- <li class="r1 ">
1568
+ <li class="r2 ">
1551
1569
  <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package_group_category-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package_group_category (method)">#remove_package_group_category</a></span>
1552
1570
  <small>KatelloApi::Resources::TemplatesContent</small>
1553
1571
  </li>
1554
1572
 
1555
1573
 
1556
- <li class="r2 ">
1574
+ <li class="r1 ">
1557
1575
  <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_parameter-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_parameter (method)">#remove_parameter</a></span>
1558
1576
  <small>KatelloApi::Resources::TemplatesContent</small>
1559
1577
  </li>
1560
1578
 
1561
1579
 
1562
- <li class="r1 ">
1580
+ <li class="r2 ">
1563
1581
  <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#remove_pool-instance_method" title="KatelloApi::Resources::ActivationKey#remove_pool (method)">#remove_pool</a></span>
1564
1582
  <small>KatelloApi::Resources::ActivationKey</small>
1565
1583
  </li>
1566
1584
 
1567
1585
 
1568
- <li class="r2 ">
1586
+ <li class="r1 ">
1569
1587
  <span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_repo-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_repo (method)">#remove_repo</a></span>
1570
1588
  <small>KatelloApi::Resources::TemplatesContent</small>
1571
1589
  </li>
1572
1590
 
1573
1591
 
1574
- <li class="r1 ">
1592
+ <li class="r2 ">
1575
1593
  <span class='object_link'><a href="KatelloApi/Resources/User.html#remove_role-instance_method" title="KatelloApi::Resources::User#remove_role (method)">#remove_role</a></span>
1576
1594
  <small>KatelloApi::Resources::User</small>
1577
1595
  </li>
1578
1596
 
1579
1597
 
1580
- <li class="r2 ">
1598
+ <li class="r1 ">
1581
1599
  <span class='object_link'><a href="KatelloApi/Resources/Product.html#remove_sync_plan-instance_method" title="KatelloApi::Resources::Product#remove_sync_plan (method)">#remove_sync_plan</a></span>
1582
1600
  <small>KatelloApi::Resources::Product</small>
1583
1601
  </li>
1584
1602
 
1585
1603
 
1586
- <li class="r1 ">
1604
+ <li class="r2 ">
1587
1605
  <span class='object_link'><a href="KatelloApi/Resources/System.html#remove_system_groups-instance_method" title="KatelloApi::Resources::System#remove_system_groups (method)">#remove_system_groups</a></span>
1588
1606
  <small>KatelloApi::Resources::System</small>
1589
1607
  </li>
1590
1608
 
1591
1609
 
1592
- <li class="r2 ">
1610
+ <li class="r1 ">
1593
1611
  <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#remove_system_groups-instance_method" title="KatelloApi::Resources::ActivationKey#remove_system_groups (method)">#remove_system_groups</a></span>
1594
1612
  <small>KatelloApi::Resources::ActivationKey</small>
1595
1613
  </li>
1596
1614
 
1597
1615
 
1598
- <li class="r1 ">
1616
+ <li class="r2 ">
1599
1617
  <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#remove_systems-instance_method" title="KatelloApi::Resources::SystemGroup#remove_systems (method)">#remove_systems</a></span>
1600
1618
  <small>KatelloApi::Resources::SystemGroup</small>
1601
1619
  </li>
1602
1620
 
1603
1621
 
1604
- <li class="r2 ">
1622
+ <li class="r1 ">
1605
1623
  <span class='object_link'><a href="KatelloApi/Resources/Organization.html#repo_discover-instance_method" title="KatelloApi::Resources::Organization#repo_discover (method)">#repo_discover</a></span>
1606
1624
  <small>KatelloApi::Resources::Organization</small>
1607
1625
  </li>
1608
1626
 
1609
1627
 
1610
- <li class="r1 ">
1628
+ <li class="r2 ">
1611
1629
  <span class='object_link'><a href="KatelloApi/Resources/System.html#report-instance_method" title="KatelloApi::Resources::System#report (method)">#report</a></span>
1612
1630
  <small>KatelloApi::Resources::System</small>
1613
1631
  </li>
1614
1632
 
1615
1633
 
1616
- <li class="r2 ">
1634
+ <li class="r1 ">
1617
1635
  <span class='object_link'><a href="KatelloApi/Resources/Product.html#repositories-instance_method" title="KatelloApi::Resources::Product#repositories (method)">#repositories</a></span>
1618
1636
  <small>KatelloApi::Resources::Product</small>
1619
1637
  </li>
1620
1638
 
1621
1639
 
1622
- <li class="r1 ">
1640
+ <li class="r2 ">
1623
1641
  <span class='object_link'><a href="KatelloApi/Generator/Base.html#resource-instance_method" title="KatelloApi::Generator::Base#resource (method)">#resource</a></span>
1624
1642
  <small>KatelloApi::Generator::Base</small>
1625
1643
  </li>
1626
1644
 
1627
1645
 
1628
- <li class="r2 ">
1646
+ <li class="r1 ">
1629
1647
  <span class='object_link'><a href="KatelloApi/Generator/Base.html#resource_key-instance_method" title="KatelloApi::Generator::Base#resource_key (method)">#resource_key</a></span>
1630
1648
  <small>KatelloApi::Generator::Base</small>
1631
1649
  </li>
1632
1650
 
1633
1651
 
1634
- <li class="r1 ">
1652
+ <li class="r2 ">
1635
1653
  <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#revision-instance_method" title="KatelloApi::Resources::ConfigTemplate#revision (method)">#revision</a></span>
1636
1654
  <small>KatelloApi::Resources::ConfigTemplate</small>
1637
1655
  </li>
1638
1656
 
1639
1657
 
1640
- <li class="r2 ">
1658
+ <li class="r1 ">
1641
1659
  <span class='object_link'><a href="KatelloApi.html#root-class_method" title="KatelloApi.root (method)">root</a></span>
1642
1660
  <small>KatelloApi</small>
1643
1661
  </li>
1644
1662
 
1645
1663
 
1646
- <li class="r1 ">
1664
+ <li class="r2 ">
1647
1665
  <span class='object_link'><a href="KatelloApi/Resources/Package.html#search-instance_method" title="KatelloApi::Resources::Package#search (method)">#search</a></span>
1648
1666
  <small>KatelloApi::Resources::Package</small>
1649
1667
  </li>
1650
1668
 
1651
1669
 
1652
- <li class="r2 ">
1670
+ <li class="r1 ">
1653
1671
  <span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#search-instance_method" title="KatelloApi::Resources::PuppetModule#search (method)">#search</a></span>
1654
1672
  <small>KatelloApi::Resources::PuppetModule</small>
1655
1673
  </li>
1656
1674
 
1657
1675
 
1658
- <li class="r1 ">
1676
+ <li class="r2 ">
1659
1677
  <span class='object_link'><a href="KatelloApi/Resources/Ping.html#server_status-instance_method" title="KatelloApi::Resources::Ping#server_status (method)">#server_status</a></span>
1660
1678
  <small>KatelloApi::Resources::Ping</small>
1661
1679
  </li>
1662
1680
 
1663
1681
 
1664
- <li class="r2 ">
1682
+ <li class="r1 ">
1665
1683
  <span class='object_link'><a href="KatelloApi/Resources/Product.html#set_sync_plan-instance_method" title="KatelloApi::Resources::Product#set_sync_plan (method)">#set_sync_plan</a></span>
1666
1684
  <small>KatelloApi::Resources::Product</small>
1667
1685
  </li>
1668
1686
 
1669
1687
 
1670
- <li class="r1 ">
1671
- <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#show-instance_method" title="KatelloApi::Resources::Architecture#show (method)">#show</a></span>
1672
- <small>KatelloApi::Resources::Architecture</small>
1673
- </li>
1674
-
1675
-
1676
- <li class="r2 ">
1677
- <span class='object_link'><a href="KatelloApi/Resources/User.html#show-instance_method" title="KatelloApi::Resources::User#show (method)">#show</a></span>
1678
- <small>KatelloApi::Resources::User</small>
1679
- </li>
1680
-
1681
-
1682
- <li class="r1 ">
1683
- <span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#show-instance_method" title="KatelloApi::Resources::PuppetModule#show (method)">#show</a></span>
1684
- <small>KatelloApi::Resources::PuppetModule</small>
1685
- </li>
1686
-
1687
-
1688
1688
  <li class="r2 ">
1689
- <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#show-instance_method" title="KatelloApi::Resources::Distributor#show (method)">#show</a></span>
1690
- <small>KatelloApi::Resources::Distributor</small>
1689
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#show-instance_method" title="KatelloApi::Resources::HardwareModel#show (method)">#show</a></span>
1690
+ <small>KatelloApi::Resources::HardwareModel</small>
1691
1691
  </li>
1692
1692
 
1693
1693
 
@@ -1698,8 +1698,8 @@
1698
1698
 
1699
1699
 
1700
1700
  <li class="r2 ">
1701
- <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#show-instance_method" title="KatelloApi::Resources::ActivationKey#show (method)">#show</a></span>
1702
- <small>KatelloApi::Resources::ActivationKey</small>
1701
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#show-instance_method" title="KatelloApi::Resources::ContentViewDefinition#show (method)">#show</a></span>
1702
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
1703
1703
  </li>
1704
1704
 
1705
1705
 
@@ -1710,62 +1710,74 @@
1710
1710
 
1711
1711
 
1712
1712
  <li class="r2 ">
1713
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#show-instance_method" title="KatelloApi::Resources::SystemGroup#show (method)">#show</a></span>
1714
- <small>KatelloApi::Resources::SystemGroup</small>
1713
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#show-instance_method" title="KatelloApi::Resources::Repository#show (method)">#show</a></span>
1714
+ <small>KatelloApi::Resources::Repository</small>
1715
1715
  </li>
1716
1716
 
1717
1717
 
1718
1718
  <li class="r1 ">
1719
- <span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html#show-instance_method" title="KatelloApi::Resources::SystemErratum#show (method)">#show</a></span>
1720
- <small>KatelloApi::Resources::SystemErratum</small>
1719
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#show-instance_method" title="KatelloApi::Resources::ActivationKey#show (method)">#show</a></span>
1720
+ <small>KatelloApi::Resources::ActivationKey</small>
1721
1721
  </li>
1722
1722
 
1723
1723
 
1724
1724
  <li class="r2 ">
1725
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#show-instance_method" title="KatelloApi::Resources::ContentViewDefinition#show (method)">#show</a></span>
1726
- <small>KatelloApi::Resources::ContentViewDefinition</small>
1725
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#show-instance_method" title="KatelloApi::Resources::User#show (method)">#show</a></span>
1726
+ <small>KatelloApi::Resources::User</small>
1727
1727
  </li>
1728
1728
 
1729
1729
 
1730
1730
  <li class="r1 ">
1731
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#show-instance_method" title="KatelloApi::Resources::Domain#show (method)">#show</a></span>
1732
+ <small>KatelloApi::Resources::Domain</small>
1733
+ </li>
1734
+
1735
+
1736
+ <li class="r2 ">
1731
1737
  <span class='object_link'><a href="KatelloApi/Resources/Template.html#show-instance_method" title="KatelloApi::Resources::Template#show (method)">#show</a></span>
1732
1738
  <small>KatelloApi::Resources::Template</small>
1733
1739
  </li>
1734
1740
 
1735
1741
 
1742
+ <li class="r1 ">
1743
+ <span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html#show-instance_method" title="KatelloApi::Resources::SystemErratum#show (method)">#show</a></span>
1744
+ <small>KatelloApi::Resources::SystemErratum</small>
1745
+ </li>
1746
+
1747
+
1736
1748
  <li class="r2 ">
1737
- <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#show-instance_method" title="KatelloApi::Resources::HardwareModel#show (method)">#show</a></span>
1738
- <small>KatelloApi::Resources::HardwareModel</small>
1749
+ <span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#show-instance_method" title="KatelloApi::Resources::PuppetModule#show (method)">#show</a></span>
1750
+ <small>KatelloApi::Resources::PuppetModule</small>
1739
1751
  </li>
1740
1752
 
1741
1753
 
1742
1754
  <li class="r1 ">
1743
- <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#show-instance_method" title="KatelloApi::Resources::Erratum#show (method)">#show</a></span>
1744
- <small>KatelloApi::Resources::Erratum</small>
1755
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#show-instance_method" title="KatelloApi::Resources::Role#show (method)">#show</a></span>
1756
+ <small>KatelloApi::Resources::Role</small>
1745
1757
  </li>
1746
1758
 
1747
1759
 
1748
1760
  <li class="r2 ">
1749
- <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#show-instance_method" title="KatelloApi::Resources::ContentView#show (method)">#show</a></span>
1750
- <small>KatelloApi::Resources::ContentView</small>
1761
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#show-instance_method" title="KatelloApi::Resources::ConfigTemplate#show (method)">#show</a></span>
1762
+ <small>KatelloApi::Resources::ConfigTemplate</small>
1751
1763
  </li>
1752
1764
 
1753
1765
 
1754
1766
  <li class="r1 ">
1755
- <span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#show-instance_method" title="KatelloApi::Resources::Uebercert#show (method)">#show</a></span>
1756
- <small>KatelloApi::Resources::Uebercert</small>
1767
+ <span class='object_link'><a href="KatelloApi/Resources/Filter.html#show-instance_method" title="KatelloApi::Resources::Filter#show (method)">#show</a></span>
1768
+ <small>KatelloApi::Resources::Filter</small>
1757
1769
  </li>
1758
1770
 
1759
1771
 
1760
1772
  <li class="r2 ">
1761
- <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#show-instance_method" title="KatelloApi::Resources::Changeset#show (method)">#show</a></span>
1762
- <small>KatelloApi::Resources::Changeset</small>
1773
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#show-instance_method" title="KatelloApi::Resources::Architecture#show (method)">#show</a></span>
1774
+ <small>KatelloApi::Resources::Architecture</small>
1763
1775
  </li>
1764
1776
 
1765
1777
 
1766
1778
  <li class="r1 ">
1767
- <span class='object_link'><a href="KatelloApi/Resources/Task.html#show-instance_method" title="KatelloApi::Resources::Task#show (method)">#show</a></span>
1768
- <small>KatelloApi::Resources::Task</small>
1779
+ <span class='object_link'><a href="KatelloApi/Resources/Permission.html#show-instance_method" title="KatelloApi::Resources::Permission#show (method)">#show</a></span>
1780
+ <small>KatelloApi::Resources::Permission</small>
1769
1781
  </li>
1770
1782
 
1771
1783
 
@@ -1776,62 +1788,62 @@
1776
1788
 
1777
1789
 
1778
1790
  <li class="r1 ">
1779
- <span class='object_link'><a href="KatelloApi/Resources/Product.html#show-instance_method" title="KatelloApi::Resources::Product#show (method)">#show</a></span>
1780
- <small>KatelloApi::Resources::Product</small>
1791
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#show-instance_method" title="KatelloApi::Resources::System#show (method)">#show</a></span>
1792
+ <small>KatelloApi::Resources::System</small>
1781
1793
  </li>
1782
1794
 
1783
1795
 
1784
1796
  <li class="r2 ">
1785
- <span class='object_link'><a href="KatelloApi/Resources/Package.html#show-instance_method" title="KatelloApi::Resources::Package#show (method)">#show</a></span>
1786
- <small>KatelloApi::Resources::Package</small>
1797
+ <span class='object_link'><a href="KatelloApi/Resources/ContentView.html#show-instance_method" title="KatelloApi::Resources::ContentView#show (method)">#show</a></span>
1798
+ <small>KatelloApi::Resources::ContentView</small>
1787
1799
  </li>
1788
1800
 
1789
1801
 
1790
1802
  <li class="r1 ">
1791
- <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#show-instance_method" title="KatelloApi::Resources::SyncPlan#show (method)">#show</a></span>
1792
- <small>KatelloApi::Resources::SyncPlan</small>
1803
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#show-instance_method" title="KatelloApi::Resources::SystemGroup#show (method)">#show</a></span>
1804
+ <small>KatelloApi::Resources::SystemGroup</small>
1793
1805
  </li>
1794
1806
 
1795
1807
 
1796
1808
  <li class="r2 ">
1797
- <span class='object_link'><a href="KatelloApi/Resources/Organization.html#show-instance_method" title="KatelloApi::Resources::Organization#show (method)">#show</a></span>
1798
- <small>KatelloApi::Resources::Organization</small>
1809
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#show-instance_method" title="KatelloApi::Resources::Product#show (method)">#show</a></span>
1810
+ <small>KatelloApi::Resources::Product</small>
1799
1811
  </li>
1800
1812
 
1801
1813
 
1802
1814
  <li class="r1 ">
1803
- <span class='object_link'><a href="KatelloApi/Resources/Domain.html#show-instance_method" title="KatelloApi::Resources::Domain#show (method)">#show</a></span>
1804
- <small>KatelloApi::Resources::Domain</small>
1815
+ <span class='object_link'><a href="KatelloApi/Resources/Package.html#show-instance_method" title="KatelloApi::Resources::Package#show (method)">#show</a></span>
1816
+ <small>KatelloApi::Resources::Package</small>
1805
1817
  </li>
1806
1818
 
1807
1819
 
1808
1820
  <li class="r2 ">
1809
- <span class='object_link'><a href="KatelloApi/Resources/Filter.html#show-instance_method" title="KatelloApi::Resources::Filter#show (method)">#show</a></span>
1810
- <small>KatelloApi::Resources::Filter</small>
1821
+ <span class='object_link'><a href="KatelloApi/Resources/Task.html#show-instance_method" title="KatelloApi::Resources::Task#show (method)">#show</a></span>
1822
+ <small>KatelloApi::Resources::Task</small>
1811
1823
  </li>
1812
1824
 
1813
1825
 
1814
1826
  <li class="r1 ">
1815
- <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#show-instance_method" title="KatelloApi::Resources::GpgKey#show (method)">#show</a></span>
1816
- <small>KatelloApi::Resources::GpgKey</small>
1827
+ <span class='object_link'><a href="KatelloApi/Resources/Erratum.html#show-instance_method" title="KatelloApi::Resources::Erratum#show (method)">#show</a></span>
1828
+ <small>KatelloApi::Resources::Erratum</small>
1817
1829
  </li>
1818
1830
 
1819
1831
 
1820
1832
  <li class="r2 ">
1821
- <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#show-instance_method" title="KatelloApi::Resources::Subscription#show (method)">#show</a></span>
1822
- <small>KatelloApi::Resources::Subscription</small>
1833
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#show-instance_method" title="KatelloApi::Resources::ComputeResource#show (method)">#show</a></span>
1834
+ <small>KatelloApi::Resources::ComputeResource</small>
1823
1835
  </li>
1824
1836
 
1825
1837
 
1826
1838
  <li class="r1 ">
1827
- <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#show-instance_method" title="KatelloApi::Resources::CustomInfo#show (method)">#show</a></span>
1828
- <small>KatelloApi::Resources::CustomInfo</small>
1839
+ <span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#show-instance_method" title="KatelloApi::Resources::Uebercert#show (method)">#show</a></span>
1840
+ <small>KatelloApi::Resources::Uebercert</small>
1829
1841
  </li>
1830
1842
 
1831
1843
 
1832
1844
  <li class="r2 ">
1833
- <span class='object_link'><a href="KatelloApi/Resources/System.html#show-instance_method" title="KatelloApi::Resources::System#show (method)">#show</a></span>
1834
- <small>KatelloApi::Resources::System</small>
1845
+ <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#show-instance_method" title="KatelloApi::Resources::Subscription#show (method)">#show</a></span>
1846
+ <small>KatelloApi::Resources::Subscription</small>
1835
1847
  </li>
1836
1848
 
1837
1849
 
@@ -1842,38 +1854,38 @@
1842
1854
 
1843
1855
 
1844
1856
  <li class="r2 ">
1845
- <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#show-instance_method" title="KatelloApi::Resources::ComputeResource#show (method)">#show</a></span>
1846
- <small>KatelloApi::Resources::ComputeResource</small>
1857
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#show-instance_method" title="KatelloApi::Resources::SmartProxy#show (method)">#show</a></span>
1858
+ <small>KatelloApi::Resources::SmartProxy</small>
1847
1859
  </li>
1848
1860
 
1849
1861
 
1850
1862
  <li class="r1 ">
1851
- <span class='object_link'><a href="KatelloApi/Resources/Permission.html#show-instance_method" title="KatelloApi::Resources::Permission#show (method)">#show</a></span>
1852
- <small>KatelloApi::Resources::Permission</small>
1863
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#show-instance_method" title="KatelloApi::Resources::Organization#show (method)">#show</a></span>
1864
+ <small>KatelloApi::Resources::Organization</small>
1853
1865
  </li>
1854
1866
 
1855
1867
 
1856
1868
  <li class="r2 ">
1857
- <span class='object_link'><a href="KatelloApi/Resources/Role.html#show-instance_method" title="KatelloApi::Resources::Role#show (method)">#show</a></span>
1858
- <small>KatelloApi::Resources::Role</small>
1869
+ <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#show-instance_method" title="KatelloApi::Resources::CustomInfo#show (method)">#show</a></span>
1870
+ <small>KatelloApi::Resources::CustomInfo</small>
1859
1871
  </li>
1860
1872
 
1861
1873
 
1862
1874
  <li class="r1 ">
1863
- <span class='object_link'><a href="KatelloApi/Resources/Repository.html#show-instance_method" title="KatelloApi::Resources::Repository#show (method)">#show</a></span>
1864
- <small>KatelloApi::Resources::Repository</small>
1875
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#show-instance_method" title="KatelloApi::Resources::Distributor#show (method)">#show</a></span>
1876
+ <small>KatelloApi::Resources::Distributor</small>
1865
1877
  </li>
1866
1878
 
1867
1879
 
1868
1880
  <li class="r2 ">
1869
- <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#show-instance_method" title="KatelloApi::Resources::SmartProxy#show (method)">#show</a></span>
1870
- <small>KatelloApi::Resources::SmartProxy</small>
1881
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#show-instance_method" title="KatelloApi::Resources::GpgKey#show (method)">#show</a></span>
1882
+ <small>KatelloApi::Resources::GpgKey</small>
1871
1883
  </li>
1872
1884
 
1873
1885
 
1874
1886
  <li class="r1 ">
1875
- <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#show-instance_method" title="KatelloApi::Resources::ConfigTemplate#show (method)">#show</a></span>
1876
- <small>KatelloApi::Resources::ConfigTemplate</small>
1887
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#show-instance_method" title="KatelloApi::Resources::Changeset#show (method)">#show</a></span>
1888
+ <small>KatelloApi::Resources::Changeset</small>
1877
1889
  </li>
1878
1890
 
1879
1891
 
@@ -1901,6 +1913,18 @@
1901
1913
  </li>
1902
1914
 
1903
1915
 
1916
+ <li class="r2 ">
1917
+ <span class='object_link'><a href="KatelloApi/Resources/ProductsBulkAction.html#sync_products-instance_method" title="KatelloApi::Resources::ProductsBulkAction#sync_products (method)">#sync_products</a></span>
1918
+ <small>KatelloApi::Resources::ProductsBulkAction</small>
1919
+ </li>
1920
+
1921
+
1922
+ <li class="r1 ">
1923
+ <span class='object_link'><a href="KatelloApi/Resources/RepositoriesBulkAction.html#sync_repositories-instance_method" title="KatelloApi::Resources::RepositoriesBulkAction#sync_repositories (method)">#sync_repositories</a></span>
1924
+ <small>KatelloApi::Resources::RepositoriesBulkAction</small>
1925
+ </li>
1926
+
1927
+
1904
1928
  <li class="r2 ">
1905
1929
  <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#systems-instance_method" title="KatelloApi::Resources::SystemGroup#systems (method)">#systems</a></span>
1906
1930
  <small>KatelloApi::Resources::SystemGroup</small>
@@ -1926,158 +1950,158 @@
1926
1950
 
1927
1951
 
1928
1952
  <li class="r2 ">
1929
- <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#update-instance_method" title="KatelloApi::Resources::Distributor#update (method)">#update</a></span>
1930
- <small>KatelloApi::Resources::Distributor</small>
1953
+ <span class='object_link'><a href="KatelloApi/Resources/System.html#update-instance_method" title="KatelloApi::Resources::System#update (method)">#update</a></span>
1954
+ <small>KatelloApi::Resources::System</small>
1931
1955
  </li>
1932
1956
 
1933
1957
 
1934
1958
  <li class="r1 ">
1935
- <span class='object_link'><a href="KatelloApi/Resources/User.html#update-instance_method" title="KatelloApi::Resources::User#update (method)">#update</a></span>
1936
- <small>KatelloApi::Resources::User</small>
1959
+ <span class='object_link'><a href="KatelloApi/Resources/Environment.html#update-instance_method" title="KatelloApi::Resources::Environment#update (method)">#update</a></span>
1960
+ <small>KatelloApi::Resources::Environment</small>
1937
1961
  </li>
1938
1962
 
1939
1963
 
1940
1964
  <li class="r2 ">
1941
- <span class='object_link'><a href="KatelloApi/Resources/Organization.html#update-instance_method" title="KatelloApi::Resources::Organization#update (method)">#update</a></span>
1942
- <small>KatelloApi::Resources::Organization</small>
1965
+ <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#update-instance_method" title="KatelloApi::Resources::ComputeResource#update (method)">#update</a></span>
1966
+ <small>KatelloApi::Resources::ComputeResource</small>
1943
1967
  </li>
1944
1968
 
1945
1969
 
1946
1970
  <li class="r1 ">
1947
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#update-instance_method" title="KatelloApi::Resources::SystemGroup#update (method)">#update</a></span>
1948
- <small>KatelloApi::Resources::SystemGroup</small>
1971
+ <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#update-instance_method" title="KatelloApi::Resources::Subnet#update (method)">#update</a></span>
1972
+ <small>KatelloApi::Resources::Subnet</small>
1949
1973
  </li>
1950
1974
 
1951
1975
 
1952
1976
  <li class="r2 ">
1953
- <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#update-instance_method" title="KatelloApi::Resources::ActivationKey#update (method)">#update</a></span>
1954
- <small>KatelloApi::Resources::ActivationKey</small>
1977
+ <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#update-instance_method" title="KatelloApi::Resources::SmartProxy#update (method)">#update</a></span>
1978
+ <small>KatelloApi::Resources::SmartProxy</small>
1955
1979
  </li>
1956
1980
 
1957
1981
 
1958
1982
  <li class="r1 ">
1959
- <span class='object_link'><a href="KatelloApi/Resources/Environment.html#update-instance_method" title="KatelloApi::Resources::Environment#update (method)">#update</a></span>
1960
- <small>KatelloApi::Resources::Environment</small>
1983
+ <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#update-instance_method" title="KatelloApi::Resources::Distributor#update (method)">#update</a></span>
1984
+ <small>KatelloApi::Resources::Distributor</small>
1961
1985
  </li>
1962
1986
 
1963
1987
 
1964
1988
  <li class="r2 ">
1965
- <span class='object_link'><a href="KatelloApi/Resources/Repository.html#update-instance_method" title="KatelloApi::Resources::Repository#update (method)">#update</a></span>
1966
- <small>KatelloApi::Resources::Repository</small>
1989
+ <span class='object_link'><a href="KatelloApi/Resources/Product.html#update-instance_method" title="KatelloApi::Resources::Product#update (method)">#update</a></span>
1990
+ <small>KatelloApi::Resources::Product</small>
1967
1991
  </li>
1968
1992
 
1969
1993
 
1970
1994
  <li class="r1 ">
1971
- <span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#update-instance_method" title="KatelloApi::Resources::ComputeResource#update (method)">#update</a></span>
1972
- <small>KatelloApi::Resources::ComputeResource</small>
1995
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#update-instance_method" title="KatelloApi::Resources::SystemGroup#update (method)">#update</a></span>
1996
+ <small>KatelloApi::Resources::SystemGroup</small>
1973
1997
  </li>
1974
1998
 
1975
1999
 
1976
2000
  <li class="r2 ">
1977
- <span class='object_link'><a href="KatelloApi/Resources/Subnet.html#update-instance_method" title="KatelloApi::Resources::Subnet#update (method)">#update</a></span>
1978
- <small>KatelloApi::Resources::Subnet</small>
2001
+ <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#update-instance_method" title="KatelloApi::Resources::Architecture#update (method)">#update</a></span>
2002
+ <small>KatelloApi::Resources::Architecture</small>
1979
2003
  </li>
1980
2004
 
1981
2005
 
1982
2006
  <li class="r1 ">
1983
- <span class='object_link'><a href="KatelloApi/Resources/Architecture.html#update-instance_method" title="KatelloApi::Resources::Architecture#update (method)">#update</a></span>
1984
- <small>KatelloApi::Resources::Architecture</small>
2007
+ <span class='object_link'><a href="KatelloApi/Resources/User.html#update-instance_method" title="KatelloApi::Resources::User#update (method)">#update</a></span>
2008
+ <small>KatelloApi::Resources::User</small>
1985
2009
  </li>
1986
2010
 
1987
2011
 
1988
2012
  <li class="r2 ">
1989
- <span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#update-instance_method" title="KatelloApi::Resources::SmartProxy#update (method)">#update</a></span>
1990
- <small>KatelloApi::Resources::SmartProxy</small>
2013
+ <span class='object_link'><a href="KatelloApi/Resources/Organization.html#update-instance_method" title="KatelloApi::Resources::Organization#update (method)">#update</a></span>
2014
+ <small>KatelloApi::Resources::Organization</small>
1991
2015
  </li>
1992
2016
 
1993
2017
 
1994
2018
  <li class="r1 ">
1995
- <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#update-instance_method" title="KatelloApi::Resources::SystemPackage#update (method)">#update</a></span>
1996
- <small>KatelloApi::Resources::SystemPackage</small>
2019
+ <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#update-instance_method" title="KatelloApi::Resources::SystemGroupPackage#update (method)">#update</a></span>
2020
+ <small>KatelloApi::Resources::SystemGroupPackage</small>
1997
2021
  </li>
1998
2022
 
1999
2023
 
2000
2024
  <li class="r2 ">
2001
- <span class='object_link'><a href="KatelloApi/Resources/Provider.html#update-instance_method" title="KatelloApi::Resources::Provider#update (method)">#update</a></span>
2002
- <small>KatelloApi::Resources::Provider</small>
2025
+ <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#update-instance_method" title="KatelloApi::Resources::Changeset#update (method)">#update</a></span>
2026
+ <small>KatelloApi::Resources::Changeset</small>
2003
2027
  </li>
2004
2028
 
2005
2029
 
2006
2030
  <li class="r1 ">
2007
- <span class='object_link'><a href="KatelloApi/Resources/System.html#update-instance_method" title="KatelloApi::Resources::System#update (method)">#update</a></span>
2008
- <small>KatelloApi::Resources::System</small>
2031
+ <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#update-instance_method" title="KatelloApi::Resources::CustomInfo#update (method)">#update</a></span>
2032
+ <small>KatelloApi::Resources::CustomInfo</small>
2009
2033
  </li>
2010
2034
 
2011
2035
 
2012
2036
  <li class="r2 ">
2013
- <span class='object_link'><a href="KatelloApi/Resources/Role.html#update-instance_method" title="KatelloApi::Resources::Role#update (method)">#update</a></span>
2014
- <small>KatelloApi::Resources::Role</small>
2037
+ <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#update-instance_method" title="KatelloApi::Resources::SystemPackage#update (method)">#update</a></span>
2038
+ <small>KatelloApi::Resources::SystemPackage</small>
2015
2039
  </li>
2016
2040
 
2017
2041
 
2018
2042
  <li class="r1 ">
2019
- <span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#update-instance_method" title="KatelloApi::Resources::CustomInfo#update (method)">#update</a></span>
2020
- <small>KatelloApi::Resources::CustomInfo</small>
2043
+ <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#update-instance_method" title="KatelloApi::Resources::ConfigTemplate#update (method)">#update</a></span>
2044
+ <small>KatelloApi::Resources::ConfigTemplate</small>
2021
2045
  </li>
2022
2046
 
2023
2047
 
2024
2048
  <li class="r2 ">
2025
- <span class='object_link'><a href="KatelloApi/Resources/Template.html#update-instance_method" title="KatelloApi::Resources::Template#update (method)">#update</a></span>
2026
- <small>KatelloApi::Resources::Template</small>
2049
+ <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#update-instance_method" title="KatelloApi::Resources::HardwareModel#update (method)">#update</a></span>
2050
+ <small>KatelloApi::Resources::HardwareModel</small>
2027
2051
  </li>
2028
2052
 
2029
2053
 
2030
2054
  <li class="r1 ">
2031
- <span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#update-instance_method" title="KatelloApi::Resources::SystemGroupPackage#update (method)">#update</a></span>
2032
- <small>KatelloApi::Resources::SystemGroupPackage</small>
2055
+ <span class='object_link'><a href="KatelloApi/Resources/Domain.html#update-instance_method" title="KatelloApi::Resources::Domain#update (method)">#update</a></span>
2056
+ <small>KatelloApi::Resources::Domain</small>
2033
2057
  </li>
2034
2058
 
2035
2059
 
2036
2060
  <li class="r2 ">
2037
- <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#update-instance_method" title="KatelloApi::Resources::SyncPlan#update (method)">#update</a></span>
2038
- <small>KatelloApi::Resources::SyncPlan</small>
2061
+ <span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#update-instance_method" title="KatelloApi::Resources::ActivationKey#update (method)">#update</a></span>
2062
+ <small>KatelloApi::Resources::ActivationKey</small>
2039
2063
  </li>
2040
2064
 
2041
2065
 
2042
2066
  <li class="r1 ">
2043
- <span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#update-instance_method" title="KatelloApi::Resources::ConfigTemplate#update (method)">#update</a></span>
2044
- <small>KatelloApi::Resources::ConfigTemplate</small>
2067
+ <span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#update-instance_method" title="KatelloApi::Resources::SyncPlan#update (method)">#update</a></span>
2068
+ <small>KatelloApi::Resources::SyncPlan</small>
2045
2069
  </li>
2046
2070
 
2047
2071
 
2048
2072
  <li class="r2 ">
2049
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update (method)">#update</a></span>
2050
- <small>KatelloApi::Resources::ContentViewDefinition</small>
2073
+ <span class='object_link'><a href="KatelloApi/Resources/Template.html#update-instance_method" title="KatelloApi::Resources::Template#update (method)">#update</a></span>
2074
+ <small>KatelloApi::Resources::Template</small>
2051
2075
  </li>
2052
2076
 
2053
2077
 
2054
2078
  <li class="r1 ">
2055
- <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#update-instance_method" title="KatelloApi::Resources::GpgKey#update (method)">#update</a></span>
2056
- <small>KatelloApi::Resources::GpgKey</small>
2079
+ <span class='object_link'><a href="KatelloApi/Resources/Repository.html#update-instance_method" title="KatelloApi::Resources::Repository#update (method)">#update</a></span>
2080
+ <small>KatelloApi::Resources::Repository</small>
2057
2081
  </li>
2058
2082
 
2059
2083
 
2060
2084
  <li class="r2 ">
2061
- <span class='object_link'><a href="KatelloApi/Resources/Product.html#update-instance_method" title="KatelloApi::Resources::Product#update (method)">#update</a></span>
2062
- <small>KatelloApi::Resources::Product</small>
2085
+ <span class='object_link'><a href="KatelloApi/Resources/Role.html#update-instance_method" title="KatelloApi::Resources::Role#update (method)">#update</a></span>
2086
+ <small>KatelloApi::Resources::Role</small>
2063
2087
  </li>
2064
2088
 
2065
2089
 
2066
2090
  <li class="r1 ">
2067
- <span class='object_link'><a href="KatelloApi/Resources/Changeset.html#update-instance_method" title="KatelloApi::Resources::Changeset#update (method)">#update</a></span>
2068
- <small>KatelloApi::Resources::Changeset</small>
2091
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update (method)">#update</a></span>
2092
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
2069
2093
  </li>
2070
2094
 
2071
2095
 
2072
2096
  <li class="r2 ">
2073
- <span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#update-instance_method" title="KatelloApi::Resources::HardwareModel#update (method)">#update</a></span>
2074
- <small>KatelloApi::Resources::HardwareModel</small>
2097
+ <span class='object_link'><a href="KatelloApi/Resources/Provider.html#update-instance_method" title="KatelloApi::Resources::Provider#update (method)">#update</a></span>
2098
+ <small>KatelloApi::Resources::Provider</small>
2075
2099
  </li>
2076
2100
 
2077
2101
 
2078
2102
  <li class="r1 ">
2079
- <span class='object_link'><a href="KatelloApi/Resources/Domain.html#update-instance_method" title="KatelloApi::Resources::Domain#update (method)">#update</a></span>
2080
- <small>KatelloApi::Resources::Domain</small>
2103
+ <span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#update-instance_method" title="KatelloApi::Resources::GpgKey#update (method)">#update</a></span>
2104
+ <small>KatelloApi::Resources::GpgKey</small>
2081
2105
  </li>
2082
2106
 
2083
2107
 
@@ -2106,66 +2130,72 @@
2106
2130
 
2107
2131
 
2108
2132
  <li class="r2 ">
2109
- <span class='object_link'><a href="KatelloApi/Resources/Filter.html#update_repositories-instance_method" title="KatelloApi::Resources::Filter#update_repositories (method)">#update_repositories</a></span>
2110
- <small>KatelloApi::Resources::Filter</small>
2133
+ <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update_repositories-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update_repositories (method)">#update_repositories</a></span>
2134
+ <small>KatelloApi::Resources::ContentViewDefinition</small>
2111
2135
  </li>
2112
2136
 
2113
2137
 
2114
2138
  <li class="r1 ">
2115
- <span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update_repositories-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update_repositories (method)">#update_repositories</a></span>
2116
- <small>KatelloApi::Resources::ContentViewDefinition</small>
2139
+ <span class='object_link'><a href="KatelloApi/Resources/Filter.html#update_repositories-instance_method" title="KatelloApi::Resources::Filter#update_repositories (method)">#update_repositories</a></span>
2140
+ <small>KatelloApi::Resources::Filter</small>
2117
2141
  </li>
2118
2142
 
2119
2143
 
2120
2144
  <li class="r2 ">
2145
+ <span class='object_link'><a href="KatelloApi/Resources/ProductsBulkAction.html#update_sync_plans-instance_method" title="KatelloApi::Resources::ProductsBulkAction#update_sync_plans (method)">#update_sync_plans</a></span>
2146
+ <small>KatelloApi::Resources::ProductsBulkAction</small>
2147
+ </li>
2148
+
2149
+
2150
+ <li class="r1 ">
2121
2151
  <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#upgrade-instance_method" title="KatelloApi::Resources::SystemPackage#upgrade (method)">#upgrade</a></span>
2122
2152
  <small>KatelloApi::Resources::SystemPackage</small>
2123
2153
  </li>
2124
2154
 
2125
2155
 
2126
- <li class="r1 ">
2156
+ <li class="r2 ">
2127
2157
  <span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#upgrade_all-instance_method" title="KatelloApi::Resources::SystemPackage#upgrade_all (method)">#upgrade_all</a></span>
2128
2158
  <small>KatelloApi::Resources::SystemPackage</small>
2129
2159
  </li>
2130
2160
 
2131
2161
 
2132
- <li class="r2 ">
2162
+ <li class="r1 ">
2133
2163
  <span class='object_link'><a href="KatelloApi/Resources/Subscription.html#upload-instance_method" title="KatelloApi::Resources::Subscription#upload (method)">#upload</a></span>
2134
2164
  <small>KatelloApi::Resources::Subscription</small>
2135
2165
  </li>
2136
2166
 
2137
2167
 
2138
- <li class="r1 ">
2168
+ <li class="r2 ">
2139
2169
  <span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#upload_bits-instance_method" title="KatelloApi::Resources::ContentUpload#upload_bits (method)">#upload_bits</a></span>
2140
2170
  <small>KatelloApi::Resources::ContentUpload</small>
2141
2171
  </li>
2142
2172
 
2143
2173
 
2144
- <li class="r2 ">
2174
+ <li class="r1 ">
2145
2175
  <span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#upload_file-instance_method" title="KatelloApi::Resources::ContentUpload#upload_file (method)">#upload_file</a></span>
2146
2176
  <small>KatelloApi::Resources::ContentUpload</small>
2147
2177
  </li>
2148
2178
 
2149
2179
 
2150
- <li class="r1 ">
2180
+ <li class="r2 ">
2151
2181
  <span class='object_link'><a href="KatelloApi/Resources/Template.html#validate-instance_method" title="KatelloApi::Resources::Template#validate (method)">#validate</a></span>
2152
2182
  <small>KatelloApi::Resources::Template</small>
2153
2183
  </li>
2154
2184
 
2155
2185
 
2156
- <li class="r2 ">
2186
+ <li class="r1 ">
2157
2187
  <span class='object_link'><a href="KatelloApi/Base.html#validate_params%21-instance_method" title="KatelloApi::Base#validate_params! (method)">#validate_params!</a></span>
2158
2188
  <small>KatelloApi::Base</small>
2159
2189
  </li>
2160
2190
 
2161
2191
 
2162
- <li class="r1 ">
2192
+ <li class="r2 ">
2163
2193
  <span class='object_link'><a href="KatelloApi/Base.html#validation_hash-class_method" title="KatelloApi::Base.validation_hash (method)">validation_hash</a></span>
2164
2194
  <small>KatelloApi::Base</small>
2165
2195
  </li>
2166
2196
 
2167
2197
 
2168
- <li class="r2 ">
2198
+ <li class="r1 ">
2169
2199
  <span class='object_link'><a href="KatelloApi/Resources/Distributor.html#versions-instance_method" title="KatelloApi::Resources::Distributor#versions (method)">#versions</a></span>
2170
2200
  <small>KatelloApi::Resources::Distributor</small>
2171
2201
  </li>