katello_api 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/Gemfile +2 -0
- data/README.rdoc +0 -4
- data/doc/KatelloApi/Base.html +831 -0
- data/doc/KatelloApi/Generator/Base.html +671 -0
- data/doc/KatelloApi/Generator.html +115 -0
- data/doc/KatelloApi/Resources/ActivationKey.html +1757 -0
- data/doc/KatelloApi/Resources/Architecture.html +1007 -0
- data/doc/KatelloApi/Resources/Changeset.html +1413 -0
- data/doc/KatelloApi/Resources/ChangesetsContent.html +2674 -0
- data/doc/KatelloApi/Resources/ComputeResource.html +1067 -0
- data/doc/KatelloApi/Resources/ConfigTemplate.html +1361 -0
- data/doc/KatelloApi/Resources/ContentView.html +938 -0
- data/doc/KatelloApi/Resources/ContentViewDefinition.html +1629 -0
- data/doc/KatelloApi/Resources/Crl.html +367 -0
- data/doc/KatelloApi/Resources/Distribution.html +560 -0
- data/doc/KatelloApi/Resources/Distributor.html +1892 -0
- data/doc/KatelloApi/Resources/Domain.html +1066 -0
- data/doc/KatelloApi/Resources/Environment.html +1645 -0
- data/doc/KatelloApi/Resources/Erratum.html +632 -0
- data/doc/KatelloApi/Resources/GpgKey.html +1220 -0
- data/doc/KatelloApi/Resources/HardwareModel.html +1025 -0
- data/doc/KatelloApi/Resources/Organization.html +1062 -0
- data/doc/KatelloApi/Resources/Package.html +728 -0
- data/doc/KatelloApi/Resources/Permission.html +1021 -0
- data/doc/KatelloApi/Resources/Ping.html +625 -0
- data/doc/KatelloApi/Resources/Product.html +1845 -0
- data/doc/KatelloApi/Resources/Provider.html +2237 -0
- data/doc/KatelloApi/Resources/Repository.html +1976 -0
- data/doc/KatelloApi/Resources/RepositorySet.html +770 -0
- data/doc/KatelloApi/Resources/Role.html +1257 -0
- data/doc/KatelloApi/Resources/RoleLdapGroup.html +728 -0
- data/doc/KatelloApi/Resources/SmartProxy.html +1054 -0
- data/doc/KatelloApi/Resources/Statu.html +367 -0
- data/doc/KatelloApi/Resources/Subnet.html +1007 -0
- data/doc/KatelloApi/Resources/Subscription.html +1064 -0
- data/doc/KatelloApi/Resources/Sync.html +826 -0
- data/doc/KatelloApi/Resources/SyncPlan.html +1148 -0
- data/doc/KatelloApi/Resources/System.html +3576 -0
- data/doc/KatelloApi/Resources/SystemGroup.html +2006 -0
- data/doc/KatelloApi/Resources/SystemGroupErratum.html +602 -0
- data/doc/KatelloApi/Resources/SystemGroupPackage.html +826 -0
- data/doc/KatelloApi/Resources/SystemPackage.html +770 -0
- data/doc/KatelloApi/Resources/Task.html +546 -0
- data/doc/KatelloApi/Resources/Template.html +1573 -0
- data/doc/KatelloApi/Resources/TemplatesContent.html +2268 -0
- data/doc/KatelloApi/Resources/Uebercert.html +406 -0
- data/doc/KatelloApi/Resources/User.html +1846 -0
- data/doc/KatelloApi/Resources.html +117 -0
- data/doc/KatelloApi.html +365 -0
- data/doc/_index.html +539 -0
- data/doc/class_list.html +53 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +338 -0
- data/doc/file.README.html +127 -0
- data/doc/file_list.html +55 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +127 -0
- data/doc/js/app.js +214 -0
- data/doc/js/full_list.js +173 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +2548 -0
- data/doc/top-level-namespace.html +112 -0
- data/lib/katello_api/base.rb +61 -6
- data/lib/katello_api/documentation.json +1 -0
- data/lib/katello_api/resources/activation_key.rb +51 -48
- data/lib/katello_api/resources/architecture.rb +19 -24
- data/lib/katello_api/resources/changeset.rb +39 -37
- data/lib/katello_api/resources/changesets_content.rb +64 -57
- data/lib/katello_api/resources/compute_resource.rb +37 -42
- data/lib/katello_api/resources/config_template.rb +40 -44
- data/lib/katello_api/resources/content_view.rb +14 -17
- data/lib/katello_api/resources/content_view_definition.rb +34 -42
- data/lib/katello_api/resources/crl.rb +3 -4
- data/lib/katello_api/resources/distribution.rb +8 -8
- data/lib/katello_api/resources/distributor.rb +35 -37
- data/lib/katello_api/resources/domain.rb +28 -32
- data/lib/katello_api/resources/environment.rb +38 -44
- data/lib/katello_api/resources/erratum.rb +9 -8
- data/lib/katello_api/resources/gpg_key.rb +28 -33
- data/lib/katello_api/resources/hardware_model.rb +25 -30
- data/lib/katello_api/resources/organization.rb +24 -26
- data/lib/katello_api/resources/package.rb +9 -12
- data/lib/katello_api/resources/permission.rb +21 -19
- data/lib/katello_api/resources/ping.rb +9 -12
- data/lib/katello_api/resources/product.rb +34 -43
- data/lib/katello_api/resources/provider.rb +55 -66
- data/lib/katello_api/resources/repository.rb +44 -55
- data/lib/katello_api/resources/repository_set.rb +9 -12
- data/lib/katello_api/resources/role.rb +35 -33
- data/lib/katello_api/resources/role_ldap_group.rb +10 -12
- data/lib/katello_api/resources/smart_proxy.rb +24 -28
- data/lib/katello_api/resources/statu.rb +3 -4
- data/lib/katello_api/resources/subnet.rb +19 -24
- data/lib/katello_api/resources/subscription.rb +16 -21
- data/lib/katello_api/resources/sync.rb +9 -12
- data/lib/katello_api/resources/sync_plan.rb +28 -33
- data/lib/katello_api/resources/system.rb +81 -90
- data/lib/katello_api/resources/system_group.rb +47 -57
- data/lib/katello_api/resources/system_group_erratum.rb +6 -8
- data/lib/katello_api/resources/system_group_package.rb +15 -18
- data/lib/katello_api/resources/system_package.rb +12 -15
- data/lib/katello_api/resources/task.rb +6 -8
- data/lib/katello_api/resources/template.rb +39 -47
- data/lib/katello_api/resources/templates_content.rb +40 -52
- data/lib/katello_api/resources/uebercert.rb +4 -4
- data/lib/katello_api/resources/user.rb +47 -50
- data/lib/katello_api/version.rb +1 -1
- data/lib/katello_api.rb +0 -13
- metadata +68 -4
data/doc/_index.html
ADDED
@@ -0,0 +1,539 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Documentation by YARD 0.8.5.2
|
8
|
+
|
9
|
+
</title>
|
10
|
+
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8">
|
16
|
+
hasFrames = window.top.frames.main ? true : false;
|
17
|
+
relpath = '';
|
18
|
+
framesUrl = "frames.html#!" + escape(window.location.href);
|
19
|
+
</script>
|
20
|
+
|
21
|
+
|
22
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
25
|
+
|
26
|
+
|
27
|
+
</head>
|
28
|
+
<body>
|
29
|
+
<div id="header">
|
30
|
+
<div id="menu">
|
31
|
+
|
32
|
+
|
33
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
34
|
+
</div>
|
35
|
+
|
36
|
+
<div id="search">
|
37
|
+
|
38
|
+
<a class="full_list_link" id="class_list_link"
|
39
|
+
href="class_list.html">
|
40
|
+
Class List
|
41
|
+
</a>
|
42
|
+
|
43
|
+
<a class="full_list_link" id="method_list_link"
|
44
|
+
href="method_list.html">
|
45
|
+
Method List
|
46
|
+
</a>
|
47
|
+
|
48
|
+
<a class="full_list_link" id="file_list_link"
|
49
|
+
href="file_list.html">
|
50
|
+
File List
|
51
|
+
</a>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
<div class="clear"></div>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<iframe id="search_frame"></iframe>
|
58
|
+
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.5.2</h1>
|
60
|
+
<div id="listing">
|
61
|
+
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
|
+
|
63
|
+
<h2>File Listing</h2>
|
64
|
+
<ul id="files" class="index_inline_list">
|
65
|
+
|
66
|
+
|
67
|
+
<li class="r1"><a href="index.html" title="README">README</a></li>
|
68
|
+
|
69
|
+
|
70
|
+
</ul>
|
71
|
+
|
72
|
+
<div class="clear"></div>
|
73
|
+
<h2>Namespace Listing A-Z</h2>
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
78
|
+
<table>
|
79
|
+
<tr>
|
80
|
+
<td valign='top' width="33%">
|
81
|
+
|
82
|
+
|
83
|
+
<ul id="alpha_A" class="alpha">
|
84
|
+
<li class="letter">A</li>
|
85
|
+
<ul>
|
86
|
+
|
87
|
+
<li>
|
88
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span>
|
89
|
+
|
90
|
+
<small>(KatelloApi::Resources)</small>
|
91
|
+
|
92
|
+
</li>
|
93
|
+
|
94
|
+
<li>
|
95
|
+
<span class='object_link'><a href="KatelloApi/Resources/Architecture.html" title="KatelloApi::Resources::Architecture (class)">Architecture</a></span>
|
96
|
+
|
97
|
+
<small>(KatelloApi::Resources)</small>
|
98
|
+
|
99
|
+
</li>
|
100
|
+
|
101
|
+
</ul>
|
102
|
+
</ul>
|
103
|
+
|
104
|
+
|
105
|
+
<ul id="alpha_B" class="alpha">
|
106
|
+
<li class="letter">B</li>
|
107
|
+
<ul>
|
108
|
+
|
109
|
+
<li>
|
110
|
+
<span class='object_link'><a href="KatelloApi/Base.html" title="KatelloApi::Base (class)">Base</a></span>
|
111
|
+
|
112
|
+
<small>(KatelloApi)</small>
|
113
|
+
|
114
|
+
</li>
|
115
|
+
|
116
|
+
<li>
|
117
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html" title="KatelloApi::Generator::Base (class)">Base</a></span>
|
118
|
+
|
119
|
+
<small>(KatelloApi::Generator)</small>
|
120
|
+
|
121
|
+
</li>
|
122
|
+
|
123
|
+
</ul>
|
124
|
+
</ul>
|
125
|
+
|
126
|
+
|
127
|
+
<ul id="alpha_C" class="alpha">
|
128
|
+
<li class="letter">C</li>
|
129
|
+
<ul>
|
130
|
+
|
131
|
+
<li>
|
132
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html" title="KatelloApi::Resources::Changeset (class)">Changeset</a></span>
|
133
|
+
|
134
|
+
<small>(KatelloApi::Resources)</small>
|
135
|
+
|
136
|
+
</li>
|
137
|
+
|
138
|
+
<li>
|
139
|
+
<span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html" title="KatelloApi::Resources::ChangesetsContent (class)">ChangesetsContent</a></span>
|
140
|
+
|
141
|
+
<small>(KatelloApi::Resources)</small>
|
142
|
+
|
143
|
+
</li>
|
144
|
+
|
145
|
+
<li>
|
146
|
+
<span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html" title="KatelloApi::Resources::ComputeResource (class)">ComputeResource</a></span>
|
147
|
+
|
148
|
+
<small>(KatelloApi::Resources)</small>
|
149
|
+
|
150
|
+
</li>
|
151
|
+
|
152
|
+
<li>
|
153
|
+
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html" title="KatelloApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span>
|
154
|
+
|
155
|
+
<small>(KatelloApi::Resources)</small>
|
156
|
+
|
157
|
+
</li>
|
158
|
+
|
159
|
+
<li>
|
160
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span>
|
161
|
+
|
162
|
+
<small>(KatelloApi::Resources)</small>
|
163
|
+
|
164
|
+
</li>
|
165
|
+
|
166
|
+
<li>
|
167
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html" title="KatelloApi::Resources::ContentViewDefinition (class)">ContentViewDefinition</a></span>
|
168
|
+
|
169
|
+
<small>(KatelloApi::Resources)</small>
|
170
|
+
|
171
|
+
</li>
|
172
|
+
|
173
|
+
<li>
|
174
|
+
<span class='object_link'><a href="KatelloApi/Resources/Crl.html" title="KatelloApi::Resources::Crl (class)">Crl</a></span>
|
175
|
+
|
176
|
+
<small>(KatelloApi::Resources)</small>
|
177
|
+
|
178
|
+
</li>
|
179
|
+
|
180
|
+
</ul>
|
181
|
+
</ul>
|
182
|
+
|
183
|
+
|
184
|
+
<ul id="alpha_D" class="alpha">
|
185
|
+
<li class="letter">D</li>
|
186
|
+
<ul>
|
187
|
+
|
188
|
+
<li>
|
189
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distribution.html" title="KatelloApi::Resources::Distribution (class)">Distribution</a></span>
|
190
|
+
|
191
|
+
<small>(KatelloApi::Resources)</small>
|
192
|
+
|
193
|
+
</li>
|
194
|
+
|
195
|
+
<li>
|
196
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html" title="KatelloApi::Resources::Distributor (class)">Distributor</a></span>
|
197
|
+
|
198
|
+
<small>(KatelloApi::Resources)</small>
|
199
|
+
|
200
|
+
</li>
|
201
|
+
|
202
|
+
<li>
|
203
|
+
<span class='object_link'><a href="KatelloApi/Resources/Domain.html" title="KatelloApi::Resources::Domain (class)">Domain</a></span>
|
204
|
+
|
205
|
+
<small>(KatelloApi::Resources)</small>
|
206
|
+
|
207
|
+
</li>
|
208
|
+
|
209
|
+
</ul>
|
210
|
+
</ul>
|
211
|
+
|
212
|
+
|
213
|
+
<ul id="alpha_E" class="alpha">
|
214
|
+
<li class="letter">E</li>
|
215
|
+
<ul>
|
216
|
+
|
217
|
+
<li>
|
218
|
+
<span class='object_link'><a href="KatelloApi/Resources/Environment.html" title="KatelloApi::Resources::Environment (class)">Environment</a></span>
|
219
|
+
|
220
|
+
<small>(KatelloApi::Resources)</small>
|
221
|
+
|
222
|
+
</li>
|
223
|
+
|
224
|
+
<li>
|
225
|
+
<span class='object_link'><a href="KatelloApi/Resources/Erratum.html" title="KatelloApi::Resources::Erratum (class)">Erratum</a></span>
|
226
|
+
|
227
|
+
<small>(KatelloApi::Resources)</small>
|
228
|
+
|
229
|
+
</li>
|
230
|
+
|
231
|
+
</ul>
|
232
|
+
</ul>
|
233
|
+
|
234
|
+
|
235
|
+
<ul id="alpha_G" class="alpha">
|
236
|
+
<li class="letter">G</li>
|
237
|
+
<ul>
|
238
|
+
|
239
|
+
<li>
|
240
|
+
<span class='object_link'><a href="KatelloApi/Generator.html" title="KatelloApi::Generator (module)">Generator</a></span>
|
241
|
+
|
242
|
+
<small>(KatelloApi)</small>
|
243
|
+
|
244
|
+
</li>
|
245
|
+
|
246
|
+
<li>
|
247
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html" title="KatelloApi::Resources::GpgKey (class)">GpgKey</a></span>
|
248
|
+
|
249
|
+
<small>(KatelloApi::Resources)</small>
|
250
|
+
|
251
|
+
</li>
|
252
|
+
|
253
|
+
</ul>
|
254
|
+
</ul>
|
255
|
+
|
256
|
+
|
257
|
+
<ul id="alpha_H" class="alpha">
|
258
|
+
<li class="letter">H</li>
|
259
|
+
<ul>
|
260
|
+
|
261
|
+
<li>
|
262
|
+
<span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html" title="KatelloApi::Resources::HardwareModel (class)">HardwareModel</a></span>
|
263
|
+
|
264
|
+
<small>(KatelloApi::Resources)</small>
|
265
|
+
|
266
|
+
</li>
|
267
|
+
|
268
|
+
</ul>
|
269
|
+
</ul>
|
270
|
+
|
271
|
+
|
272
|
+
</td><td valign='top' width="33%">
|
273
|
+
|
274
|
+
|
275
|
+
<ul id="alpha_K" class="alpha">
|
276
|
+
<li class="letter">K</li>
|
277
|
+
<ul>
|
278
|
+
|
279
|
+
<li>
|
280
|
+
<span class='object_link'><a href="KatelloApi.html" title="KatelloApi (module)">KatelloApi</a></span>
|
281
|
+
|
282
|
+
</li>
|
283
|
+
|
284
|
+
</ul>
|
285
|
+
</ul>
|
286
|
+
|
287
|
+
|
288
|
+
<ul id="alpha_O" class="alpha">
|
289
|
+
<li class="letter">O</li>
|
290
|
+
<ul>
|
291
|
+
|
292
|
+
<li>
|
293
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html" title="KatelloApi::Resources::Organization (class)">Organization</a></span>
|
294
|
+
|
295
|
+
<small>(KatelloApi::Resources)</small>
|
296
|
+
|
297
|
+
</li>
|
298
|
+
|
299
|
+
</ul>
|
300
|
+
</ul>
|
301
|
+
|
302
|
+
|
303
|
+
<ul id="alpha_P" class="alpha">
|
304
|
+
<li class="letter">P</li>
|
305
|
+
<ul>
|
306
|
+
|
307
|
+
<li>
|
308
|
+
<span class='object_link'><a href="KatelloApi/Resources/Package.html" title="KatelloApi::Resources::Package (class)">Package</a></span>
|
309
|
+
|
310
|
+
<small>(KatelloApi::Resources)</small>
|
311
|
+
|
312
|
+
</li>
|
313
|
+
|
314
|
+
<li>
|
315
|
+
<span class='object_link'><a href="KatelloApi/Resources/Permission.html" title="KatelloApi::Resources::Permission (class)">Permission</a></span>
|
316
|
+
|
317
|
+
<small>(KatelloApi::Resources)</small>
|
318
|
+
|
319
|
+
</li>
|
320
|
+
|
321
|
+
<li>
|
322
|
+
<span class='object_link'><a href="KatelloApi/Resources/Ping.html" title="KatelloApi::Resources::Ping (class)">Ping</a></span>
|
323
|
+
|
324
|
+
<small>(KatelloApi::Resources)</small>
|
325
|
+
|
326
|
+
</li>
|
327
|
+
|
328
|
+
<li>
|
329
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html" title="KatelloApi::Resources::Product (class)">Product</a></span>
|
330
|
+
|
331
|
+
<small>(KatelloApi::Resources)</small>
|
332
|
+
|
333
|
+
</li>
|
334
|
+
|
335
|
+
<li>
|
336
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span>
|
337
|
+
|
338
|
+
<small>(KatelloApi::Resources)</small>
|
339
|
+
|
340
|
+
</li>
|
341
|
+
|
342
|
+
</ul>
|
343
|
+
</ul>
|
344
|
+
|
345
|
+
|
346
|
+
<ul id="alpha_R" class="alpha">
|
347
|
+
<li class="letter">R</li>
|
348
|
+
<ul>
|
349
|
+
|
350
|
+
<li>
|
351
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span>
|
352
|
+
|
353
|
+
<small>(KatelloApi::Resources)</small>
|
354
|
+
|
355
|
+
</li>
|
356
|
+
|
357
|
+
<li>
|
358
|
+
<span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html" title="KatelloApi::Resources::RepositorySet (class)">RepositorySet</a></span>
|
359
|
+
|
360
|
+
<small>(KatelloApi::Resources)</small>
|
361
|
+
|
362
|
+
</li>
|
363
|
+
|
364
|
+
<li>
|
365
|
+
<span class='object_link'><a href="KatelloApi/Resources.html" title="KatelloApi::Resources (module)">Resources</a></span>
|
366
|
+
|
367
|
+
<small>(KatelloApi)</small>
|
368
|
+
|
369
|
+
</li>
|
370
|
+
|
371
|
+
<li>
|
372
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html" title="KatelloApi::Resources::Role (class)">Role</a></span>
|
373
|
+
|
374
|
+
<small>(KatelloApi::Resources)</small>
|
375
|
+
|
376
|
+
</li>
|
377
|
+
|
378
|
+
<li>
|
379
|
+
<span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html" title="KatelloApi::Resources::RoleLdapGroup (class)">RoleLdapGroup</a></span>
|
380
|
+
|
381
|
+
<small>(KatelloApi::Resources)</small>
|
382
|
+
|
383
|
+
</li>
|
384
|
+
|
385
|
+
</ul>
|
386
|
+
</ul>
|
387
|
+
|
388
|
+
|
389
|
+
<ul id="alpha_S" class="alpha">
|
390
|
+
<li class="letter">S</li>
|
391
|
+
<ul>
|
392
|
+
|
393
|
+
<li>
|
394
|
+
<span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html" title="KatelloApi::Resources::SmartProxy (class)">SmartProxy</a></span>
|
395
|
+
|
396
|
+
<small>(KatelloApi::Resources)</small>
|
397
|
+
|
398
|
+
</li>
|
399
|
+
|
400
|
+
<li>
|
401
|
+
<span class='object_link'><a href="KatelloApi/Resources/Statu.html" title="KatelloApi::Resources::Statu (class)">Statu</a></span>
|
402
|
+
|
403
|
+
<small>(KatelloApi::Resources)</small>
|
404
|
+
|
405
|
+
</li>
|
406
|
+
|
407
|
+
<li>
|
408
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span>
|
409
|
+
|
410
|
+
<small>(KatelloApi::Resources)</small>
|
411
|
+
|
412
|
+
</li>
|
413
|
+
|
414
|
+
<li>
|
415
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html" title="KatelloApi::Resources::Subscription (class)">Subscription</a></span>
|
416
|
+
|
417
|
+
<small>(KatelloApi::Resources)</small>
|
418
|
+
|
419
|
+
</li>
|
420
|
+
|
421
|
+
<li>
|
422
|
+
<span class='object_link'><a href="KatelloApi/Resources/Sync.html" title="KatelloApi::Resources::Sync (class)">Sync</a></span>
|
423
|
+
|
424
|
+
<small>(KatelloApi::Resources)</small>
|
425
|
+
|
426
|
+
</li>
|
427
|
+
|
428
|
+
<li>
|
429
|
+
<span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html" title="KatelloApi::Resources::SyncPlan (class)">SyncPlan</a></span>
|
430
|
+
|
431
|
+
<small>(KatelloApi::Resources)</small>
|
432
|
+
|
433
|
+
</li>
|
434
|
+
|
435
|
+
<li>
|
436
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html" title="KatelloApi::Resources::System (class)">System</a></span>
|
437
|
+
|
438
|
+
<small>(KatelloApi::Resources)</small>
|
439
|
+
|
440
|
+
</li>
|
441
|
+
|
442
|
+
<li>
|
443
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span>
|
444
|
+
|
445
|
+
<small>(KatelloApi::Resources)</small>
|
446
|
+
|
447
|
+
</li>
|
448
|
+
|
449
|
+
<li>
|
450
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html" title="KatelloApi::Resources::SystemGroupErratum (class)">SystemGroupErratum</a></span>
|
451
|
+
|
452
|
+
<small>(KatelloApi::Resources)</small>
|
453
|
+
|
454
|
+
</li>
|
455
|
+
|
456
|
+
<li>
|
457
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html" title="KatelloApi::Resources::SystemGroupPackage (class)">SystemGroupPackage</a></span>
|
458
|
+
|
459
|
+
<small>(KatelloApi::Resources)</small>
|
460
|
+
|
461
|
+
</li>
|
462
|
+
|
463
|
+
<li>
|
464
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html" title="KatelloApi::Resources::SystemPackage (class)">SystemPackage</a></span>
|
465
|
+
|
466
|
+
<small>(KatelloApi::Resources)</small>
|
467
|
+
|
468
|
+
</li>
|
469
|
+
|
470
|
+
</ul>
|
471
|
+
</ul>
|
472
|
+
|
473
|
+
|
474
|
+
<ul id="alpha_T" class="alpha">
|
475
|
+
<li class="letter">T</li>
|
476
|
+
<ul>
|
477
|
+
|
478
|
+
<li>
|
479
|
+
<span class='object_link'><a href="KatelloApi/Resources/Task.html" title="KatelloApi::Resources::Task (class)">Task</a></span>
|
480
|
+
|
481
|
+
<small>(KatelloApi::Resources)</small>
|
482
|
+
|
483
|
+
</li>
|
484
|
+
|
485
|
+
<li>
|
486
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html" title="KatelloApi::Resources::Template (class)">Template</a></span>
|
487
|
+
|
488
|
+
<small>(KatelloApi::Resources)</small>
|
489
|
+
|
490
|
+
</li>
|
491
|
+
|
492
|
+
<li>
|
493
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html" title="KatelloApi::Resources::TemplatesContent (class)">TemplatesContent</a></span>
|
494
|
+
|
495
|
+
<small>(KatelloApi::Resources)</small>
|
496
|
+
|
497
|
+
</li>
|
498
|
+
|
499
|
+
</ul>
|
500
|
+
</ul>
|
501
|
+
|
502
|
+
|
503
|
+
<ul id="alpha_U" class="alpha">
|
504
|
+
<li class="letter">U</li>
|
505
|
+
<ul>
|
506
|
+
|
507
|
+
<li>
|
508
|
+
<span class='object_link'><a href="KatelloApi/Resources/Uebercert.html" title="KatelloApi::Resources::Uebercert (class)">Uebercert</a></span>
|
509
|
+
|
510
|
+
<small>(KatelloApi::Resources)</small>
|
511
|
+
|
512
|
+
</li>
|
513
|
+
|
514
|
+
<li>
|
515
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html" title="KatelloApi::Resources::User (class)">User</a></span>
|
516
|
+
|
517
|
+
<small>(KatelloApi::Resources)</small>
|
518
|
+
|
519
|
+
</li>
|
520
|
+
|
521
|
+
</ul>
|
522
|
+
</ul>
|
523
|
+
|
524
|
+
</td>
|
525
|
+
</tr>
|
526
|
+
</table>
|
527
|
+
|
528
|
+
</div>
|
529
|
+
|
530
|
+
</div>
|
531
|
+
|
532
|
+
<div id="footer">
|
533
|
+
Generated on Mon Mar 18 14:17:40 2013 by
|
534
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
535
|
+
0.8.5.2 (ruby-1.8.7).
|
536
|
+
</div>
|
537
|
+
|
538
|
+
</body>
|
539
|
+
</html>
|
data/doc/class_list.html
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
+
|
17
|
+
|
18
|
+
<base id="base_target" target="_parent" />
|
19
|
+
</head>
|
20
|
+
<body>
|
21
|
+
<script type="text/javascript" charset="utf-8">
|
22
|
+
if (window.top.frames.main) {
|
23
|
+
document.getElementById('base_target').target = 'main';
|
24
|
+
document.body.className = 'frames';
|
25
|
+
}
|
26
|
+
</script>
|
27
|
+
<div id="content">
|
28
|
+
<h1 id="full_list_header">Class List</h1>
|
29
|
+
<div id="nav">
|
30
|
+
|
31
|
+
<span><a target="_self" href="class_list.html">
|
32
|
+
Classes
|
33
|
+
</a></span>
|
34
|
+
|
35
|
+
<span><a target="_self" href="method_list.html">
|
36
|
+
Methods
|
37
|
+
</a></span>
|
38
|
+
|
39
|
+
<span><a target="_self" href="file_list.html">
|
40
|
+
Files
|
41
|
+
</a></span>
|
42
|
+
|
43
|
+
</div>
|
44
|
+
<div id="search">Search: <input type="text" /></div>
|
45
|
+
|
46
|
+
<ul id="full_list" class="class">
|
47
|
+
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
48
|
+
<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> < 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> < 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/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < 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> < Base<small class='search_info'>KatelloApi::Resources</small></li></ul></ul>
|
49
|
+
|
50
|
+
</ul>
|
51
|
+
</div>
|
52
|
+
</body>
|
53
|
+
</html>
|
data/doc/css/common.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
/* Override this file with custom rules */
|