rhc-rest 0.0.7

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 (71) hide show
  1. data/COPYRIGHT +1 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE +11 -0
  4. data/Rakefile +1 -0
  5. data/bin/sample-usage.rb +124 -0
  6. data/doc/Gemfile.html +119 -0
  7. data/doc/Rakefile.html +117 -0
  8. data/doc/Rhc/Rest/Application.html +571 -0
  9. data/doc/Rhc/Rest/BaseException.html +226 -0
  10. data/doc/Rhc/Rest/Cartridge.html +475 -0
  11. data/doc/Rhc/Rest/Client.html +609 -0
  12. data/doc/Rhc/Rest/ClientErrorException.html +167 -0
  13. data/doc/Rhc/Rest/Domain.html +457 -0
  14. data/doc/Rhc/Rest/Key.html +378 -0
  15. data/doc/Rhc/Rest/RequestDeniedException.html +166 -0
  16. data/doc/Rhc/Rest/ResourceAccessException.html +161 -0
  17. data/doc/Rhc/Rest/ResourceNotFoundException.html +166 -0
  18. data/doc/Rhc/Rest/ServerErrorException.html +161 -0
  19. data/doc/Rhc/Rest/ServiceUnavailableException.html +167 -0
  20. data/doc/Rhc/Rest/UnAuthorizedException.html +167 -0
  21. data/doc/Rhc/Rest/User.html +354 -0
  22. data/doc/Rhc/Rest/ValidationException.html +255 -0
  23. data/doc/Rhc/Rest.html +410 -0
  24. data/doc/Rhc.html +329 -0
  25. data/doc/created.rid +13 -0
  26. data/doc/doc/created.rid +0 -0
  27. data/doc/images/add.png +0 -0
  28. data/doc/images/brick.png +0 -0
  29. data/doc/images/brick_link.png +0 -0
  30. data/doc/images/bug.png +0 -0
  31. data/doc/images/bullet_black.png +0 -0
  32. data/doc/images/bullet_toggle_minus.png +0 -0
  33. data/doc/images/bullet_toggle_plus.png +0 -0
  34. data/doc/images/date.png +0 -0
  35. data/doc/images/delete.png +0 -0
  36. data/doc/images/find.png +0 -0
  37. data/doc/images/loadingAnimation.gif +0 -0
  38. data/doc/images/macFFBgHack.png +0 -0
  39. data/doc/images/package.png +0 -0
  40. data/doc/images/page_green.png +0 -0
  41. data/doc/images/page_white_text.png +0 -0
  42. data/doc/images/page_white_width.png +0 -0
  43. data/doc/images/plugin.png +0 -0
  44. data/doc/images/ruby.png +0 -0
  45. data/doc/images/tag_blue.png +0 -0
  46. data/doc/images/tag_green.png +0 -0
  47. data/doc/images/transparent.png +0 -0
  48. data/doc/images/wrench.png +0 -0
  49. data/doc/images/wrench_orange.png +0 -0
  50. data/doc/images/zoom.png +0 -0
  51. data/doc/index.html +112 -0
  52. data/doc/js/darkfish.js +153 -0
  53. data/doc/js/jquery.js +18 -0
  54. data/doc/js/navigation.js +142 -0
  55. data/doc/js/search.js +94 -0
  56. data/doc/js/search_index.js +1 -0
  57. data/doc/js/searcher.js +228 -0
  58. data/doc/rdoc.css +543 -0
  59. data/doc/table_of_contents.html +198 -0
  60. data/lib/rhc-rest/application.rb +81 -0
  61. data/lib/rhc-rest/cartridge.rb +64 -0
  62. data/lib/rhc-rest/client.rb +122 -0
  63. data/lib/rhc-rest/domain.rb +56 -0
  64. data/lib/rhc-rest/exceptions/exceptions.rb +73 -0
  65. data/lib/rhc-rest/key.rb +34 -0
  66. data/lib/rhc-rest/user.rb +41 -0
  67. data/lib/rhc-rest/version.rb +5 -0
  68. data/lib/rhc-rest.rb +155 -0
  69. data/rhc-rest.gemspec +26 -0
  70. data/rhc-rest.spec +79 -0
  71. metadata +162 -0
@@ -0,0 +1,378 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class Rhc::Rest::Key - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "../../";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="../../js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script>
21
+
22
+
23
+ <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="../../index.html">Home</a>
28
+ <a href="../../table_of_contents.html#classes">Classes</a>
29
+ <a href="../../table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/rhc-rest/key.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link">Object
63
+
64
+ </nav>
65
+
66
+ <!-- Included Modules -->
67
+ <nav id="includes-section" class="section">
68
+ <h3 class="section-header">Included Modules</h3>
69
+
70
+ <ul class="link-list">
71
+
72
+
73
+ <li><a class="include" href="../Rest.html">Rhc::Rest</a>
74
+
75
+
76
+ </ul>
77
+ </nav>
78
+
79
+ <!-- Method Quickref -->
80
+ <nav id="method-list-section" class="section">
81
+ <h3 class="section-header">Methods</h3>
82
+
83
+ <ul class="link-list">
84
+
85
+ <li><a href="#method-c-new">::new</a>
86
+
87
+ <li><a href="#method-i-delete">#delete</a>
88
+
89
+ <li><a href="#method-i-destroy">#destroy</a>
90
+
91
+ <li><a href="#method-i-update">#update</a>
92
+
93
+ </ul>
94
+ </nav>
95
+
96
+ </div>
97
+
98
+ <div id="project-metadata">
99
+ <nav id="fileindex-section" class="section project-section">
100
+ <h3 class="section-header">Pages</h3>
101
+
102
+ <ul>
103
+
104
+ <li class="file"><a href="../../Gemfile.html">Gemfile</a>
105
+
106
+ <li class="file"><a href="../../Rakefile.html">Rakefile</a>
107
+
108
+ </ul>
109
+ </nav>
110
+
111
+ <nav id="classindex-section" class="section project-section">
112
+ <h3 class="section-header">Class and Module Index</h3>
113
+
114
+ <ul class="link-list">
115
+
116
+ <li><a href="../../Rhc.html">Rhc</a>
117
+
118
+ <li><a href="../../Rhc/Rest.html">Rhc::Rest</a>
119
+
120
+ <li><a href="../../Rhc/Rest/Application.html">Rhc::Rest::Application</a>
121
+
122
+ <li><a href="../../Rhc/Rest/BaseException.html">Rhc::Rest::BaseException</a>
123
+
124
+ <li><a href="../../Rhc/Rest/Cartridge.html">Rhc::Rest::Cartridge</a>
125
+
126
+ <li><a href="../../Rhc/Rest/Client.html">Rhc::Rest::Client</a>
127
+
128
+ <li><a href="../../Rhc/Rest/ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
129
+
130
+ <li><a href="../../Rhc/Rest/Domain.html">Rhc::Rest::Domain</a>
131
+
132
+ <li><a href="../../Rhc/Rest/Key.html">Rhc::Rest::Key</a>
133
+
134
+ <li><a href="../../Rhc/Rest/RequestDeniedException.html">Rhc::Rest::RequestDeniedException</a>
135
+
136
+ <li><a href="../../Rhc/Rest/ResourceAccessException.html">Rhc::Rest::ResourceAccessException</a>
137
+
138
+ <li><a href="../../Rhc/Rest/ResourceNotFoundException.html">Rhc::Rest::ResourceNotFoundException</a>
139
+
140
+ <li><a href="../../Rhc/Rest/ServerErrorException.html">Rhc::Rest::ServerErrorException</a>
141
+
142
+ <li><a href="../../Rhc/Rest/ServiceUnavailableException.html">Rhc::Rest::ServiceUnavailableException</a>
143
+
144
+ <li><a href="../../Rhc/Rest/UnAuthorizedException.html">Rhc::Rest::UnAuthorizedException</a>
145
+
146
+ <li><a href="../../Rhc/Rest/User.html">Rhc::Rest::User</a>
147
+
148
+ <li><a href="../../Rhc/Rest/ValidationException.html">Rhc::Rest::ValidationException</a>
149
+
150
+ </ul>
151
+ </nav>
152
+
153
+ </div>
154
+ </nav>
155
+
156
+ <div id="documentation">
157
+ <h1 class="class">class Rhc::Rest::Key</h1>
158
+
159
+ <div id="description" class="description">
160
+
161
+ </div><!-- description -->
162
+
163
+
164
+
165
+
166
+ <section id="5Buntitled-5D" class="documentation-section">
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+ <!-- Attributes -->
175
+ <section id="attribute-method-details" class="method-section section">
176
+ <h3 class="section-header">Attributes</h3>
177
+
178
+
179
+ <div id="attribute-i-content" class="method-detail">
180
+ <div class="method-heading attribute-method-heading">
181
+ <span class="method-name">content</span><span
182
+ class="attribute-access-type">[R]</span>
183
+ </div>
184
+
185
+ <div class="method-description">
186
+
187
+
188
+
189
+ </div>
190
+ </div>
191
+
192
+ <div id="attribute-i-name" class="method-detail">
193
+ <div class="method-heading attribute-method-heading">
194
+ <span class="method-name">name</span><span
195
+ class="attribute-access-type">[R]</span>
196
+ </div>
197
+
198
+ <div class="method-description">
199
+
200
+
201
+
202
+ </div>
203
+ </div>
204
+
205
+ <div id="attribute-i-type" class="method-detail">
206
+ <div class="method-heading attribute-method-heading">
207
+ <span class="method-name">type</span><span
208
+ class="attribute-access-type">[R]</span>
209
+ </div>
210
+
211
+ <div class="method-description">
212
+
213
+
214
+
215
+ </div>
216
+ </div>
217
+
218
+ </section><!-- attribute-method-details -->
219
+
220
+
221
+ <!-- Methods -->
222
+
223
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section section">
224
+ <h3 class="section-header">Public Class Methods</h3>
225
+
226
+
227
+ <div id="method-c-new" class="method-detail ">
228
+
229
+ <div class="method-heading">
230
+ <span class="method-name">new</span><span
231
+ class="method-args">(args)</span>
232
+ <span class="method-click-advice">click to toggle source</span>
233
+ </div>
234
+
235
+
236
+ <div class="method-description">
237
+
238
+
239
+
240
+
241
+
242
+ <div class="method-source-code" id="new-source">
243
+ <pre><span class="ruby-comment"># File lib/rhc-rest/key.rb, line 28</span>
244
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">args</span>)
245
+ <span class="ruby-ivar">@name</span> = <span class="ruby-identifier">args</span>[<span class="ruby-value">:name</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">args</span>[<span class="ruby-string">&quot;name&quot;</span>]
246
+ <span class="ruby-ivar">@type</span> = <span class="ruby-identifier">args</span>[<span class="ruby-value">:type</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">args</span>[<span class="ruby-string">&quot;type&quot;</span>]
247
+ <span class="ruby-ivar">@content</span> = <span class="ruby-identifier">args</span>[<span class="ruby-value">:content</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">args</span>[<span class="ruby-string">&quot;content&quot;</span>]
248
+ <span class="ruby-ivar">@links</span> = <span class="ruby-identifier">args</span>[<span class="ruby-value">:links</span>] <span class="ruby-operator">||</span> <span class="ruby-identifier">args</span>[<span class="ruby-string">&quot;links&quot;</span>]
249
+ <span class="ruby-keyword">end</span></pre>
250
+ </div><!-- new-source -->
251
+
252
+ </div>
253
+
254
+
255
+
256
+
257
+ </div><!-- new-method -->
258
+
259
+
260
+ </section><!-- public-class-method-details -->
261
+
262
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
263
+ <h3 class="section-header">Public Instance Methods</h3>
264
+
265
+
266
+ <div id="method-i-delete" class="method-detail method-alias">
267
+
268
+ <div class="method-heading">
269
+ <span class="method-name">delete</span><span
270
+ class="method-args">()</span>
271
+ <span class="method-click-advice">click to toggle source</span>
272
+ </div>
273
+
274
+
275
+ <div class="method-description">
276
+
277
+
278
+
279
+
280
+
281
+ </div>
282
+
283
+
284
+
285
+
286
+ <div class="aliases">
287
+ Alias for: <a href="Key.html#method-i-destroy">destroy</a>
288
+ </div>
289
+
290
+ </div><!-- delete-method -->
291
+
292
+
293
+ <div id="method-i-destroy" class="method-detail ">
294
+
295
+ <div class="method-heading">
296
+ <span class="method-name">destroy</span><span
297
+ class="method-args">()</span>
298
+ <span class="method-click-advice">click to toggle source</span>
299
+ </div>
300
+
301
+
302
+ <div class="method-description">
303
+
304
+ <p>Delete <a href="Key.html">Key</a></p>
305
+
306
+
307
+
308
+ <div class="method-source-code" id="destroy-source">
309
+ <pre><span class="ruby-comment"># File lib/rhc-rest/key.rb, line 46</span>
310
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">destroy</span>
311
+ <span class="ruby-identifier">logger</span>.<span class="ruby-identifier">debug</span> <span class="ruby-node">&quot;Deleting key #{self.name}&quot;</span>
312
+ <span class="ruby-identifier">url</span> = <span class="ruby-identifier">@@end_point</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@links</span>[<span class="ruby-string">'DELETE'</span>][<span class="ruby-string">'href'</span>]
313
+ <span class="ruby-identifier">method</span> = <span class="ruby-ivar">@links</span>[<span class="ruby-string">'DELETE'</span>][<span class="ruby-string">'method'</span>]
314
+ <span class="ruby-identifier">request</span> = <span class="ruby-constant">RestClient</span><span class="ruby-operator">::</span><span class="ruby-constant">Request</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:url</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">url</span>, <span class="ruby-value">:method</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">method</span>, <span class="ruby-value">:headers</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">@@headers</span>)
315
+ <span class="ruby-keyword">return</span> <span class="ruby-identifier">send</span>(<span class="ruby-identifier">request</span>)
316
+ <span class="ruby-keyword">end</span></pre>
317
+ </div><!-- destroy-source -->
318
+
319
+ </div>
320
+
321
+
322
+ <div class="aliases">
323
+ Also aliased as: <a href="Key.html#method-i-delete">delete</a>
324
+ </div>
325
+
326
+
327
+
328
+ </div><!-- destroy-method -->
329
+
330
+
331
+ <div id="method-i-update" class="method-detail ">
332
+
333
+ <div class="method-heading">
334
+ <span class="method-name">update</span><span
335
+ class="method-args">(type, content)</span>
336
+ <span class="method-click-advice">click to toggle source</span>
337
+ </div>
338
+
339
+
340
+ <div class="method-description">
341
+
342
+ <p>Update <a href="Key.html">Key</a></p>
343
+
344
+
345
+
346
+ <div class="method-source-code" id="update-source">
347
+ <pre><span class="ruby-comment"># File lib/rhc-rest/key.rb, line 36</span>
348
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier">update</span>(<span class="ruby-identifier">type</span>, <span class="ruby-identifier">content</span>)
349
+ <span class="ruby-identifier">logger</span>.<span class="ruby-identifier">debug</span> <span class="ruby-node">&quot;Updating key #{self.name}&quot;</span>
350
+ <span class="ruby-identifier">url</span> = <span class="ruby-identifier">@@end_point</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@links</span>[<span class="ruby-string">'UPDATE'</span>][<span class="ruby-string">'href'</span>]
351
+ <span class="ruby-identifier">method</span> = <span class="ruby-ivar">@links</span>[<span class="ruby-string">'UPDATE'</span>][<span class="ruby-string">'method'</span>]
352
+ <span class="ruby-identifier">payload</span> = {<span class="ruby-value">:type</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">type</span>, <span class="ruby-value">:content</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">content</span>}
353
+ <span class="ruby-identifier">request</span> = <span class="ruby-constant">RestClient</span><span class="ruby-operator">::</span><span class="ruby-constant">Request</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">:url</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">url</span>, <span class="ruby-value">:method</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">method</span>, <span class="ruby-value">:headers</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">@@headers</span>, <span class="ruby-value">:payload</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">payload</span>)
354
+ <span class="ruby-keyword">return</span> <span class="ruby-identifier">send</span>(<span class="ruby-identifier">request</span>)
355
+ <span class="ruby-keyword">end</span></pre>
356
+ </div><!-- update-source -->
357
+
358
+ </div>
359
+
360
+
361
+
362
+
363
+ </div><!-- update-method -->
364
+
365
+
366
+ </section><!-- public-instance-method-details -->
367
+
368
+ </section><!-- 5Buntitled-5D -->
369
+
370
+ </div><!-- documentation -->
371
+
372
+
373
+ <footer id="validator-badges">
374
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
375
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
376
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
377
+ </footer>
378
+
@@ -0,0 +1,166 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
+
7
+ <title>class Rhc::Rest::RequestDeniedException - RDoc Documentation</title>
8
+
9
+ <link type="text/css" media="screen" href="../../rdoc.css" rel="stylesheet">
10
+
11
+ <script type="text/javascript">
12
+ var rdoc_rel_prefix = "../../";
13
+ </script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
16
+ <script type="text/javascript" charset="utf-8" src="../../js/navigation.js"></script>
17
+ <script type="text/javascript" charset="utf-8" src="../../js/search_index.js"></script>
18
+ <script type="text/javascript" charset="utf-8" src="../../js/search.js"></script>
19
+ <script type="text/javascript" charset="utf-8" src="../../js/searcher.js"></script>
20
+ <script type="text/javascript" charset="utf-8" src="../../js/darkfish.js"></script>
21
+
22
+
23
+ <body id="top" class="class">
24
+ <nav id="metadata">
25
+ <nav id="home-section" class="section">
26
+ <h3 class="section-header">
27
+ <a href="../../index.html">Home</a>
28
+ <a href="../../table_of_contents.html#classes">Classes</a>
29
+ <a href="../../table_of_contents.html#methods">Methods</a>
30
+ </h3>
31
+ </nav>
32
+
33
+
34
+ <nav id="search-section" class="section project-section" class="initially-hidden">
35
+ <form action="#" method="get" accept-charset="utf-8">
36
+ <h3 class="section-header">
37
+ <input type="text" name="search" placeholder="Search" id="search-field"
38
+ title="Type to search, Up and Down to navigate, Enter to load">
39
+ </h3>
40
+ </form>
41
+
42
+ <ul id="search-results" class="initially-hidden"></ul>
43
+ </nav>
44
+
45
+
46
+ <div id="file-metadata">
47
+ <nav id="file-list-section" class="section">
48
+ <h3 class="section-header">Defined In</h3>
49
+ <ul>
50
+ <li>lib/rhc-rest/exceptions/exceptions.rb
51
+ </ul>
52
+ </nav>
53
+
54
+
55
+ </div>
56
+
57
+ <div id="class-metadata">
58
+
59
+ <nav id="parent-class-section" class="section">
60
+ <h3 class="section-header">Parent</h3>
61
+
62
+ <p class="link"><a href="ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
63
+
64
+ </nav>
65
+
66
+
67
+
68
+ </div>
69
+
70
+ <div id="project-metadata">
71
+ <nav id="fileindex-section" class="section project-section">
72
+ <h3 class="section-header">Pages</h3>
73
+
74
+ <ul>
75
+
76
+ <li class="file"><a href="../../Gemfile.html">Gemfile</a>
77
+
78
+ <li class="file"><a href="../../Rakefile.html">Rakefile</a>
79
+
80
+ </ul>
81
+ </nav>
82
+
83
+ <nav id="classindex-section" class="section project-section">
84
+ <h3 class="section-header">Class and Module Index</h3>
85
+
86
+ <ul class="link-list">
87
+
88
+ <li><a href="../../Rhc.html">Rhc</a>
89
+
90
+ <li><a href="../../Rhc/Rest.html">Rhc::Rest</a>
91
+
92
+ <li><a href="../../Rhc/Rest/Application.html">Rhc::Rest::Application</a>
93
+
94
+ <li><a href="../../Rhc/Rest/BaseException.html">Rhc::Rest::BaseException</a>
95
+
96
+ <li><a href="../../Rhc/Rest/Cartridge.html">Rhc::Rest::Cartridge</a>
97
+
98
+ <li><a href="../../Rhc/Rest/Client.html">Rhc::Rest::Client</a>
99
+
100
+ <li><a href="../../Rhc/Rest/ClientErrorException.html">Rhc::Rest::ClientErrorException</a>
101
+
102
+ <li><a href="../../Rhc/Rest/Domain.html">Rhc::Rest::Domain</a>
103
+
104
+ <li><a href="../../Rhc/Rest/Key.html">Rhc::Rest::Key</a>
105
+
106
+ <li><a href="../../Rhc/Rest/RequestDeniedException.html">Rhc::Rest::RequestDeniedException</a>
107
+
108
+ <li><a href="../../Rhc/Rest/ResourceAccessException.html">Rhc::Rest::ResourceAccessException</a>
109
+
110
+ <li><a href="../../Rhc/Rest/ResourceNotFoundException.html">Rhc::Rest::ResourceNotFoundException</a>
111
+
112
+ <li><a href="../../Rhc/Rest/ServerErrorException.html">Rhc::Rest::ServerErrorException</a>
113
+
114
+ <li><a href="../../Rhc/Rest/ServiceUnavailableException.html">Rhc::Rest::ServiceUnavailableException</a>
115
+
116
+ <li><a href="../../Rhc/Rest/UnAuthorizedException.html">Rhc::Rest::UnAuthorizedException</a>
117
+
118
+ <li><a href="../../Rhc/Rest/User.html">Rhc::Rest::User</a>
119
+
120
+ <li><a href="../../Rhc/Rest/ValidationException.html">Rhc::Rest::ValidationException</a>
121
+
122
+ </ul>
123
+ </nav>
124
+
125
+ </div>
126
+ </nav>
127
+
128
+ <div id="documentation">
129
+ <h1 class="class">class Rhc::Rest::RequestDeniedException</h1>
130
+
131
+ <div id="description" class="description">
132
+
133
+ <p>Exceptions thrown in case of an HTTP 403 is received.</p>
134
+
135
+ <p>403 Forbidden</p>
136
+
137
+ <p>The server understood the request, but is refusing to fulfill it.
138
+ Authorization will not help and the request SHOULD NOT be repeated.</p>
139
+
140
+ </div><!-- description -->
141
+
142
+
143
+
144
+
145
+ <section id="5Buntitled-5D" class="documentation-section">
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+ <!-- Methods -->
155
+
156
+ </section><!-- 5Buntitled-5D -->
157
+
158
+ </div><!-- documentation -->
159
+
160
+
161
+ <footer id="validator-badges">
162
+ <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
163
+ <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
164
+ <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
165
+ </footer>
166
+