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.
Files changed (115) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +3 -0
  3. data/Gemfile +1 -1
  4. data/README.rdoc +22 -13
  5. data/Rakefile +0 -1
  6. data/doc/KatelloApi/Base.html +102 -116
  7. data/doc/KatelloApi/Generator/Base.html +65 -80
  8. data/doc/KatelloApi/Generator.html +5 -5
  9. data/doc/KatelloApi/Resources/About.html +360 -0
  10. data/doc/KatelloApi/Resources/ActivationKey.html +190 -304
  11. data/doc/KatelloApi/Resources/Architecture.html +89 -129
  12. data/doc/KatelloApi/Resources/Changeset.html +156 -399
  13. data/doc/KatelloApi/Resources/ChangesetsContent.html +97 -2215
  14. data/doc/KatelloApi/Resources/ComputeResource.html +131 -189
  15. data/doc/KatelloApi/Resources/ConfigTemplate.html +143 -208
  16. data/doc/KatelloApi/Resources/ContentUpload.html +1046 -0
  17. data/doc/KatelloApi/Resources/ContentView.html +229 -117
  18. data/doc/KatelloApi/Resources/ContentViewDefinition.html +1190 -323
  19. data/doc/KatelloApi/Resources/Crl.html +21 -28
  20. data/doc/KatelloApi/Resources/CustomInfo.html +1110 -0
  21. data/doc/KatelloApi/Resources/Distribution.html +40 -56
  22. data/doc/KatelloApi/Resources/Distributor.html +406 -469
  23. data/doc/KatelloApi/Resources/Domain.html +107 -155
  24. data/doc/KatelloApi/Resources/Environment.html +211 -539
  25. data/doc/KatelloApi/Resources/Erratum.html +56 -90
  26. data/doc/KatelloApi/Resources/Filter.html +1533 -0
  27. data/doc/KatelloApi/Resources/FilterRule.html +591 -0
  28. data/doc/KatelloApi/Resources/GpgKey.html +230 -196
  29. data/doc/KatelloApi/Resources/HardwareModel.html +101 -147
  30. data/doc/KatelloApi/Resources/Organization.html +647 -158
  31. data/doc/KatelloApi/Resources/OrganizationDefaultInfo.html +803 -0
  32. data/doc/KatelloApi/Resources/Package.html +57 -81
  33. data/doc/KatelloApi/Resources/Permission.html +109 -197
  34. data/doc/KatelloApi/Resources/Ping.html +37 -179
  35. data/doc/KatelloApi/Resources/Product.html +289 -462
  36. data/doc/KatelloApi/Resources/Provider.html +397 -424
  37. data/doc/KatelloApi/Resources/PuppetModule.html +704 -0
  38. data/doc/KatelloApi/Resources/Repository.html +302 -958
  39. data/doc/KatelloApi/Resources/RepositorySet.html +64 -104
  40. data/doc/KatelloApi/Resources/Role.html +131 -250
  41. data/doc/KatelloApi/Resources/RoleLdapGroup.html +74 -95
  42. data/doc/KatelloApi/Resources/SmartProxy.html +97 -143
  43. data/doc/KatelloApi/Resources/Statu.html +21 -28
  44. data/doc/KatelloApi/Resources/Status.html +360 -0
  45. data/doc/KatelloApi/Resources/Subnet.html +89 -129
  46. data/doc/KatelloApi/Resources/Subscription.html +486 -162
  47. data/doc/KatelloApi/Resources/Sync.html +85 -155
  48. data/doc/KatelloApi/Resources/SyncPlan.html +127 -220
  49. data/doc/KatelloApi/Resources/System.html +913 -925
  50. data/doc/KatelloApi/Resources/SystemErratum.html +557 -0
  51. data/doc/KatelloApi/Resources/SystemGroup.html +634 -408
  52. data/doc/KatelloApi/Resources/SystemGroupErratum.html +47 -66
  53. data/doc/KatelloApi/Resources/SystemGroupPackage.html +77 -108
  54. data/doc/KatelloApi/Resources/SystemPackage.html +734 -108
  55. data/doc/KatelloApi/Resources/SystemsBulkAction.html +1706 -0
  56. data/doc/KatelloApi/Resources/Task.html +38 -53
  57. data/doc/KatelloApi/Resources/Template.html +159 -233
  58. data/doc/KatelloApi/Resources/TemplatesContent.html +214 -312
  59. data/doc/KatelloApi/Resources/Uebercert.html +25 -34
  60. data/doc/KatelloApi/Resources/User.html +204 -433
  61. data/doc/KatelloApi/Resources.html +7 -7
  62. data/doc/KatelloApi.html +21 -26
  63. data/doc/_index.html +87 -9
  64. data/doc/class_list.html +3 -2
  65. data/doc/css/style.css +1 -1
  66. data/doc/file.README.html +60 -54
  67. data/doc/file_list.html +2 -1
  68. data/doc/frames.html +5 -7
  69. data/doc/index.html +60 -54
  70. data/doc/js/app.js +7 -2
  71. data/doc/js/full_list.js +7 -2
  72. data/doc/method_list.html +854 -1225
  73. data/doc/top-level-namespace.html +5 -5
  74. data/katello_api.gemspec +7 -5
  75. data/lib/katello_api/base.rb +9 -8
  76. data/lib/katello_api/documentation.json +1 -1
  77. data/lib/katello_api/resources/about.rb +18 -0
  78. data/lib/katello_api/resources/activation_key.rb +11 -13
  79. data/lib/katello_api/resources/changeset.rb +4 -15
  80. data/lib/katello_api/resources/changesets_content.rb +6 -130
  81. data/lib/katello_api/resources/content_upload.rb +61 -0
  82. data/lib/katello_api/resources/content_view.rb +10 -1
  83. data/lib/katello_api/resources/content_view_definition.rb +65 -3
  84. data/lib/katello_api/resources/custom_info.rb +70 -0
  85. data/lib/katello_api/resources/distributor.rb +33 -18
  86. data/lib/katello_api/resources/environment.rb +20 -41
  87. data/lib/katello_api/resources/erratum.rb +3 -4
  88. data/lib/katello_api/resources/filter.rb +93 -0
  89. data/lib/katello_api/resources/filter_rule.rb +36 -0
  90. data/lib/katello_api/resources/gpg_key.rb +18 -14
  91. data/lib/katello_api/resources/organization.rb +43 -8
  92. data/lib/katello_api/resources/organization_default_info.rb +48 -0
  93. data/lib/katello_api/resources/permission.rb +10 -7
  94. data/lib/katello_api/resources/ping.rb +1 -9
  95. data/lib/katello_api/resources/product.rb +26 -30
  96. data/lib/katello_api/resources/provider.rb +21 -20
  97. data/lib/katello_api/resources/puppet_module.rb +39 -0
  98. data/lib/katello_api/resources/repository.rb +28 -62
  99. data/lib/katello_api/resources/repository_set.rb +1 -2
  100. data/lib/katello_api/resources/role.rb +0 -5
  101. data/lib/katello_api/resources/role_ldap_group.rb +3 -1
  102. data/lib/katello_api/resources/status.rb +18 -0
  103. data/lib/katello_api/resources/subscription.rb +33 -7
  104. data/lib/katello_api/resources/sync.rb +9 -12
  105. data/lib/katello_api/resources/sync_plan.rb +2 -5
  106. data/lib/katello_api/resources/system.rb +95 -73
  107. data/lib/katello_api/resources/system_erratum.rb +30 -0
  108. data/lib/katello_api/resources/system_group.rb +40 -27
  109. data/lib/katello_api/resources/system_group_erratum.rb +1 -1
  110. data/lib/katello_api/resources/system_group_package.rb +6 -6
  111. data/lib/katello_api/resources/system_package.rb +46 -5
  112. data/lib/katello_api/resources/systems_bulk_action.rb +140 -0
  113. data/lib/katello_api/resources/user.rb +14 -18
  114. data/lib/katello_api/version.rb +1 -1
  115. metadata +26 -14
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Module: KatelloApi::Resources
8
8
 
9
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; 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" media="screen" charset="utf-8" />
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" media="screen" charset="utf-8" />
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/ping.rb,<br /> lib/katello_api/resources/task.rb,<br /> lib/katello_api/resources/user.rb,<br /> lib/katello_api/resources/sync.rb,<br /> lib/katello_api/resources/role.rb,<br /> lib/katello_api/resources/statu.rb,<br /> lib/katello_api/resources/domain.rb,<br /> lib/katello_api/resources/subnet.rb,<br /> lib/katello_api/resources/system.rb,<br /> lib/katello_api/resources/product.rb,<br /> lib/katello_api/resources/erratum.rb,<br /> lib/katello_api/resources/package.rb,<br /> lib/katello_api/resources/gpg_key.rb,<br /> lib/katello_api/resources/provider.rb,<br /> lib/katello_api/resources/template.rb,<br /> lib/katello_api/resources/uebercert.rb,<br /> lib/katello_api/resources/sync_plan.rb,<br /> lib/katello_api/resources/changeset.rb,<br /> lib/katello_api/resources/permission.rb,<br /> lib/katello_api/resources/repository.rb,<br /> lib/katello_api/resources/environment.rb,<br /> lib/katello_api/resources/distributor.rb,<br /> lib/katello_api/resources/smart_proxy.rb,<br /> lib/katello_api/resources/subscription.rb,<br /> lib/katello_api/resources/organization.rb,<br /> lib/katello_api/resources/system_group.rb,<br /> lib/katello_api/resources/architecture.rb,<br /> lib/katello_api/resources/distribution.rb,<br /> lib/katello_api/resources/content_view.rb,<br /> lib/katello_api/resources/repository_set.rb,<br /> lib/katello_api/resources/hardware_model.rb,<br /> lib/katello_api/resources/activation_key.rb,<br /> lib/katello_api/resources/system_package.rb,<br /> lib/katello_api/resources/config_template.rb,<br /> lib/katello_api/resources/role_ldap_group.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/system_group_erratum.rb,<br /> lib/katello_api/resources/system_group_package.rb,<br /> lib/katello_api/resources/content_view_definition.rb</span>
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 Mon Mar 18 14:17:40 2013 by
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.5.2 (ruby-1.8.7).
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
- &mdash; Documentation by YARD 0.8.5.2
9
+ &mdash; 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" media="screen" charset="utf-8" />
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" media="screen" charset="utf-8" />
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/resources/ping.rb,<br /> lib/katello_api/resources/task.rb,<br /> lib/katello_api/resources/user.rb,<br /> lib/katello_api/resources/sync.rb,<br /> lib/katello_api/resources/role.rb,<br /> lib/katello_api/generator/base.rb,<br /> lib/katello_api/resources/statu.rb,<br /> lib/katello_api/resources/domain.rb,<br /> lib/katello_api/resources/subnet.rb,<br /> lib/katello_api/resources/system.rb,<br /> lib/katello_api/resources/product.rb,<br /> lib/katello_api/resources/erratum.rb,<br /> lib/katello_api/resources/package.rb,<br /> lib/katello_api/resources/gpg_key.rb,<br /> lib/katello_api/resources/provider.rb,<br /> lib/katello_api/resources/template.rb,<br /> lib/katello_api/resources/uebercert.rb,<br /> lib/katello_api/resources/sync_plan.rb,<br /> lib/katello_api/resources/changeset.rb,<br /> lib/katello_api/resources/permission.rb,<br /> lib/katello_api/resources/repository.rb,<br /> lib/katello_api/resources/environment.rb,<br /> lib/katello_api/resources/distributor.rb,<br /> lib/katello_api/resources/smart_proxy.rb,<br /> lib/katello_api/resources/subscription.rb,<br /> lib/katello_api/resources/organization.rb,<br /> lib/katello_api/resources/system_group.rb,<br /> lib/katello_api/resources/architecture.rb,<br /> lib/katello_api/resources/distribution.rb,<br /> lib/katello_api/resources/content_view.rb,<br /> lib/katello_api/resources/repository_set.rb,<br /> lib/katello_api/resources/hardware_model.rb,<br /> lib/katello_api/resources/activation_key.rb,<br /> lib/katello_api/resources/system_package.rb,<br /> lib/katello_api/resources/config_template.rb,<br /> lib/katello_api/resources/role_ldap_group.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/system_group_erratum.rb,<br /> lib/katello_api/resources/system_group_package.rb,<br /> lib/katello_api/resources/content_view_definition.rb</span>
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='string val'>&quot;0.0.1&quot;</span> <span class='rubyid_unless unless_mod kw'>unless</span> <span class='rubyid_defined? defined kw'>defined?</span> <span class='rubyid_KatelloApi constant id'>KatelloApi</span><span class='colon2 op'>::</span><span class='rubyid_VERSION constant id'>VERSION</span>
110
- </pre></dd>
109
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.0.4</span><span class='tstring_end'>&quot;</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='rubyid_def def kw'>def</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_client_config identifier id'>client_config</span>
249
- <span class='rubyid_@client_config ivar id'>@client_config</span> <span class='opasgn op'>||=</span> <span class='rubyid_YAML constant id'>YAML</span><span class='dot token'>.</span><span class='rubyid_load_file identifier id'>load_file</span><span class='lparen token'>(</span><span class='dstring node'>&quot;#{root}/katello_api/config.yml&quot;</span><span class='rparen token'>)</span>
250
- <span class='rubyid_end end kw'>end</span>
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'>&quot;</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'>&quot;</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='rubyid_def def kw'>def</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_doc identifier id'>doc</span>
282
- <span class='rubyid_@doc ivar id'>@doc</span> <span class='opasgn op'>||=</span> <span class='rubyid_File constant id'>File</span><span class='dot token'>.</span><span class='rubyid_open identifier id'>open</span><span class='lparen token'>(</span><span class='rubyid_doc_file identifier id'>doc_file</span><span class='comma token'>,</span> <span class='string val'>'r'</span><span class='rparen token'>)</span> <span class='rubyid_do do kw'>do</span> <span class='bitor op'>|</span><span class='rubyid_f identifier id'>f</span><span class='bitor op'>|</span>
283
- <span class='rubyid_JSON constant id'>JSON</span><span class='dot token'>.</span><span class='rubyid_load identifier id'>load</span><span class='lparen token'>(</span><span class='rubyid_f identifier id'>f</span><span class='dot token'>.</span><span class='rubyid_read identifier id'>read</span><span class='rparen token'>)</span><span class='lbrack token'>[</span><span class='string val'>'docs'</span><span class='rbrack token'>]</span>
284
- <span class='rubyid_end end kw'>end</span>
285
- <span class='rubyid_end end kw'>end</span>
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='rubyid_def def kw'>def</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_doc_file identifier id'>doc_file</span>
315
- <span class='dstring node'>&quot;#{root}/katello_api/documentation.json&quot;</span>
316
- <span class='rubyid_end end kw'>end</span>
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'>&quot;</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'>&quot;</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='rubyid_def def kw'>def</span> <span class='rubyid_self self kw'>self</span><span class='dot token'>.</span><span class='rubyid_root identifier id'>root</span>
346
- <span class='rubyid_@root ivar id'>@root</span> <span class='opasgn op'>||=</span> <span class='rubyid_File constant id'>File</span><span class='dot token'>.</span><span class='rubyid_expand_path identifier id'>expand_path</span><span class='lparen token'>(</span><span class='string val'>'../'</span><span class='comma token'>,</span> <span class='rubyid_File constant id'>File</span><span class='dot token'>.</span><span class='rubyid_dirname identifier id'>dirname</span><span class='lparen token'>(</span><span class='rubyid___FILE__ __file__ kw'>__FILE__</span><span class='rparen token'>)</span><span class='rparen token'>)</span>
347
- <span class='rubyid_end end kw'>end</span>
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 Mon Mar 18 14:17:40 2013 by
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.5.2 (ruby-1.8.7).
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.5.2
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" media="screen" charset="utf-8" />
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" media="screen" charset="utf-8" />
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.5.2</h1>
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 Mon Mar 18 14:17:40 2013 by
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.5.2 (ruby-1.8.7).
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> &lt; Object<small class='search_info'>KatelloApi</small></li><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Generator.html" title="KatelloApi::Generator (module)">Generator</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Generator/Base.html" title="KatelloApi::Generator::Base (class)">Base</a></span> &lt; Group<small class='search_info'>KatelloApi::Generator</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Resources.html" title="KatelloApi::Resources (module)">Resources</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Architecture.html" title="KatelloApi::Resources::Architecture (class)">Architecture</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Changeset.html" title="KatelloApi::Resources::Changeset (class)">Changeset</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html" title="KatelloApi::Resources::ChangesetsContent (class)">ChangesetsContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html" title="KatelloApi::Resources::ComputeResource (class)">ComputeResource</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html" title="KatelloApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html" title="KatelloApi::Resources::ContentViewDefinition (class)">ContentViewDefinition</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Crl.html" title="KatelloApi::Resources::Crl (class)">Crl</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distribution.html" title="KatelloApi::Resources::Distribution (class)">Distribution</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distributor.html" title="KatelloApi::Resources::Distributor (class)">Distributor</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Domain.html" title="KatelloApi::Resources::Domain (class)">Domain</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Environment.html" title="KatelloApi::Resources::Environment (class)">Environment</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Erratum.html" title="KatelloApi::Resources::Erratum (class)">Erratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/GpgKey.html" title="KatelloApi::Resources::GpgKey (class)">GpgKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html" title="KatelloApi::Resources::HardwareModel (class)">HardwareModel</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Organization.html" title="KatelloApi::Resources::Organization (class)">Organization</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Package.html" title="KatelloApi::Resources::Package (class)">Package</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Permission.html" title="KatelloApi::Resources::Permission (class)">Permission</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Ping.html" title="KatelloApi::Resources::Ping (class)">Ping</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Product.html" title="KatelloApi::Resources::Product (class)">Product</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html" title="KatelloApi::Resources::RepositorySet (class)">RepositorySet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Role.html" title="KatelloApi::Resources::Role (class)">Role</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html" title="KatelloApi::Resources::RoleLdapGroup (class)">RoleLdapGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html" title="KatelloApi::Resources::SmartProxy (class)">SmartProxy</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Statu.html" title="KatelloApi::Resources::Statu (class)">Statu</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subscription.html" title="KatelloApi::Resources::Subscription (class)">Subscription</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Sync.html" title="KatelloApi::Resources::Sync (class)">Sync</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html" title="KatelloApi::Resources::SyncPlan (class)">SyncPlan</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/System.html" title="KatelloApi::Resources::System (class)">System</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html" title="KatelloApi::Resources::SystemGroupErratum (class)">SystemGroupErratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html" title="KatelloApi::Resources::SystemGroupPackage (class)">SystemGroupPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html" title="KatelloApi::Resources::SystemPackage (class)">SystemPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Task.html" title="KatelloApi::Resources::Task (class)">Task</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Template.html" title="KatelloApi::Resources::Template (class)">Template</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html" title="KatelloApi::Resources::TemplatesContent (class)">TemplatesContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Uebercert.html" title="KatelloApi::Resources::Uebercert (class)">Uebercert</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/User.html" title="KatelloApi::Resources::User (class)">User</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li></ul></ul>
48
+ <li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
49
+ <li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi.html" title="KatelloApi (module)">KatelloApi</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="KatelloApi/Base.html" title="KatelloApi::Base (class)">Base</a></span> &lt; Object<small class='search_info'>KatelloApi</small></li><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Generator.html" title="KatelloApi::Generator (module)">Generator</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Generator/Base.html" title="KatelloApi::Generator::Base (class)">Base</a></span> &lt; Group<small class='search_info'>KatelloApi::Generator</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="KatelloApi/Resources.html" title="KatelloApi::Resources (module)">Resources</a></span><small class='search_info'>KatelloApi</small></li><ul><li><span class='object_link'><a href="KatelloApi/Resources/About.html" title="KatelloApi::Resources::About (class)">About</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html" title="KatelloApi::Resources::ActivationKey (class)">ActivationKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Architecture.html" title="KatelloApi::Resources::Architecture (class)">Architecture</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Changeset.html" title="KatelloApi::Resources::Changeset (class)">Changeset</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html" title="KatelloApi::Resources::ChangesetsContent (class)">ChangesetsContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html" title="KatelloApi::Resources::ComputeResource (class)">ComputeResource</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html" title="KatelloApi::Resources::ConfigTemplate (class)">ConfigTemplate</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html" title="KatelloApi::Resources::ContentUpload (class)">ContentUpload</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentView.html" title="KatelloApi::Resources::ContentView (class)">ContentView</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html" title="KatelloApi::Resources::ContentViewDefinition (class)">ContentViewDefinition</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Crl.html" title="KatelloApi::Resources::Crl (class)">Crl</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html" title="KatelloApi::Resources::CustomInfo (class)">CustomInfo</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distribution.html" title="KatelloApi::Resources::Distribution (class)">Distribution</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Distributor.html" title="KatelloApi::Resources::Distributor (class)">Distributor</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Domain.html" title="KatelloApi::Resources::Domain (class)">Domain</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Environment.html" title="KatelloApi::Resources::Environment (class)">Environment</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Erratum.html" title="KatelloApi::Resources::Erratum (class)">Erratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Filter.html" title="KatelloApi::Resources::Filter (class)">Filter</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/FilterRule.html" title="KatelloApi::Resources::FilterRule (class)">FilterRule</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/GpgKey.html" title="KatelloApi::Resources::GpgKey (class)">GpgKey</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html" title="KatelloApi::Resources::HardwareModel (class)">HardwareModel</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Organization.html" title="KatelloApi::Resources::Organization (class)">Organization</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html" title="KatelloApi::Resources::OrganizationDefaultInfo (class)">OrganizationDefaultInfo</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Package.html" title="KatelloApi::Resources::Package (class)">Package</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Permission.html" title="KatelloApi::Resources::Permission (class)">Permission</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Ping.html" title="KatelloApi::Resources::Ping (class)">Ping</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Product.html" title="KatelloApi::Resources::Product (class)">Product</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Provider.html" title="KatelloApi::Resources::Provider (class)">Provider</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html" title="KatelloApi::Resources::PuppetModule (class)">PuppetModule</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Repository.html" title="KatelloApi::Resources::Repository (class)">Repository</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html" title="KatelloApi::Resources::RepositorySet (class)">RepositorySet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Role.html" title="KatelloApi::Resources::Role (class)">Role</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html" title="KatelloApi::Resources::RoleLdapGroup (class)">RoleLdapGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html" title="KatelloApi::Resources::SmartProxy (class)">SmartProxy</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Statu.html" title="KatelloApi::Resources::Statu (class)">Statu</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Status.html" title="KatelloApi::Resources::Status (class)">Status</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subnet.html" title="KatelloApi::Resources::Subnet (class)">Subnet</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Subscription.html" title="KatelloApi::Resources::Subscription (class)">Subscription</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Sync.html" title="KatelloApi::Resources::Sync (class)">Sync</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html" title="KatelloApi::Resources::SyncPlan (class)">SyncPlan</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/System.html" title="KatelloApi::Resources::System (class)">System</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html" title="KatelloApi::Resources::SystemErratum (class)">SystemErratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html" title="KatelloApi::Resources::SystemGroup (class)">SystemGroup</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html" title="KatelloApi::Resources::SystemGroupErratum (class)">SystemGroupErratum</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html" title="KatelloApi::Resources::SystemGroupPackage (class)">SystemGroupPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html" title="KatelloApi::Resources::SystemPackage (class)">SystemPackage</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html" title="KatelloApi::Resources::SystemsBulkAction (class)">SystemsBulkAction</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Task.html" title="KatelloApi::Resources::Task (class)">Task</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Template.html" title="KatelloApi::Resources::Template (class)">Template</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html" title="KatelloApi::Resources::TemplatesContent (class)">TemplatesContent</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/Uebercert.html" title="KatelloApi::Resources::Uebercert (class)">Uebercert</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li><li><span class='object_link'><a href="KatelloApi/Resources/User.html" title="KatelloApi::Resources::User (class)">User</a></span> &lt; Base<small class='search_info'>KatelloApi::Resources</small></li></ul></ul>
49
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; }