openstack-swift 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/doc/classes/Openstack.html +119 -0
- data/doc/classes/Openstack/Swift.html +137 -0
- data/doc/classes/Openstack/Swift/UnauthorizedError.html +111 -0
- data/doc/classes/Openstack/Swift/WebApi.html +185 -0
- data/doc/classes/Openstack/Swift/WebApi.src/M000001.html +21 -0
- data/doc/classes/Openstack/Swift/WebApi.src/M000002.html +24 -0
- data/doc/classes/Openstack/Swift/WebApi.src/M000003.html +20 -0
- data/doc/classes/Openstack/Swift/WebApi.src/M000004.html +20 -0
- data/doc/created.rid +1 -11
- data/doc/files/lib/openstack-swift/errors_rb.html +101 -0
- data/doc/files/lib/openstack-swift/version_rb.html +101 -0
- data/doc/files/lib/openstack-swift/web_api_rb.html +101 -0
- data/doc/files/lib/openstack-swift_rb.html +112 -0
- data/doc/files/spec/openstack-swift/web_api_spec_rb.html +131 -0
- data/doc/files/spec/spec_helper_rb.html +110 -0
- data/doc/fr_class_index.html +30 -0
- data/doc/fr_file_index.html +32 -0
- data/doc/fr_method_index.html +30 -0
- data/doc/index.html +20 -84
- data/doc/rdoc-style.css +208 -0
- data/lib/openstack-swift/client.rb +2 -2
- data/lib/openstack-swift/version.rb +1 -1
- data/openstack-swift-0.0.1.gem +0 -0
- metadata +81 -96
- data/doc/Gemfile.html +0 -100
- data/doc/Object.html +0 -177
- data/doc/Openstack.html +0 -162
- data/doc/Openstack/Swift.html +0 -182
- data/doc/Openstack/Swift/AuthenticationError.html +0 -151
- data/doc/Openstack/Swift/Client.html +0 -316
- data/doc/Openstack/Swift/UnauthorizedError.html +0 -147
- data/doc/Openstack/Swift/WebApi.html +0 -417
- data/doc/Rakefile.html +0 -98
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/js/darkfish.js +0 -116
- data/doc/js/jquery.js +0 -32
- data/doc/js/quicksearch.js +0 -114
- data/doc/js/thickbox-compressed.js +0 -10
- data/doc/lib/openstack-swift/client_rb.html +0 -52
- data/doc/lib/openstack-swift/errors_rb.html +0 -52
- data/doc/lib/openstack-swift/version_rb.html +0 -52
- data/doc/lib/openstack-swift/web_api_rb.html +0 -52
- data/doc/lib/openstack-swift_rb.html +0 -66
- data/doc/rdoc.css +0 -763
- data/doc/spec/openstack-swift/client_spec_rb.html +0 -54
- data/doc/spec/openstack-swift/web_api_spec_rb.html +0 -54
- data/doc/spec/spec_helper_rb.html +0 -58
data/doc/Openstack.html
DELETED
@@ -1,162 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
7
|
-
|
8
|
-
<title>Module: Openstack</title>
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="./rdoc.css" type="text/css" media="screen" />
|
11
|
-
|
12
|
-
<script src="./js/jquery.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="./js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="./js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
<script src="./js/darkfish.js" type="text/javascript" charset="utf-8"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body id="top" class="module">
|
19
|
-
|
20
|
-
<div id="metadata">
|
21
|
-
<div id="home-metadata">
|
22
|
-
<div id="home-section" class="section">
|
23
|
-
<h3 class="section-header">
|
24
|
-
<a href="./index.html">Home</a>
|
25
|
-
<a href="./index.html#classes">Classes</a>
|
26
|
-
<a href="./index.html#methods">Methods</a>
|
27
|
-
</h3>
|
28
|
-
</div>
|
29
|
-
</div>
|
30
|
-
|
31
|
-
<div id="file-metadata">
|
32
|
-
<div id="file-list-section" class="section">
|
33
|
-
<h3 class="section-header">In Files</h3>
|
34
|
-
<div class="section-body">
|
35
|
-
<ul>
|
36
|
-
|
37
|
-
<li><a href="./lib/openstack-swift_rb.html?TB_iframe=true&height=550&width=785"
|
38
|
-
class="thickbox" title="lib/openstack-swift.rb">lib/openstack-swift.rb</a></li>
|
39
|
-
|
40
|
-
<li><a href="./lib/openstack-swift/version_rb.html?TB_iframe=true&height=550&width=785"
|
41
|
-
class="thickbox" title="lib/openstack-swift/version.rb">lib/openstack-swift/version.rb</a></li>
|
42
|
-
|
43
|
-
<li><a href="./lib/openstack-swift/web_api_rb.html?TB_iframe=true&height=550&width=785"
|
44
|
-
class="thickbox" title="lib/openstack-swift/web_api.rb">lib/openstack-swift/web_api.rb</a></li>
|
45
|
-
|
46
|
-
<li><a href="./lib/openstack-swift/client_rb.html?TB_iframe=true&height=550&width=785"
|
47
|
-
class="thickbox" title="lib/openstack-swift/client.rb">lib/openstack-swift/client.rb</a></li>
|
48
|
-
|
49
|
-
</ul>
|
50
|
-
</div>
|
51
|
-
</div>
|
52
|
-
|
53
|
-
|
54
|
-
</div>
|
55
|
-
|
56
|
-
<div id="class-metadata">
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
<!-- Namespace Contents -->
|
63
|
-
<div id="namespace-list-section" class="section">
|
64
|
-
<h3 class="section-header">Namespace</h3>
|
65
|
-
<ul class="link-list">
|
66
|
-
|
67
|
-
<li><span class="type">MODULE</span> <a href="Openstack/Swift.html">Openstack::Swift</a></li>
|
68
|
-
|
69
|
-
</ul>
|
70
|
-
</div>
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
</div>
|
77
|
-
|
78
|
-
<div id="project-metadata">
|
79
|
-
|
80
|
-
|
81
|
-
<div id="fileindex-section" class="section project-section">
|
82
|
-
<h3 class="section-header">Files</h3>
|
83
|
-
<ul>
|
84
|
-
|
85
|
-
<li class="file"><a href="./Gemfile.html">Gemfile</a></li>
|
86
|
-
|
87
|
-
<li class="file"><a href="./Rakefile.html">Rakefile</a></li>
|
88
|
-
|
89
|
-
</ul>
|
90
|
-
</div>
|
91
|
-
|
92
|
-
|
93
|
-
<div id="classindex-section" class="section project-section">
|
94
|
-
<h3 class="section-header">Class/Module Index
|
95
|
-
<span class="search-toggle"><img src="./images/find.png"
|
96
|
-
height="16" width="16" alt="[+]"
|
97
|
-
title="show/hide quicksearch" /></span></h3>
|
98
|
-
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
99
|
-
<fieldset>
|
100
|
-
<legend>Quicksearch</legend>
|
101
|
-
<input type="text" name="quicksearch" value=""
|
102
|
-
class="quicksearch-field" />
|
103
|
-
</fieldset>
|
104
|
-
</form>
|
105
|
-
|
106
|
-
<ul class="link-list">
|
107
|
-
|
108
|
-
<li><a href="./Openstack.html">Openstack</a></li>
|
109
|
-
|
110
|
-
<li><a href="./Openstack/Swift.html">Openstack::Swift</a></li>
|
111
|
-
|
112
|
-
<li><a href="./Openstack/Swift/AuthenticationError.html">Openstack::Swift::AuthenticationError</a></li>
|
113
|
-
|
114
|
-
<li><a href="./Openstack/Swift/Client.html">Openstack::Swift::Client</a></li>
|
115
|
-
|
116
|
-
<li><a href="./Openstack/Swift/WebApi.html">Openstack::Swift::WebApi</a></li>
|
117
|
-
|
118
|
-
<li><a href="./Object.html">Object</a></li>
|
119
|
-
|
120
|
-
</ul>
|
121
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
122
|
-
</div>
|
123
|
-
|
124
|
-
|
125
|
-
</div>
|
126
|
-
</div>
|
127
|
-
|
128
|
-
<div id="documentation">
|
129
|
-
<h1 class="module">Openstack</h1>
|
130
|
-
|
131
|
-
<div id="description" class="description">
|
132
|
-
|
133
|
-
</div><!-- description -->
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
<div id="5Buntitled-5D" class="documentation-section">
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
<!-- Methods -->
|
148
|
-
|
149
|
-
</div><!-- 5Buntitled-5D -->
|
150
|
-
|
151
|
-
|
152
|
-
</div><!-- documentation -->
|
153
|
-
|
154
|
-
<div id="validator-badges">
|
155
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
156
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
157
|
-
Rdoc Generator</a> 2</small>.</p>
|
158
|
-
</div>
|
159
|
-
|
160
|
-
</body>
|
161
|
-
</html>
|
162
|
-
|
data/doc/Openstack/Swift.html
DELETED
@@ -1,182 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
7
|
-
|
8
|
-
<title>Module: Openstack::Swift</title>
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../rdoc.css" type="text/css" media="screen" />
|
11
|
-
|
12
|
-
<script src="../js/jquery.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
<script src="../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body id="top" class="module">
|
19
|
-
|
20
|
-
<div id="metadata">
|
21
|
-
<div id="home-metadata">
|
22
|
-
<div id="home-section" class="section">
|
23
|
-
<h3 class="section-header">
|
24
|
-
<a href="../index.html">Home</a>
|
25
|
-
<a href="../index.html#classes">Classes</a>
|
26
|
-
<a href="../index.html#methods">Methods</a>
|
27
|
-
</h3>
|
28
|
-
</div>
|
29
|
-
</div>
|
30
|
-
|
31
|
-
<div id="file-metadata">
|
32
|
-
<div id="file-list-section" class="section">
|
33
|
-
<h3 class="section-header">In Files</h3>
|
34
|
-
<div class="section-body">
|
35
|
-
<ul>
|
36
|
-
|
37
|
-
<li><a href="../lib/openstack-swift_rb.html?TB_iframe=true&height=550&width=785"
|
38
|
-
class="thickbox" title="lib/openstack-swift.rb">lib/openstack-swift.rb</a></li>
|
39
|
-
|
40
|
-
<li><a href="../lib/openstack-swift/version_rb.html?TB_iframe=true&height=550&width=785"
|
41
|
-
class="thickbox" title="lib/openstack-swift/version.rb">lib/openstack-swift/version.rb</a></li>
|
42
|
-
|
43
|
-
<li><a href="../lib/openstack-swift/errors_rb.html?TB_iframe=true&height=550&width=785"
|
44
|
-
class="thickbox" title="lib/openstack-swift/errors.rb">lib/openstack-swift/errors.rb</a></li>
|
45
|
-
|
46
|
-
<li><a href="../lib/openstack-swift/web_api_rb.html?TB_iframe=true&height=550&width=785"
|
47
|
-
class="thickbox" title="lib/openstack-swift/web_api.rb">lib/openstack-swift/web_api.rb</a></li>
|
48
|
-
|
49
|
-
<li><a href="../lib/openstack-swift/client_rb.html?TB_iframe=true&height=550&width=785"
|
50
|
-
class="thickbox" title="lib/openstack-swift/client.rb">lib/openstack-swift/client.rb</a></li>
|
51
|
-
|
52
|
-
</ul>
|
53
|
-
</div>
|
54
|
-
</div>
|
55
|
-
|
56
|
-
|
57
|
-
</div>
|
58
|
-
|
59
|
-
<div id="class-metadata">
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
<!-- Namespace Contents -->
|
66
|
-
<div id="namespace-list-section" class="section">
|
67
|
-
<h3 class="section-header">Namespace</h3>
|
68
|
-
<ul class="link-list">
|
69
|
-
|
70
|
-
<li><span class="type">MODULE</span> <a href="Swift/WebApi.html">Openstack::Swift::WebApi</a></li>
|
71
|
-
|
72
|
-
<li><span class="type">CLASS</span> <a href="Swift/AuthenticationError.html">Openstack::Swift::AuthenticationError</a></li>
|
73
|
-
|
74
|
-
<li><span class="type">CLASS</span> <a href="Swift/Client.html">Openstack::Swift::Client</a></li>
|
75
|
-
|
76
|
-
</ul>
|
77
|
-
</div>
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
</div>
|
84
|
-
|
85
|
-
<div id="project-metadata">
|
86
|
-
|
87
|
-
|
88
|
-
<div id="fileindex-section" class="section project-section">
|
89
|
-
<h3 class="section-header">Files</h3>
|
90
|
-
<ul>
|
91
|
-
|
92
|
-
<li class="file"><a href="../Gemfile.html">Gemfile</a></li>
|
93
|
-
|
94
|
-
<li class="file"><a href="../Rakefile.html">Rakefile</a></li>
|
95
|
-
|
96
|
-
</ul>
|
97
|
-
</div>
|
98
|
-
|
99
|
-
|
100
|
-
<div id="classindex-section" class="section project-section">
|
101
|
-
<h3 class="section-header">Class/Module Index
|
102
|
-
<span class="search-toggle"><img src="../images/find.png"
|
103
|
-
height="16" width="16" alt="[+]"
|
104
|
-
title="show/hide quicksearch" /></span></h3>
|
105
|
-
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
106
|
-
<fieldset>
|
107
|
-
<legend>Quicksearch</legend>
|
108
|
-
<input type="text" name="quicksearch" value=""
|
109
|
-
class="quicksearch-field" />
|
110
|
-
</fieldset>
|
111
|
-
</form>
|
112
|
-
|
113
|
-
<ul class="link-list">
|
114
|
-
|
115
|
-
<li><a href="../Openstack.html">Openstack</a></li>
|
116
|
-
|
117
|
-
<li><a href="../Openstack/Swift.html">Openstack::Swift</a></li>
|
118
|
-
|
119
|
-
<li><a href="../Openstack/Swift/AuthenticationError.html">Openstack::Swift::AuthenticationError</a></li>
|
120
|
-
|
121
|
-
<li><a href="../Openstack/Swift/Client.html">Openstack::Swift::Client</a></li>
|
122
|
-
|
123
|
-
<li><a href="../Openstack/Swift/WebApi.html">Openstack::Swift::WebApi</a></li>
|
124
|
-
|
125
|
-
<li><a href="../Object.html">Object</a></li>
|
126
|
-
|
127
|
-
</ul>
|
128
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
129
|
-
</div>
|
130
|
-
|
131
|
-
|
132
|
-
</div>
|
133
|
-
</div>
|
134
|
-
|
135
|
-
<div id="documentation">
|
136
|
-
<h1 class="module">Openstack::Swift</h1>
|
137
|
-
|
138
|
-
<div id="description" class="description">
|
139
|
-
|
140
|
-
</div><!-- description -->
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
<div id="5Buntitled-5D" class="documentation-section">
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
<!-- Constants -->
|
152
|
-
<div id="constants-list" class="section">
|
153
|
-
<h3 class="section-header">Constants</h3>
|
154
|
-
<dl>
|
155
|
-
|
156
|
-
<dt><a name="VERSION">VERSION</a></dt>
|
157
|
-
|
158
|
-
<dd class="description"></dd>
|
159
|
-
|
160
|
-
|
161
|
-
</dl>
|
162
|
-
</div>
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
<!-- Methods -->
|
168
|
-
|
169
|
-
</div><!-- 5Buntitled-5D -->
|
170
|
-
|
171
|
-
|
172
|
-
</div><!-- documentation -->
|
173
|
-
|
174
|
-
<div id="validator-badges">
|
175
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
176
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
177
|
-
Rdoc Generator</a> 2</small>.</p>
|
178
|
-
</div>
|
179
|
-
|
180
|
-
</body>
|
181
|
-
</html>
|
182
|
-
|
@@ -1,151 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
7
|
-
|
8
|
-
<title>Class: Openstack::Swift::AuthenticationError</title>
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../../rdoc.css" type="text/css" media="screen" />
|
11
|
-
|
12
|
-
<script src="../../js/jquery.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../../js/thickbox-compressed.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../../js/quicksearch.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
<script src="../../js/darkfish.js" type="text/javascript" charset="utf-8"></script>
|
16
|
-
|
17
|
-
</head>
|
18
|
-
<body id="top" class="class">
|
19
|
-
|
20
|
-
<div id="metadata">
|
21
|
-
<div id="home-metadata">
|
22
|
-
<div id="home-section" class="section">
|
23
|
-
<h3 class="section-header">
|
24
|
-
<a href="../../index.html">Home</a>
|
25
|
-
<a href="../../index.html#classes">Classes</a>
|
26
|
-
<a href="../../index.html#methods">Methods</a>
|
27
|
-
</h3>
|
28
|
-
</div>
|
29
|
-
</div>
|
30
|
-
|
31
|
-
<div id="file-metadata">
|
32
|
-
<div id="file-list-section" class="section">
|
33
|
-
<h3 class="section-header">In Files</h3>
|
34
|
-
<div class="section-body">
|
35
|
-
<ul>
|
36
|
-
|
37
|
-
<li><a href="../../lib/openstack-swift/errors_rb.html?TB_iframe=true&height=550&width=785"
|
38
|
-
class="thickbox" title="lib/openstack-swift/errors.rb">lib/openstack-swift/errors.rb</a></li>
|
39
|
-
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
</div>
|
43
|
-
|
44
|
-
|
45
|
-
</div>
|
46
|
-
|
47
|
-
<div id="class-metadata">
|
48
|
-
|
49
|
-
<!-- Parent Class -->
|
50
|
-
<div id="parent-class-section" class="section">
|
51
|
-
<h3 class="section-header">Parent</h3>
|
52
|
-
|
53
|
-
<p class="link">Exception</p>
|
54
|
-
|
55
|
-
</div>
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
</div>
|
66
|
-
|
67
|
-
<div id="project-metadata">
|
68
|
-
|
69
|
-
|
70
|
-
<div id="fileindex-section" class="section project-section">
|
71
|
-
<h3 class="section-header">Files</h3>
|
72
|
-
<ul>
|
73
|
-
|
74
|
-
<li class="file"><a href="../../Gemfile.html">Gemfile</a></li>
|
75
|
-
|
76
|
-
<li class="file"><a href="../../Rakefile.html">Rakefile</a></li>
|
77
|
-
|
78
|
-
</ul>
|
79
|
-
</div>
|
80
|
-
|
81
|
-
|
82
|
-
<div id="classindex-section" class="section project-section">
|
83
|
-
<h3 class="section-header">Class/Module Index
|
84
|
-
<span class="search-toggle"><img src="../../images/find.png"
|
85
|
-
height="16" width="16" alt="[+]"
|
86
|
-
title="show/hide quicksearch" /></span></h3>
|
87
|
-
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
88
|
-
<fieldset>
|
89
|
-
<legend>Quicksearch</legend>
|
90
|
-
<input type="text" name="quicksearch" value=""
|
91
|
-
class="quicksearch-field" />
|
92
|
-
</fieldset>
|
93
|
-
</form>
|
94
|
-
|
95
|
-
<ul class="link-list">
|
96
|
-
|
97
|
-
<li><a href="../../Openstack.html">Openstack</a></li>
|
98
|
-
|
99
|
-
<li><a href="../../Openstack/Swift.html">Openstack::Swift</a></li>
|
100
|
-
|
101
|
-
<li><a href="../../Openstack/Swift/AuthenticationError.html">Openstack::Swift::AuthenticationError</a></li>
|
102
|
-
|
103
|
-
<li><a href="../../Openstack/Swift/Client.html">Openstack::Swift::Client</a></li>
|
104
|
-
|
105
|
-
<li><a href="../../Openstack/Swift/WebApi.html">Openstack::Swift::WebApi</a></li>
|
106
|
-
|
107
|
-
<li><a href="../../Object.html">Object</a></li>
|
108
|
-
|
109
|
-
</ul>
|
110
|
-
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
111
|
-
</div>
|
112
|
-
|
113
|
-
|
114
|
-
</div>
|
115
|
-
</div>
|
116
|
-
|
117
|
-
<div id="documentation">
|
118
|
-
<h1 class="class">Openstack::Swift::AuthenticationError</h1>
|
119
|
-
|
120
|
-
<div id="description" class="description">
|
121
|
-
|
122
|
-
</div><!-- description -->
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
<div id="5Buntitled-5D" class="documentation-section">
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
<!-- Methods -->
|
137
|
-
|
138
|
-
</div><!-- 5Buntitled-5D -->
|
139
|
-
|
140
|
-
|
141
|
-
</div><!-- documentation -->
|
142
|
-
|
143
|
-
<div id="validator-badges">
|
144
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
145
|
-
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
146
|
-
Rdoc Generator</a> 2</small>.</p>
|
147
|
-
</div>
|
148
|
-
|
149
|
-
</body>
|
150
|
-
</html>
|
151
|
-
|