katello_api 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. data/.gitignore +2 -0
  2. data/Gemfile +2 -0
  3. data/README.rdoc +0 -4
  4. data/doc/KatelloApi/Base.html +831 -0
  5. data/doc/KatelloApi/Generator/Base.html +671 -0
  6. data/doc/KatelloApi/Generator.html +115 -0
  7. data/doc/KatelloApi/Resources/ActivationKey.html +1757 -0
  8. data/doc/KatelloApi/Resources/Architecture.html +1007 -0
  9. data/doc/KatelloApi/Resources/Changeset.html +1413 -0
  10. data/doc/KatelloApi/Resources/ChangesetsContent.html +2674 -0
  11. data/doc/KatelloApi/Resources/ComputeResource.html +1067 -0
  12. data/doc/KatelloApi/Resources/ConfigTemplate.html +1361 -0
  13. data/doc/KatelloApi/Resources/ContentView.html +938 -0
  14. data/doc/KatelloApi/Resources/ContentViewDefinition.html +1629 -0
  15. data/doc/KatelloApi/Resources/Crl.html +367 -0
  16. data/doc/KatelloApi/Resources/Distribution.html +560 -0
  17. data/doc/KatelloApi/Resources/Distributor.html +1892 -0
  18. data/doc/KatelloApi/Resources/Domain.html +1066 -0
  19. data/doc/KatelloApi/Resources/Environment.html +1645 -0
  20. data/doc/KatelloApi/Resources/Erratum.html +632 -0
  21. data/doc/KatelloApi/Resources/GpgKey.html +1220 -0
  22. data/doc/KatelloApi/Resources/HardwareModel.html +1025 -0
  23. data/doc/KatelloApi/Resources/Organization.html +1062 -0
  24. data/doc/KatelloApi/Resources/Package.html +728 -0
  25. data/doc/KatelloApi/Resources/Permission.html +1021 -0
  26. data/doc/KatelloApi/Resources/Ping.html +625 -0
  27. data/doc/KatelloApi/Resources/Product.html +1845 -0
  28. data/doc/KatelloApi/Resources/Provider.html +2237 -0
  29. data/doc/KatelloApi/Resources/Repository.html +1976 -0
  30. data/doc/KatelloApi/Resources/RepositorySet.html +770 -0
  31. data/doc/KatelloApi/Resources/Role.html +1257 -0
  32. data/doc/KatelloApi/Resources/RoleLdapGroup.html +728 -0
  33. data/doc/KatelloApi/Resources/SmartProxy.html +1054 -0
  34. data/doc/KatelloApi/Resources/Statu.html +367 -0
  35. data/doc/KatelloApi/Resources/Subnet.html +1007 -0
  36. data/doc/KatelloApi/Resources/Subscription.html +1064 -0
  37. data/doc/KatelloApi/Resources/Sync.html +826 -0
  38. data/doc/KatelloApi/Resources/SyncPlan.html +1148 -0
  39. data/doc/KatelloApi/Resources/System.html +3576 -0
  40. data/doc/KatelloApi/Resources/SystemGroup.html +2006 -0
  41. data/doc/KatelloApi/Resources/SystemGroupErratum.html +602 -0
  42. data/doc/KatelloApi/Resources/SystemGroupPackage.html +826 -0
  43. data/doc/KatelloApi/Resources/SystemPackage.html +770 -0
  44. data/doc/KatelloApi/Resources/Task.html +546 -0
  45. data/doc/KatelloApi/Resources/Template.html +1573 -0
  46. data/doc/KatelloApi/Resources/TemplatesContent.html +2268 -0
  47. data/doc/KatelloApi/Resources/Uebercert.html +406 -0
  48. data/doc/KatelloApi/Resources/User.html +1846 -0
  49. data/doc/KatelloApi/Resources.html +117 -0
  50. data/doc/KatelloApi.html +365 -0
  51. data/doc/_index.html +539 -0
  52. data/doc/class_list.html +53 -0
  53. data/doc/css/common.css +1 -0
  54. data/doc/css/full_list.css +57 -0
  55. data/doc/css/style.css +338 -0
  56. data/doc/file.README.html +127 -0
  57. data/doc/file_list.html +55 -0
  58. data/doc/frames.html +28 -0
  59. data/doc/index.html +127 -0
  60. data/doc/js/app.js +214 -0
  61. data/doc/js/full_list.js +173 -0
  62. data/doc/js/jquery.js +4 -0
  63. data/doc/method_list.html +2548 -0
  64. data/doc/top-level-namespace.html +112 -0
  65. data/lib/katello_api/base.rb +61 -6
  66. data/lib/katello_api/documentation.json +1 -0
  67. data/lib/katello_api/resources/activation_key.rb +51 -48
  68. data/lib/katello_api/resources/architecture.rb +19 -24
  69. data/lib/katello_api/resources/changeset.rb +39 -37
  70. data/lib/katello_api/resources/changesets_content.rb +64 -57
  71. data/lib/katello_api/resources/compute_resource.rb +37 -42
  72. data/lib/katello_api/resources/config_template.rb +40 -44
  73. data/lib/katello_api/resources/content_view.rb +14 -17
  74. data/lib/katello_api/resources/content_view_definition.rb +34 -42
  75. data/lib/katello_api/resources/crl.rb +3 -4
  76. data/lib/katello_api/resources/distribution.rb +8 -8
  77. data/lib/katello_api/resources/distributor.rb +35 -37
  78. data/lib/katello_api/resources/domain.rb +28 -32
  79. data/lib/katello_api/resources/environment.rb +38 -44
  80. data/lib/katello_api/resources/erratum.rb +9 -8
  81. data/lib/katello_api/resources/gpg_key.rb +28 -33
  82. data/lib/katello_api/resources/hardware_model.rb +25 -30
  83. data/lib/katello_api/resources/organization.rb +24 -26
  84. data/lib/katello_api/resources/package.rb +9 -12
  85. data/lib/katello_api/resources/permission.rb +21 -19
  86. data/lib/katello_api/resources/ping.rb +9 -12
  87. data/lib/katello_api/resources/product.rb +34 -43
  88. data/lib/katello_api/resources/provider.rb +55 -66
  89. data/lib/katello_api/resources/repository.rb +44 -55
  90. data/lib/katello_api/resources/repository_set.rb +9 -12
  91. data/lib/katello_api/resources/role.rb +35 -33
  92. data/lib/katello_api/resources/role_ldap_group.rb +10 -12
  93. data/lib/katello_api/resources/smart_proxy.rb +24 -28
  94. data/lib/katello_api/resources/statu.rb +3 -4
  95. data/lib/katello_api/resources/subnet.rb +19 -24
  96. data/lib/katello_api/resources/subscription.rb +16 -21
  97. data/lib/katello_api/resources/sync.rb +9 -12
  98. data/lib/katello_api/resources/sync_plan.rb +28 -33
  99. data/lib/katello_api/resources/system.rb +81 -90
  100. data/lib/katello_api/resources/system_group.rb +47 -57
  101. data/lib/katello_api/resources/system_group_erratum.rb +6 -8
  102. data/lib/katello_api/resources/system_group_package.rb +15 -18
  103. data/lib/katello_api/resources/system_package.rb +12 -15
  104. data/lib/katello_api/resources/task.rb +6 -8
  105. data/lib/katello_api/resources/template.rb +39 -47
  106. data/lib/katello_api/resources/templates_content.rb +40 -52
  107. data/lib/katello_api/resources/uebercert.rb +4 -4
  108. data/lib/katello_api/resources/user.rb +47 -50
  109. data/lib/katello_api/version.rb +1 -1
  110. data/lib/katello_api.rb +0 -13
  111. metadata +68 -4
@@ -0,0 +1,117 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Module: KatelloApi::Resources
8
+
9
+ &mdash; Documentation by YARD 0.8.5.2
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '../';
20
+ framesUrl = "../frames.html#!" + escape(window.location.href);
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="../_index.html">Index (R)</a> &raquo;
35
+ <span class='title'><span class='object_link'><a href="../KatelloApi.html" title="KatelloApi (module)">KatelloApi</a></span></span>
36
+ &raquo;
37
+ <span class="title">Resources</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="../class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="../method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="../file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Module: KatelloApi::Resources
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ <dt class="r1 last">Defined in:</dt>
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>
84
+ </dd>
85
+
86
+ </dl>
87
+ <div class="clear"></div>
88
+
89
+ <h2>Defined Under Namespace</h2>
90
+ <p class="children">
91
+
92
+
93
+
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>
96
+
97
+
98
+ </p>
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+ </div>
109
+
110
+ <div id="footer">
111
+ Generated on Mon Mar 18 14:17:40 2013 by
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).
114
+ </div>
115
+
116
+ </body>
117
+ </html>
@@ -0,0 +1,365 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Module: KatelloApi
8
+
9
+ &mdash; Documentation by YARD 0.8.5.2
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
14
+
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
16
+
17
+ <script type="text/javascript" charset="utf-8">
18
+ hasFrames = window.top.frames.main ? true : false;
19
+ relpath = '';
20
+ framesUrl = "frames.html#!" + escape(window.location.href);
21
+ </script>
22
+
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
25
+
26
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
27
+
28
+
29
+ </head>
30
+ <body>
31
+ <div id="header">
32
+ <div id="menu">
33
+
34
+ <a href="_index.html">Index (K)</a> &raquo;
35
+
36
+
37
+ <span class="title">KatelloApi</span>
38
+
39
+
40
+ <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
+ </div>
42
+
43
+ <div id="search">
44
+
45
+ <a class="full_list_link" id="class_list_link"
46
+ href="class_list.html">
47
+ Class List
48
+ </a>
49
+
50
+ <a class="full_list_link" id="method_list_link"
51
+ href="method_list.html">
52
+ Method List
53
+ </a>
54
+
55
+ <a class="full_list_link" id="file_list_link"
56
+ href="file_list.html">
57
+ File List
58
+ </a>
59
+
60
+ </div>
61
+ <div class="clear"></div>
62
+ </div>
63
+
64
+ <iframe id="search_frame"></iframe>
65
+
66
+ <div id="content"><h1>Module: KatelloApi
67
+
68
+
69
+
70
+ </h1>
71
+
72
+ <dl class="box">
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+ <dt class="r1 last">Defined in:</dt>
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>
84
+ </dd>
85
+
86
+ </dl>
87
+ <div class="clear"></div>
88
+
89
+ <h2>Defined Under Namespace</h2>
90
+ <p class="children">
91
+
92
+
93
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="KatelloApi/Generator.html" title="KatelloApi::Generator (module)">Generator</a></span>, <span class='object_link'><a href="KatelloApi/Resources.html" title="KatelloApi::Resources (module)">Resources</a></span>
94
+
95
+
96
+
97
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="KatelloApi/Base.html" title="KatelloApi::Base (class)">Base</a></span>
98
+
99
+
100
+ </p>
101
+
102
+ <h2>Constant Summary</h2>
103
+
104
+ <dl class="constants">
105
+
106
+ <dt id="VERSION-constant" class="">VERSION =
107
+
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>
111
+
112
+ </dl>
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+ <h2>
123
+ Class Method Summary
124
+ <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
125
+ </h2>
126
+
127
+ <ul class="summary">
128
+
129
+ <li class="public ">
130
+ <span class="summary_signature">
131
+
132
+ <a href="#client_config-class_method" title="client_config (class method)">+ (Object) <strong>client_config</strong> </a>
133
+
134
+
135
+
136
+ </span>
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+ <span class="summary_desc"><div class='inline'></div></span>
147
+
148
+ </li>
149
+
150
+
151
+ <li class="public ">
152
+ <span class="summary_signature">
153
+
154
+ <a href="#doc-class_method" title="doc (class method)">+ (Object) <strong>doc</strong> </a>
155
+
156
+
157
+
158
+ </span>
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+ <span class="summary_desc"><div class='inline'></div></span>
169
+
170
+ </li>
171
+
172
+
173
+ <li class="public ">
174
+ <span class="summary_signature">
175
+
176
+ <a href="#doc_file-class_method" title="doc_file (class method)">+ (Object) <strong>doc_file</strong> </a>
177
+
178
+
179
+
180
+ </span>
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+ <span class="summary_desc"><div class='inline'></div></span>
191
+
192
+ </li>
193
+
194
+
195
+ <li class="public ">
196
+ <span class="summary_signature">
197
+
198
+ <a href="#root-class_method" title="root (class method)">+ (Object) <strong>root</strong> </a>
199
+
200
+
201
+
202
+ </span>
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <span class="summary_desc"><div class='inline'></div></span>
213
+
214
+ </li>
215
+
216
+
217
+ </ul>
218
+
219
+
220
+
221
+
222
+ <div id="class_method_details" class="method_details_list">
223
+ <h2>Class Method Details</h2>
224
+
225
+
226
+ <div class="method_details first">
227
+ <h3 class="signature first" id="client_config-class_method">
228
+
229
+ + (<tt>Object</tt>) <strong>client_config</strong>
230
+
231
+
232
+
233
+
234
+
235
+ </h3><table class="source_code">
236
+ <tr>
237
+ <td>
238
+ <pre class="lines">
239
+
240
+
241
+ 8
242
+ 9
243
+ 10</pre>
244
+ </td>
245
+ <td>
246
+ <pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 8</span>
247
+
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>
252
+ </td>
253
+ </tr>
254
+ </table>
255
+ </div>
256
+
257
+ <div class="method_details ">
258
+ <h3 class="signature " id="doc-class_method">
259
+
260
+ + (<tt>Object</tt>) <strong>doc</strong>
261
+
262
+
263
+
264
+
265
+
266
+ </h3><table class="source_code">
267
+ <tr>
268
+ <td>
269
+ <pre class="lines">
270
+
271
+
272
+ 20
273
+ 21
274
+ 22
275
+ 23
276
+ 24</pre>
277
+ </td>
278
+ <td>
279
+ <pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 20</span>
280
+
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>
287
+ </td>
288
+ </tr>
289
+ </table>
290
+ </div>
291
+
292
+ <div class="method_details ">
293
+ <h3 class="signature " id="doc_file-class_method">
294
+
295
+ + (<tt>Object</tt>) <strong>doc_file</strong>
296
+
297
+
298
+
299
+
300
+
301
+ </h3><table class="source_code">
302
+ <tr>
303
+ <td>
304
+ <pre class="lines">
305
+
306
+
307
+ 16
308
+ 17
309
+ 18</pre>
310
+ </td>
311
+ <td>
312
+ <pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 16</span>
313
+
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>
318
+ </td>
319
+ </tr>
320
+ </table>
321
+ </div>
322
+
323
+ <div class="method_details ">
324
+ <h3 class="signature " id="root-class_method">
325
+
326
+ + (<tt>Object</tt>) <strong>root</strong>
327
+
328
+
329
+
330
+
331
+
332
+ </h3><table class="source_code">
333
+ <tr>
334
+ <td>
335
+ <pre class="lines">
336
+
337
+
338
+ 12
339
+ 13
340
+ 14</pre>
341
+ </td>
342
+ <td>
343
+ <pre class="code"><span class="info file"># File 'lib/katello_api/base.rb', line 12</span>
344
+
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>
349
+ </td>
350
+ </tr>
351
+ </table>
352
+ </div>
353
+
354
+ </div>
355
+
356
+ </div>
357
+
358
+ <div id="footer">
359
+ Generated on Mon Mar 18 14:17:40 2013 by
360
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
361
+ 0.8.5.2 (ruby-1.8.7).
362
+ </div>
363
+
364
+ </body>
365
+ </html>