katello_api 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/.gitignore +3 -0
- data/Gemfile +1 -1
- data/README.rdoc +22 -13
- data/Rakefile +0 -1
- data/doc/KatelloApi/Base.html +102 -116
- data/doc/KatelloApi/Generator/Base.html +65 -80
- data/doc/KatelloApi/Generator.html +5 -5
- data/doc/KatelloApi/Resources/About.html +360 -0
- data/doc/KatelloApi/Resources/ActivationKey.html +190 -304
- data/doc/KatelloApi/Resources/Architecture.html +89 -129
- data/doc/KatelloApi/Resources/Changeset.html +156 -399
- data/doc/KatelloApi/Resources/ChangesetsContent.html +97 -2215
- data/doc/KatelloApi/Resources/ComputeResource.html +131 -189
- data/doc/KatelloApi/Resources/ConfigTemplate.html +143 -208
- data/doc/KatelloApi/Resources/ContentUpload.html +1046 -0
- data/doc/KatelloApi/Resources/ContentView.html +229 -117
- data/doc/KatelloApi/Resources/ContentViewDefinition.html +1190 -323
- data/doc/KatelloApi/Resources/Crl.html +21 -28
- data/doc/KatelloApi/Resources/CustomInfo.html +1110 -0
- data/doc/KatelloApi/Resources/Distribution.html +40 -56
- data/doc/KatelloApi/Resources/Distributor.html +406 -469
- data/doc/KatelloApi/Resources/Domain.html +107 -155
- data/doc/KatelloApi/Resources/Environment.html +211 -539
- data/doc/KatelloApi/Resources/Erratum.html +56 -90
- data/doc/KatelloApi/Resources/Filter.html +1533 -0
- data/doc/KatelloApi/Resources/FilterRule.html +591 -0
- data/doc/KatelloApi/Resources/GpgKey.html +230 -196
- data/doc/KatelloApi/Resources/HardwareModel.html +101 -147
- data/doc/KatelloApi/Resources/Organization.html +647 -158
- data/doc/KatelloApi/Resources/OrganizationDefaultInfo.html +803 -0
- data/doc/KatelloApi/Resources/Package.html +57 -81
- data/doc/KatelloApi/Resources/Permission.html +109 -197
- data/doc/KatelloApi/Resources/Ping.html +37 -179
- data/doc/KatelloApi/Resources/Product.html +289 -462
- data/doc/KatelloApi/Resources/Provider.html +397 -424
- data/doc/KatelloApi/Resources/PuppetModule.html +704 -0
- data/doc/KatelloApi/Resources/Repository.html +302 -958
- data/doc/KatelloApi/Resources/RepositorySet.html +64 -104
- data/doc/KatelloApi/Resources/Role.html +131 -250
- data/doc/KatelloApi/Resources/RoleLdapGroup.html +74 -95
- data/doc/KatelloApi/Resources/SmartProxy.html +97 -143
- data/doc/KatelloApi/Resources/Statu.html +21 -28
- data/doc/KatelloApi/Resources/Status.html +360 -0
- data/doc/KatelloApi/Resources/Subnet.html +89 -129
- data/doc/KatelloApi/Resources/Subscription.html +486 -162
- data/doc/KatelloApi/Resources/Sync.html +85 -155
- data/doc/KatelloApi/Resources/SyncPlan.html +127 -220
- data/doc/KatelloApi/Resources/System.html +913 -925
- data/doc/KatelloApi/Resources/SystemErratum.html +557 -0
- data/doc/KatelloApi/Resources/SystemGroup.html +634 -408
- data/doc/KatelloApi/Resources/SystemGroupErratum.html +47 -66
- data/doc/KatelloApi/Resources/SystemGroupPackage.html +77 -108
- data/doc/KatelloApi/Resources/SystemPackage.html +734 -108
- data/doc/KatelloApi/Resources/SystemsBulkAction.html +1706 -0
- data/doc/KatelloApi/Resources/Task.html +38 -53
- data/doc/KatelloApi/Resources/Template.html +159 -233
- data/doc/KatelloApi/Resources/TemplatesContent.html +214 -312
- data/doc/KatelloApi/Resources/Uebercert.html +25 -34
- data/doc/KatelloApi/Resources/User.html +204 -433
- data/doc/KatelloApi/Resources.html +7 -7
- data/doc/KatelloApi.html +21 -26
- data/doc/_index.html +87 -9
- data/doc/class_list.html +3 -2
- data/doc/css/style.css +1 -1
- data/doc/file.README.html +60 -54
- data/doc/file_list.html +2 -1
- data/doc/frames.html +5 -7
- data/doc/index.html +60 -54
- data/doc/js/app.js +7 -2
- data/doc/js/full_list.js +7 -2
- data/doc/method_list.html +854 -1225
- data/doc/top-level-namespace.html +5 -5
- data/katello_api.gemspec +7 -5
- data/lib/katello_api/base.rb +9 -8
- data/lib/katello_api/documentation.json +1 -1
- data/lib/katello_api/resources/about.rb +18 -0
- data/lib/katello_api/resources/activation_key.rb +11 -13
- data/lib/katello_api/resources/changeset.rb +4 -15
- data/lib/katello_api/resources/changesets_content.rb +6 -130
- data/lib/katello_api/resources/content_upload.rb +61 -0
- data/lib/katello_api/resources/content_view.rb +10 -1
- data/lib/katello_api/resources/content_view_definition.rb +65 -3
- data/lib/katello_api/resources/custom_info.rb +70 -0
- data/lib/katello_api/resources/distributor.rb +33 -18
- data/lib/katello_api/resources/environment.rb +20 -41
- data/lib/katello_api/resources/erratum.rb +3 -4
- data/lib/katello_api/resources/filter.rb +93 -0
- data/lib/katello_api/resources/filter_rule.rb +36 -0
- data/lib/katello_api/resources/gpg_key.rb +18 -14
- data/lib/katello_api/resources/organization.rb +43 -8
- data/lib/katello_api/resources/organization_default_info.rb +48 -0
- data/lib/katello_api/resources/permission.rb +10 -7
- data/lib/katello_api/resources/ping.rb +1 -9
- data/lib/katello_api/resources/product.rb +26 -30
- data/lib/katello_api/resources/provider.rb +21 -20
- data/lib/katello_api/resources/puppet_module.rb +39 -0
- data/lib/katello_api/resources/repository.rb +28 -62
- data/lib/katello_api/resources/repository_set.rb +1 -2
- data/lib/katello_api/resources/role.rb +0 -5
- data/lib/katello_api/resources/role_ldap_group.rb +3 -1
- data/lib/katello_api/resources/status.rb +18 -0
- data/lib/katello_api/resources/subscription.rb +33 -7
- data/lib/katello_api/resources/sync.rb +9 -12
- data/lib/katello_api/resources/sync_plan.rb +2 -5
- data/lib/katello_api/resources/system.rb +95 -73
- data/lib/katello_api/resources/system_erratum.rb +30 -0
- data/lib/katello_api/resources/system_group.rb +40 -27
- data/lib/katello_api/resources/system_group_erratum.rb +1 -1
- data/lib/katello_api/resources/system_group_package.rb +6 -6
- data/lib/katello_api/resources/system_package.rb +46 -5
- data/lib/katello_api/resources/systems_bulk_action.rb +140 -0
- data/lib/katello_api/resources/user.rb +14 -18
- data/lib/katello_api/version.rb +1 -1
- metadata +26 -14
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Module: KatelloApi::Resources
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
<dt class="r1 last">Defined in:</dt>
|
82
82
|
<dd class="r1 last">lib/katello_api/resources/crl.rb<span class="defines">,<br />
|
83
|
-
lib/katello_api/resources/
|
83
|
+
lib/katello_api/resources/role.rb,<br /> lib/katello_api/resources/user.rb,<br /> lib/katello_api/resources/ping.rb,<br /> lib/katello_api/resources/sync.rb,<br /> lib/katello_api/resources/task.rb,<br /> lib/katello_api/resources/about.rb,<br /> lib/katello_api/resources/statu.rb,<br /> lib/katello_api/resources/domain.rb,<br /> lib/katello_api/resources/filter.rb,<br /> lib/katello_api/resources/system.rb,<br /> lib/katello_api/resources/status.rb,<br /> lib/katello_api/resources/subnet.rb,<br /> lib/katello_api/resources/gpg_key.rb,<br /> lib/katello_api/resources/package.rb,<br /> lib/katello_api/resources/product.rb,<br /> lib/katello_api/resources/erratum.rb,<br /> lib/katello_api/resources/template.rb,<br /> lib/katello_api/resources/provider.rb,<br /> lib/katello_api/resources/uebercert.rb,<br /> lib/katello_api/resources/changeset.rb,<br /> lib/katello_api/resources/sync_plan.rb,<br /> lib/katello_api/resources/permission.rb,<br /> lib/katello_api/resources/repository.rb,<br /> lib/katello_api/resources/filter_rule.rb,<br /> lib/katello_api/resources/distributor.rb,<br /> lib/katello_api/resources/environment.rb,<br /> lib/katello_api/resources/smart_proxy.rb,<br /> lib/katello_api/resources/custom_info.rb,<br /> lib/katello_api/resources/subscription.rb,<br /> lib/katello_api/resources/system_group.rb,<br /> lib/katello_api/resources/distribution.rb,<br /> lib/katello_api/resources/content_view.rb,<br /> lib/katello_api/resources/architecture.rb,<br /> lib/katello_api/resources/organization.rb,<br /> lib/katello_api/resources/puppet_module.rb,<br /> lib/katello_api/resources/activation_key.rb,<br /> lib/katello_api/resources/repository_set.rb,<br /> lib/katello_api/resources/content_upload.rb,<br /> lib/katello_api/resources/system_package.rb,<br /> lib/katello_api/resources/system_erratum.rb,<br /> lib/katello_api/resources/hardware_model.rb,<br /> lib/katello_api/resources/role_ldap_group.rb,<br /> lib/katello_api/resources/config_template.rb,<br /> lib/katello_api/resources/compute_resource.rb,<br /> lib/katello_api/resources/templates_content.rb,<br /> lib/katello_api/resources/changesets_content.rb,<br /> lib/katello_api/resources/systems_bulk_action.rb,<br /> lib/katello_api/resources/system_group_package.rb,<br /> lib/katello_api/resources/system_group_erratum.rb,<br /> lib/katello_api/resources/content_view_definition.rb,<br /> lib/katello_api/resources/organization_default_info.rb</span>
|
84
84
|
</dd>
|
85
85
|
|
86
86
|
</dl>
|
@@ -92,7 +92,7 @@
|
|
92
92
|
|
93
93
|
|
94
94
|
|
95
|
-
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span>, <span class='object_link'><a href="Resources/Architecture.html" title="KatelloApi::Resources::Architecture (class)">Architecture</a></span>, <span class='object_link'><a href="Resources/Changeset.html" title="KatelloApi::Resources::Changeset (class)">Changeset</a></span>, <span class='object_link'><a href="Resources/ChangesetsContent.html" title="KatelloApi::Resources::ChangesetsContent (class)">ChangesetsContent</a></span>, <span class='object_link'><a href="Resources/ComputeResource.html" title="KatelloApi::Resources::ComputeResource (class)">ComputeResource</a></span>, <span class='object_link'><a href="Resources/ConfigTemplate.html" title="KatelloApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span>, <span class='object_link'><a href="Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span>, <span class='object_link'><a href="Resources/ContentViewDefinition.html" title="KatelloApi::Resources::ContentViewDefinition (class)">ContentViewDefinition</a></span>, <span class='object_link'><a href="Resources/Crl.html" title="KatelloApi::Resources::Crl (class)">Crl</a></span>, <span class='object_link'><a href="Resources/Distribution.html" title="KatelloApi::Resources::Distribution (class)">Distribution</a></span>, <span class='object_link'><a href="Resources/Distributor.html" title="KatelloApi::Resources::Distributor (class)">Distributor</a></span>, <span class='object_link'><a href="Resources/Domain.html" title="KatelloApi::Resources::Domain (class)">Domain</a></span>, <span class='object_link'><a href="Resources/Environment.html" title="KatelloApi::Resources::Environment (class)">Environment</a></span>, <span class='object_link'><a href="Resources/Erratum.html" title="KatelloApi::Resources::Erratum (class)">Erratum</a></span>, <span class='object_link'><a href="Resources/GpgKey.html" title="KatelloApi::Resources::GpgKey (class)">GpgKey</a></span>, <span class='object_link'><a href="Resources/HardwareModel.html" title="KatelloApi::Resources::HardwareModel (class)">HardwareModel</a></span>, <span class='object_link'><a href="Resources/Organization.html" title="KatelloApi::Resources::Organization (class)">Organization</a></span>, <span class='object_link'><a href="Resources/Package.html" title="KatelloApi::Resources::Package (class)">Package</a></span>, <span class='object_link'><a href="Resources/Permission.html" title="KatelloApi::Resources::Permission (class)">Permission</a></span>, <span class='object_link'><a href="Resources/Ping.html" title="KatelloApi::Resources::Ping (class)">Ping</a></span>, <span class='object_link'><a href="Resources/Product.html" title="KatelloApi::Resources::Product (class)">Product</a></span>, <span class='object_link'><a href="Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span>, <span class='object_link'><a href="Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span>, <span class='object_link'><a href="Resources/RepositorySet.html" title="KatelloApi::Resources::RepositorySet (class)">RepositorySet</a></span>, <span class='object_link'><a href="Resources/Role.html" title="KatelloApi::Resources::Role (class)">Role</a></span>, <span class='object_link'><a href="Resources/RoleLdapGroup.html" title="KatelloApi::Resources::RoleLdapGroup (class)">RoleLdapGroup</a></span>, <span class='object_link'><a href="Resources/SmartProxy.html" title="KatelloApi::Resources::SmartProxy (class)">SmartProxy</a></span>, <span class='object_link'><a href="Resources/Statu.html" title="KatelloApi::Resources::Statu (class)">Statu</a></span>, <span class='object_link'><a href="Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span>, <span class='object_link'><a href="Resources/Subscription.html" title="KatelloApi::Resources::Subscription (class)">Subscription</a></span>, <span class='object_link'><a href="Resources/Sync.html" title="KatelloApi::Resources::Sync (class)">Sync</a></span>, <span class='object_link'><a href="Resources/SyncPlan.html" title="KatelloApi::Resources::SyncPlan (class)">SyncPlan</a></span>, <span class='object_link'><a href="Resources/System.html" title="KatelloApi::Resources::System (class)">System</a></span>, <span class='object_link'><a href="Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span>, <span class='object_link'><a href="Resources/SystemGroupErratum.html" title="KatelloApi::Resources::SystemGroupErratum (class)">SystemGroupErratum</a></span>, <span class='object_link'><a href="Resources/SystemGroupPackage.html" title="KatelloApi::Resources::SystemGroupPackage (class)">SystemGroupPackage</a></span>, <span class='object_link'><a href="Resources/SystemPackage.html" title="KatelloApi::Resources::SystemPackage (class)">SystemPackage</a></span>, <span class='object_link'><a href="Resources/Task.html" title="KatelloApi::Resources::Task (class)">Task</a></span>, <span class='object_link'><a href="Resources/Template.html" title="KatelloApi::Resources::Template (class)">Template</a></span>, <span class='object_link'><a href="Resources/TemplatesContent.html" title="KatelloApi::Resources::TemplatesContent (class)">TemplatesContent</a></span>, <span class='object_link'><a href="Resources/Uebercert.html" title="KatelloApi::Resources::Uebercert (class)">Uebercert</a></span>, <span class='object_link'><a href="Resources/User.html" title="KatelloApi::Resources::User (class)">User</a></span>
|
95
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Resources/About.html" title="KatelloApi::Resources::About (class)">About</a></span>, <span class='object_link'><a href="Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span>, <span class='object_link'><a href="Resources/Architecture.html" title="KatelloApi::Resources::Architecture (class)">Architecture</a></span>, <span class='object_link'><a href="Resources/Changeset.html" title="KatelloApi::Resources::Changeset (class)">Changeset</a></span>, <span class='object_link'><a href="Resources/ChangesetsContent.html" title="KatelloApi::Resources::ChangesetsContent (class)">ChangesetsContent</a></span>, <span class='object_link'><a href="Resources/ComputeResource.html" title="KatelloApi::Resources::ComputeResource (class)">ComputeResource</a></span>, <span class='object_link'><a href="Resources/ConfigTemplate.html" title="KatelloApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span>, <span class='object_link'><a href="Resources/ContentUpload.html" title="KatelloApi::Resources::ContentUpload (class)">ContentUpload</a></span>, <span class='object_link'><a href="Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span>, <span class='object_link'><a href="Resources/ContentViewDefinition.html" title="KatelloApi::Resources::ContentViewDefinition (class)">ContentViewDefinition</a></span>, <span class='object_link'><a href="Resources/Crl.html" title="KatelloApi::Resources::Crl (class)">Crl</a></span>, <span class='object_link'><a href="Resources/CustomInfo.html" title="KatelloApi::Resources::CustomInfo (class)">CustomInfo</a></span>, <span class='object_link'><a href="Resources/Distribution.html" title="KatelloApi::Resources::Distribution (class)">Distribution</a></span>, <span class='object_link'><a href="Resources/Distributor.html" title="KatelloApi::Resources::Distributor (class)">Distributor</a></span>, <span class='object_link'><a href="Resources/Domain.html" title="KatelloApi::Resources::Domain (class)">Domain</a></span>, <span class='object_link'><a href="Resources/Environment.html" title="KatelloApi::Resources::Environment (class)">Environment</a></span>, <span class='object_link'><a href="Resources/Erratum.html" title="KatelloApi::Resources::Erratum (class)">Erratum</a></span>, <span class='object_link'><a href="Resources/Filter.html" title="KatelloApi::Resources::Filter (class)">Filter</a></span>, <span class='object_link'><a href="Resources/FilterRule.html" title="KatelloApi::Resources::FilterRule (class)">FilterRule</a></span>, <span class='object_link'><a href="Resources/GpgKey.html" title="KatelloApi::Resources::GpgKey (class)">GpgKey</a></span>, <span class='object_link'><a href="Resources/HardwareModel.html" title="KatelloApi::Resources::HardwareModel (class)">HardwareModel</a></span>, <span class='object_link'><a href="Resources/Organization.html" title="KatelloApi::Resources::Organization (class)">Organization</a></span>, <span class='object_link'><a href="Resources/OrganizationDefaultInfo.html" title="KatelloApi::Resources::OrganizationDefaultInfo (class)">OrganizationDefaultInfo</a></span>, <span class='object_link'><a href="Resources/Package.html" title="KatelloApi::Resources::Package (class)">Package</a></span>, <span class='object_link'><a href="Resources/Permission.html" title="KatelloApi::Resources::Permission (class)">Permission</a></span>, <span class='object_link'><a href="Resources/Ping.html" title="KatelloApi::Resources::Ping (class)">Ping</a></span>, <span class='object_link'><a href="Resources/Product.html" title="KatelloApi::Resources::Product (class)">Product</a></span>, <span class='object_link'><a href="Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span>, <span class='object_link'><a href="Resources/PuppetModule.html" title="KatelloApi::Resources::PuppetModule (class)">PuppetModule</a></span>, <span class='object_link'><a href="Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span>, <span class='object_link'><a href="Resources/RepositorySet.html" title="KatelloApi::Resources::RepositorySet (class)">RepositorySet</a></span>, <span class='object_link'><a href="Resources/Role.html" title="KatelloApi::Resources::Role (class)">Role</a></span>, <span class='object_link'><a href="Resources/RoleLdapGroup.html" title="KatelloApi::Resources::RoleLdapGroup (class)">RoleLdapGroup</a></span>, <span class='object_link'><a href="Resources/SmartProxy.html" title="KatelloApi::Resources::SmartProxy (class)">SmartProxy</a></span>, <span class='object_link'><a href="Resources/Statu.html" title="KatelloApi::Resources::Statu (class)">Statu</a></span>, <span class='object_link'><a href="Resources/Status.html" title="KatelloApi::Resources::Status (class)">Status</a></span>, <span class='object_link'><a href="Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span>, <span class='object_link'><a href="Resources/Subscription.html" title="KatelloApi::Resources::Subscription (class)">Subscription</a></span>, <span class='object_link'><a href="Resources/Sync.html" title="KatelloApi::Resources::Sync (class)">Sync</a></span>, <span class='object_link'><a href="Resources/SyncPlan.html" title="KatelloApi::Resources::SyncPlan (class)">SyncPlan</a></span>, <span class='object_link'><a href="Resources/System.html" title="KatelloApi::Resources::System (class)">System</a></span>, <span class='object_link'><a href="Resources/SystemErratum.html" title="KatelloApi::Resources::SystemErratum (class)">SystemErratum</a></span>, <span class='object_link'><a href="Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span>, <span class='object_link'><a href="Resources/SystemGroupErratum.html" title="KatelloApi::Resources::SystemGroupErratum (class)">SystemGroupErratum</a></span>, <span class='object_link'><a href="Resources/SystemGroupPackage.html" title="KatelloApi::Resources::SystemGroupPackage (class)">SystemGroupPackage</a></span>, <span class='object_link'><a href="Resources/SystemPackage.html" title="KatelloApi::Resources::SystemPackage (class)">SystemPackage</a></span>, <span class='object_link'><a href="Resources/SystemsBulkAction.html" title="KatelloApi::Resources::SystemsBulkAction (class)">SystemsBulkAction</a></span>, <span class='object_link'><a href="Resources/Task.html" title="KatelloApi::Resources::Task (class)">Task</a></span>, <span class='object_link'><a href="Resources/Template.html" title="KatelloApi::Resources::Template (class)">Template</a></span>, <span class='object_link'><a href="Resources/TemplatesContent.html" title="KatelloApi::Resources::TemplatesContent (class)">TemplatesContent</a></span>, <span class='object_link'><a href="Resources/Uebercert.html" title="KatelloApi::Resources::Uebercert (class)">Uebercert</a></span>, <span class='object_link'><a href="Resources/User.html" title="KatelloApi::Resources::User (class)">User</a></span>
|
96
96
|
|
97
97
|
|
98
98
|
</p>
|
@@ -108,9 +108,9 @@
|
|
108
108
|
</div>
|
109
109
|
|
110
110
|
<div id="footer">
|
111
|
-
Generated on
|
111
|
+
Generated on Wed Jan 15 20:45:13 2014 by
|
112
112
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
113
|
-
0.8.
|
113
|
+
0.8.7.3 (ruby-1.9.3).
|
114
114
|
</div>
|
115
115
|
|
116
116
|
</body>
|
data/doc/KatelloApi.html
CHANGED
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Module: KatelloApi
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
<dt class="r1 last">Defined in:</dt>
|
82
82
|
<dd class="r1 last">lib/katello_api.rb<span class="defines">,<br />
|
83
|
-
lib/katello_api/base.rb,<br /> lib/katello_api/version.rb,<br /> lib/katello_api/resources/crl.rb,<br /> lib/katello_api/
|
83
|
+
lib/katello_api/base.rb,<br /> lib/katello_api/version.rb,<br /> lib/katello_api/resources/crl.rb,<br /> lib/katello_api/generator/base.rb,<br /> lib/katello_api/resources/role.rb,<br /> lib/katello_api/resources/user.rb,<br /> lib/katello_api/resources/ping.rb,<br /> lib/katello_api/resources/sync.rb,<br /> lib/katello_api/resources/task.rb,<br /> lib/katello_api/resources/about.rb,<br /> lib/katello_api/resources/statu.rb,<br /> lib/katello_api/resources/domain.rb,<br /> lib/katello_api/resources/filter.rb,<br /> lib/katello_api/resources/system.rb,<br /> lib/katello_api/resources/status.rb,<br /> lib/katello_api/resources/subnet.rb,<br /> lib/katello_api/resources/gpg_key.rb,<br /> lib/katello_api/resources/package.rb,<br /> lib/katello_api/resources/product.rb,<br /> lib/katello_api/resources/erratum.rb,<br /> lib/katello_api/resources/template.rb,<br /> lib/katello_api/resources/provider.rb,<br /> lib/katello_api/resources/uebercert.rb,<br /> lib/katello_api/resources/changeset.rb,<br /> lib/katello_api/resources/sync_plan.rb,<br /> lib/katello_api/resources/permission.rb,<br /> lib/katello_api/resources/repository.rb,<br /> lib/katello_api/resources/filter_rule.rb,<br /> lib/katello_api/resources/distributor.rb,<br /> lib/katello_api/resources/environment.rb,<br /> lib/katello_api/resources/smart_proxy.rb,<br /> lib/katello_api/resources/custom_info.rb,<br /> lib/katello_api/resources/subscription.rb,<br /> lib/katello_api/resources/system_group.rb,<br /> lib/katello_api/resources/distribution.rb,<br /> lib/katello_api/resources/content_view.rb,<br /> lib/katello_api/resources/architecture.rb,<br /> lib/katello_api/resources/organization.rb,<br /> lib/katello_api/resources/puppet_module.rb,<br /> lib/katello_api/resources/activation_key.rb,<br /> lib/katello_api/resources/repository_set.rb,<br /> lib/katello_api/resources/content_upload.rb,<br /> lib/katello_api/resources/system_package.rb,<br /> lib/katello_api/resources/system_erratum.rb,<br /> lib/katello_api/resources/hardware_model.rb,<br /> lib/katello_api/resources/role_ldap_group.rb,<br /> lib/katello_api/resources/config_template.rb,<br /> lib/katello_api/resources/compute_resource.rb,<br /> lib/katello_api/resources/templates_content.rb,<br /> lib/katello_api/resources/changesets_content.rb,<br /> lib/katello_api/resources/systems_bulk_action.rb,<br /> lib/katello_api/resources/system_group_package.rb,<br /> lib/katello_api/resources/system_group_erratum.rb,<br /> lib/katello_api/resources/content_view_definition.rb,<br /> lib/katello_api/resources/organization_default_info.rb</span>
|
84
84
|
</dd>
|
85
85
|
|
86
86
|
</dl>
|
@@ -106,8 +106,7 @@
|
|
106
106
|
<dt id="VERSION-constant" class="">VERSION =
|
107
107
|
|
108
108
|
</dt>
|
109
|
-
<dd><pre class="code"><span class='
|
110
|
-
</pre></dd>
|
109
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>0.0.4</span><span class='tstring_end'>"</span></span></pre></dd>
|
111
110
|
|
112
111
|
</dl>
|
113
112
|
|
@@ -245,10 +244,9 @@
|
|
245
244
|
<td>
|
246
245
|
<pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 8</span>
|
247
246
|
|
248
|
-
<span class='
|
249
|
-
<span class='
|
250
|
-
<span class='
|
251
|
-
</pre>
|
247
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_client_config'>client_config</span>
|
248
|
+
<span class='ivar'>@client_config</span> <span class='op'>||=</span> <span class='const'>YAML</span><span class='period'>.</span><span class='id identifier rubyid_load_file'>load_file</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_root'>root</span><span class='rbrace'>}</span><span class='tstring_content'>/katello_api/config.yml</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
249
|
+
<span class='kw'>end</span></pre>
|
252
250
|
</td>
|
253
251
|
</tr>
|
254
252
|
</table>
|
@@ -278,12 +276,11 @@
|
|
278
276
|
<td>
|
279
277
|
<pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 20</span>
|
280
278
|
|
281
|
-
<span class='
|
282
|
-
<span class='
|
283
|
-
<span class='
|
284
|
-
<span class='
|
285
|
-
<span class='
|
286
|
-
</pre>
|
279
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
280
|
+
<span class='ivar'>@doc</span> <span class='op'>||=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='id identifier rubyid_doc_file'>doc_file</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>r</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span>
|
281
|
+
<span class='const'>JSON</span><span class='period'>.</span><span class='id identifier rubyid_load'>load</span><span class='lparen'>(</span><span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='rparen'>)</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>docs</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
282
|
+
<span class='kw'>end</span>
|
283
|
+
<span class='kw'>end</span></pre>
|
287
284
|
</td>
|
288
285
|
</tr>
|
289
286
|
</table>
|
@@ -311,10 +308,9 @@
|
|
311
308
|
<td>
|
312
309
|
<pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 16</span>
|
313
310
|
|
314
|
-
<span class='
|
315
|
-
<span class='
|
316
|
-
<span class='
|
317
|
-
</pre>
|
311
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc_file'>doc_file</span>
|
312
|
+
<span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_root'>root</span><span class='rbrace'>}</span><span class='tstring_content'>/katello_api/documentation.json</span><span class='tstring_end'>"</span></span>
|
313
|
+
<span class='kw'>end</span></pre>
|
318
314
|
</td>
|
319
315
|
</tr>
|
320
316
|
</table>
|
@@ -342,10 +338,9 @@
|
|
342
338
|
<td>
|
343
339
|
<pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 12</span>
|
344
340
|
|
345
|
-
<span class='
|
346
|
-
<span class='
|
347
|
-
<span class='
|
348
|
-
</pre>
|
341
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_root'>root</span>
|
342
|
+
<span class='ivar'>@root</span> <span class='op'>||=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_expand_path'>expand_path</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>../</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='kw'>__FILE__</span><span class='rparen'>)</span><span class='rparen'>)</span>
|
343
|
+
<span class='kw'>end</span></pre>
|
349
344
|
</td>
|
350
345
|
</tr>
|
351
346
|
</table>
|
@@ -356,9 +351,9 @@
|
|
356
351
|
</div>
|
357
352
|
|
358
353
|
<div id="footer">
|
359
|
-
Generated on
|
354
|
+
Generated on Wed Jan 15 20:45:13 2014 by
|
360
355
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
361
|
-
0.8.
|
356
|
+
0.8.7.3 (ruby-1.9.3).
|
362
357
|
</div>
|
363
358
|
|
364
359
|
</body>
|
data/doc/_index.html
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.8.
|
7
|
+
Documentation by YARD 0.8.7.3
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
11
|
-
<link rel="stylesheet" href="css/style.css" type="text/css"
|
11
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/common.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
15
|
<script type="text/javascript" charset="utf-8">
|
16
16
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<iframe id="search_frame"></iframe>
|
58
58
|
|
59
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.7.3</h1>
|
60
60
|
<div id="listing">
|
61
61
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
62
|
|
@@ -84,6 +84,13 @@
|
|
84
84
|
<li class="letter">A</li>
|
85
85
|
<ul>
|
86
86
|
|
87
|
+
<li>
|
88
|
+
<span class='object_link'><a href="KatelloApi/Resources/About.html" title="KatelloApi::Resources::About (class)">About</a></span>
|
89
|
+
|
90
|
+
<small>(KatelloApi::Resources)</small>
|
91
|
+
|
92
|
+
</li>
|
93
|
+
|
87
94
|
<li>
|
88
95
|
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span>
|
89
96
|
|
@@ -156,6 +163,13 @@
|
|
156
163
|
|
157
164
|
</li>
|
158
165
|
|
166
|
+
<li>
|
167
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html" title="KatelloApi::Resources::ContentUpload (class)">ContentUpload</a></span>
|
168
|
+
|
169
|
+
<small>(KatelloApi::Resources)</small>
|
170
|
+
|
171
|
+
</li>
|
172
|
+
|
159
173
|
<li>
|
160
174
|
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span>
|
161
175
|
|
@@ -177,6 +191,13 @@
|
|
177
191
|
|
178
192
|
</li>
|
179
193
|
|
194
|
+
<li>
|
195
|
+
<span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html" title="KatelloApi::Resources::CustomInfo (class)">CustomInfo</a></span>
|
196
|
+
|
197
|
+
<small>(KatelloApi::Resources)</small>
|
198
|
+
|
199
|
+
</li>
|
200
|
+
|
180
201
|
</ul>
|
181
202
|
</ul>
|
182
203
|
|
@@ -232,6 +253,28 @@
|
|
232
253
|
</ul>
|
233
254
|
|
234
255
|
|
256
|
+
<ul id="alpha_F" class="alpha">
|
257
|
+
<li class="letter">F</li>
|
258
|
+
<ul>
|
259
|
+
|
260
|
+
<li>
|
261
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html" title="KatelloApi::Resources::Filter (class)">Filter</a></span>
|
262
|
+
|
263
|
+
<small>(KatelloApi::Resources)</small>
|
264
|
+
|
265
|
+
</li>
|
266
|
+
|
267
|
+
<li>
|
268
|
+
<span class='object_link'><a href="KatelloApi/Resources/FilterRule.html" title="KatelloApi::Resources::FilterRule (class)">FilterRule</a></span>
|
269
|
+
|
270
|
+
<small>(KatelloApi::Resources)</small>
|
271
|
+
|
272
|
+
</li>
|
273
|
+
|
274
|
+
</ul>
|
275
|
+
</ul>
|
276
|
+
|
277
|
+
|
235
278
|
<ul id="alpha_G" class="alpha">
|
236
279
|
<li class="letter">G</li>
|
237
280
|
<ul>
|
@@ -254,6 +297,9 @@
|
|
254
297
|
</ul>
|
255
298
|
|
256
299
|
|
300
|
+
</td><td valign='top' width="33%">
|
301
|
+
|
302
|
+
|
257
303
|
<ul id="alpha_H" class="alpha">
|
258
304
|
<li class="letter">H</li>
|
259
305
|
<ul>
|
@@ -269,9 +315,6 @@
|
|
269
315
|
</ul>
|
270
316
|
|
271
317
|
|
272
|
-
</td><td valign='top' width="33%">
|
273
|
-
|
274
|
-
|
275
318
|
<ul id="alpha_K" class="alpha">
|
276
319
|
<li class="letter">K</li>
|
277
320
|
<ul>
|
@@ -296,6 +339,13 @@
|
|
296
339
|
|
297
340
|
</li>
|
298
341
|
|
342
|
+
<li>
|
343
|
+
<span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html" title="KatelloApi::Resources::OrganizationDefaultInfo (class)">OrganizationDefaultInfo</a></span>
|
344
|
+
|
345
|
+
<small>(KatelloApi::Resources)</small>
|
346
|
+
|
347
|
+
</li>
|
348
|
+
|
299
349
|
</ul>
|
300
350
|
</ul>
|
301
351
|
|
@@ -339,6 +389,13 @@
|
|
339
389
|
|
340
390
|
</li>
|
341
391
|
|
392
|
+
<li>
|
393
|
+
<span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html" title="KatelloApi::Resources::PuppetModule (class)">PuppetModule</a></span>
|
394
|
+
|
395
|
+
<small>(KatelloApi::Resources)</small>
|
396
|
+
|
397
|
+
</li>
|
398
|
+
|
342
399
|
</ul>
|
343
400
|
</ul>
|
344
401
|
|
@@ -404,6 +461,13 @@
|
|
404
461
|
|
405
462
|
</li>
|
406
463
|
|
464
|
+
<li>
|
465
|
+
<span class='object_link'><a href="KatelloApi/Resources/Status.html" title="KatelloApi::Resources::Status (class)">Status</a></span>
|
466
|
+
|
467
|
+
<small>(KatelloApi::Resources)</small>
|
468
|
+
|
469
|
+
</li>
|
470
|
+
|
407
471
|
<li>
|
408
472
|
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span>
|
409
473
|
|
@@ -439,6 +503,13 @@
|
|
439
503
|
|
440
504
|
</li>
|
441
505
|
|
506
|
+
<li>
|
507
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html" title="KatelloApi::Resources::SystemErratum (class)">SystemErratum</a></span>
|
508
|
+
|
509
|
+
<small>(KatelloApi::Resources)</small>
|
510
|
+
|
511
|
+
</li>
|
512
|
+
|
442
513
|
<li>
|
443
514
|
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span>
|
444
515
|
|
@@ -467,6 +538,13 @@
|
|
467
538
|
|
468
539
|
</li>
|
469
540
|
|
541
|
+
<li>
|
542
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html" title="KatelloApi::Resources::SystemsBulkAction (class)">SystemsBulkAction</a></span>
|
543
|
+
|
544
|
+
<small>(KatelloApi::Resources)</small>
|
545
|
+
|
546
|
+
</li>
|
547
|
+
|
470
548
|
</ul>
|
471
549
|
</ul>
|
472
550
|
|
@@ -530,9 +608,9 @@
|
|
530
608
|
</div>
|
531
609
|
|
532
610
|
<div id="footer">
|
533
|
-
Generated on
|
611
|
+
Generated on Wed Jan 15 20:45:13 2014 by
|
534
612
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
535
|
-
0.8.
|
613
|
+
0.8.7.3 (ruby-1.9.3).
|
536
614
|
</div>
|
537
615
|
|
538
616
|
</body>
|
data/doc/class_list.html
CHANGED
@@ -15,6 +15,7 @@
|
|
15
15
|
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
16
|
|
17
17
|
|
18
|
+
<title>Class List</title>
|
18
19
|
<base id="base_target" target="_parent" />
|
19
20
|
</head>
|
20
21
|
<body>
|
@@ -44,8 +45,8 @@
|
|
44
45
|
<div id="search">Search: <input type="text" /></div>
|
45
46
|
|
46
47
|
<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>
|
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> < 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/About.html" title="KatelloApi::Resources::About (class)">About</a></span> < 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> < 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/ContentUpload.html" title="KatelloApi::Resources::ContentUpload (class)">ContentUpload</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/CustomInfo.html" title="KatelloApi::Resources::CustomInfo (class)">CustomInfo</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/Filter.html" title="KatelloApi::Resources::Filter (class)">Filter</a></span> < 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> < 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/OrganizationDefaultInfo.html" title="KatelloApi::Resources::OrganizationDefaultInfo (class)">OrganizationDefaultInfo</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/PuppetModule.html" title="KatelloApi::Resources::PuppetModule (class)">PuppetModule</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/Status.html" title="KatelloApi::Resources::Status (class)">Status</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/SystemErratum.html" title="KatelloApi::Resources::SystemErratum (class)">SystemErratum</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/SystemsBulkAction.html" title="KatelloApi::Resources::SystemsBulkAction (class)">SystemsBulkAction</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
|
|
50
51
|
</ul>
|
51
52
|
</div>
|
data/doc/css/style.css
CHANGED
@@ -324,9 +324,9 @@ pre.code .dot + pre.code .id,
|
|
324
324
|
pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
|
325
325
|
pre.code .comment { color: #0066FF; }
|
326
326
|
pre.code .const, pre.code .constant { color: #585CF6; }
|
327
|
+
pre.code .label,
|
327
328
|
pre.code .symbol { color: #C5060B; }
|
328
329
|
pre.code .kw,
|
329
|
-
pre.code .label,
|
330
330
|
pre.code .rubyid_require,
|
331
331
|
pre.code .rubyid_extend,
|
332
332
|
pre.code .rubyid_include { color: #0000FF; }
|