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.
Files changed (67) hide show
  1. data/Gemfile.lock +1 -1
  2. data/doc/classes/Openstack.html +119 -0
  3. data/doc/classes/Openstack/Swift.html +137 -0
  4. data/doc/classes/Openstack/Swift/UnauthorizedError.html +111 -0
  5. data/doc/classes/Openstack/Swift/WebApi.html +185 -0
  6. data/doc/classes/Openstack/Swift/WebApi.src/M000001.html +21 -0
  7. data/doc/classes/Openstack/Swift/WebApi.src/M000002.html +24 -0
  8. data/doc/classes/Openstack/Swift/WebApi.src/M000003.html +20 -0
  9. data/doc/classes/Openstack/Swift/WebApi.src/M000004.html +20 -0
  10. data/doc/created.rid +1 -11
  11. data/doc/files/lib/openstack-swift/errors_rb.html +101 -0
  12. data/doc/files/lib/openstack-swift/version_rb.html +101 -0
  13. data/doc/files/lib/openstack-swift/web_api_rb.html +101 -0
  14. data/doc/files/lib/openstack-swift_rb.html +112 -0
  15. data/doc/files/spec/openstack-swift/web_api_spec_rb.html +131 -0
  16. data/doc/files/spec/spec_helper_rb.html +110 -0
  17. data/doc/fr_class_index.html +30 -0
  18. data/doc/fr_file_index.html +32 -0
  19. data/doc/fr_method_index.html +30 -0
  20. data/doc/index.html +20 -84
  21. data/doc/rdoc-style.css +208 -0
  22. data/lib/openstack-swift/client.rb +2 -2
  23. data/lib/openstack-swift/version.rb +1 -1
  24. data/openstack-swift-0.0.1.gem +0 -0
  25. metadata +81 -96
  26. data/doc/Gemfile.html +0 -100
  27. data/doc/Object.html +0 -177
  28. data/doc/Openstack.html +0 -162
  29. data/doc/Openstack/Swift.html +0 -182
  30. data/doc/Openstack/Swift/AuthenticationError.html +0 -151
  31. data/doc/Openstack/Swift/Client.html +0 -316
  32. data/doc/Openstack/Swift/UnauthorizedError.html +0 -147
  33. data/doc/Openstack/Swift/WebApi.html +0 -417
  34. data/doc/Rakefile.html +0 -98
  35. data/doc/images/brick.png +0 -0
  36. data/doc/images/brick_link.png +0 -0
  37. data/doc/images/bug.png +0 -0
  38. data/doc/images/bullet_black.png +0 -0
  39. data/doc/images/bullet_toggle_minus.png +0 -0
  40. data/doc/images/bullet_toggle_plus.png +0 -0
  41. data/doc/images/date.png +0 -0
  42. data/doc/images/find.png +0 -0
  43. data/doc/images/loadingAnimation.gif +0 -0
  44. data/doc/images/macFFBgHack.png +0 -0
  45. data/doc/images/package.png +0 -0
  46. data/doc/images/page_green.png +0 -0
  47. data/doc/images/page_white_text.png +0 -0
  48. data/doc/images/page_white_width.png +0 -0
  49. data/doc/images/plugin.png +0 -0
  50. data/doc/images/ruby.png +0 -0
  51. data/doc/images/tag_green.png +0 -0
  52. data/doc/images/wrench.png +0 -0
  53. data/doc/images/wrench_orange.png +0 -0
  54. data/doc/images/zoom.png +0 -0
  55. data/doc/js/darkfish.js +0 -116
  56. data/doc/js/jquery.js +0 -32
  57. data/doc/js/quicksearch.js +0 -114
  58. data/doc/js/thickbox-compressed.js +0 -10
  59. data/doc/lib/openstack-swift/client_rb.html +0 -52
  60. data/doc/lib/openstack-swift/errors_rb.html +0 -52
  61. data/doc/lib/openstack-swift/version_rb.html +0 -52
  62. data/doc/lib/openstack-swift/web_api_rb.html +0 -52
  63. data/doc/lib/openstack-swift_rb.html +0 -66
  64. data/doc/rdoc.css +0 -763
  65. data/doc/spec/openstack-swift/client_spec_rb.html +0 -54
  66. data/doc/spec/openstack-swift/web_api_spec_rb.html +0 -54
  67. data/doc/spec/spec_helper_rb.html +0 -58
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- openstack-swift (0.2.0)
4
+ openstack-swift (0.1.1)
5
5
  httparty
6
6
 
7
7
  GEM
@@ -0,0 +1,119 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Module: Openstack</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Module</strong></td>
53
+ <td class="class-name-in-header">Openstack</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../files/lib/openstack-swift/version_rb.html">
59
+ lib/openstack-swift/version.rb
60
+ </a>
61
+ <br />
62
+ <a href="../files/lib/openstack-swift/web_api_rb.html">
63
+ lib/openstack-swift/web_api.rb
64
+ </a>
65
+ <br />
66
+ <a href="../files/lib/openstack-swift_rb.html">
67
+ lib/openstack-swift.rb
68
+ </a>
69
+ <br />
70
+ </td>
71
+ </tr>
72
+
73
+ </table>
74
+ </div>
75
+ <!-- banner header -->
76
+
77
+ <div id="bodyContent">
78
+
79
+
80
+
81
+ <div id="contextContent">
82
+
83
+
84
+
85
+ </div>
86
+
87
+
88
+ </div>
89
+
90
+
91
+ <!-- if includes -->
92
+
93
+ <div id="section">
94
+
95
+ <div id="class-list">
96
+ <h3 class="section-bar">Classes and Modules</h3>
97
+
98
+ Module <a href="Openstack/Swift.html" class="link">Openstack::Swift</a><br />
99
+
100
+ </div>
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+ <!-- if method_list -->
109
+
110
+
111
+ </div>
112
+
113
+
114
+ <div id="validator-badges">
115
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
116
+ </div>
117
+
118
+ </body>
119
+ </html>
@@ -0,0 +1,137 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Module: Openstack::Swift</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Module</strong></td>
53
+ <td class="class-name-in-header">Openstack::Swift</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/openstack-swift/errors_rb.html">
59
+ lib/openstack-swift/errors.rb
60
+ </a>
61
+ <br />
62
+ <a href="../../files/lib/openstack-swift/version_rb.html">
63
+ lib/openstack-swift/version.rb
64
+ </a>
65
+ <br />
66
+ <a href="../../files/lib/openstack-swift/web_api_rb.html">
67
+ lib/openstack-swift/web_api.rb
68
+ </a>
69
+ <br />
70
+ <a href="../../files/lib/openstack-swift_rb.html">
71
+ lib/openstack-swift.rb
72
+ </a>
73
+ <br />
74
+ </td>
75
+ </tr>
76
+
77
+ </table>
78
+ </div>
79
+ <!-- banner header -->
80
+
81
+ <div id="bodyContent">
82
+
83
+
84
+
85
+ <div id="contextContent">
86
+
87
+
88
+
89
+ </div>
90
+
91
+
92
+ </div>
93
+
94
+
95
+ <!-- if includes -->
96
+
97
+ <div id="section">
98
+
99
+ <div id="class-list">
100
+ <h3 class="section-bar">Classes and Modules</h3>
101
+
102
+ Module <a href="Swift/WebApi.html" class="link">Openstack::Swift::WebApi</a><br />
103
+ Class <a href="Swift/UnauthorizedError.html" class="link">Openstack::Swift::UnauthorizedError</a><br />
104
+
105
+ </div>
106
+
107
+ <div id="constants-list">
108
+ <h3 class="section-bar">Constants</h3>
109
+
110
+ <div class="name-list">
111
+ <table summary="Constants">
112
+ <tr class="top-aligned-row context-row">
113
+ <td class="context-item-name">VERSION</td>
114
+ <td>=</td>
115
+ <td class="context-item-value">&quot;0.0.1&quot;</td>
116
+ </tr>
117
+ </table>
118
+ </div>
119
+ </div>
120
+
121
+
122
+
123
+
124
+
125
+
126
+ <!-- if method_list -->
127
+
128
+
129
+ </div>
130
+
131
+
132
+ <div id="validator-badges">
133
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
134
+ </div>
135
+
136
+ </body>
137
+ </html>
@@ -0,0 +1,111 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Openstack::Swift::UnauthorizedError</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Openstack::Swift::UnauthorizedError</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../../files/lib/openstack-swift/errors_rb.html">
59
+ lib/openstack-swift/errors.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ Exception
69
+ </td>
70
+ </tr>
71
+ </table>
72
+ </div>
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+
77
+
78
+
79
+ <div id="contextContent">
80
+
81
+
82
+
83
+ </div>
84
+
85
+
86
+ </div>
87
+
88
+
89
+ <!-- if includes -->
90
+
91
+ <div id="section">
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+ <!-- if method_list -->
101
+
102
+
103
+ </div>
104
+
105
+
106
+ <div id="validator-badges">
107
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
108
+ </div>
109
+
110
+ </body>
111
+ </html>
@@ -0,0 +1,185 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Module: Openstack::Swift::WebApi</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Module</strong></td>
53
+ <td class="class-name-in-header">Openstack::Swift::WebApi</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../../files/lib/openstack-swift/web_api_rb.html">
59
+ lib/openstack-swift/web_api.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ </table>
66
+ </div>
67
+ <!-- banner header -->
68
+
69
+ <div id="bodyContent">
70
+
71
+
72
+
73
+ <div id="contextContent">
74
+
75
+
76
+
77
+ </div>
78
+
79
+ <div id="method-list">
80
+ <h3 class="section-bar">Methods</h3>
81
+
82
+ <div class="name-list">
83
+ <a href="#M000002">account</a>&nbsp;&nbsp;
84
+ <a href="#M000001">auth</a>&nbsp;&nbsp;
85
+ <a href="#M000003">containers</a>&nbsp;&nbsp;
86
+ <a href="#M000004">objects</a>&nbsp;&nbsp;
87
+ </div>
88
+ </div>
89
+
90
+ </div>
91
+
92
+
93
+ <!-- if includes -->
94
+
95
+ <div id="section">
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+ <!-- if method_list -->
105
+ <div id="methods">
106
+ <h3 class="section-bar">Public Instance methods</h3>
107
+
108
+ <div id="method-M000002" class="method-detail">
109
+ <a name="M000002"></a>
110
+
111
+ <div class="method-heading">
112
+ <a href="WebApi.src/M000002.html" target="Code" class="method-signature"
113
+ onclick="popupCode('WebApi.src/M000002.html');return false;">
114
+ <span class="method-name">account</span><span class="method-args">(url, token)</span>
115
+ </a>
116
+ </div>
117
+
118
+ <div class="method-description">
119
+ </div>
120
+ </div>
121
+
122
+ <div id="method-M000001" class="method-detail">
123
+ <a name="M000001"></a>
124
+
125
+ <div class="method-heading">
126
+ <a href="WebApi.src/M000001.html" target="Code" class="method-signature"
127
+ onclick="popupCode('WebApi.src/M000001.html');return false;">
128
+ <span class="method-name">auth</span><span class="method-args">(proxy, user, password)</span>
129
+ </a>
130
+ </div>
131
+
132
+ <div class="method-description">
133
+ </div>
134
+ </div>
135
+
136
+ <div id="method-M000003" class="method-detail">
137
+ <a name="M000003"></a>
138
+
139
+ <div class="method-heading">
140
+ <a href="WebApi.src/M000003.html" target="Code" class="method-signature"
141
+ onclick="popupCode('WebApi.src/M000003.html');return false;">
142
+ <span class="method-name">containers</span><span class="method-args">(url, token, query = {})</span>
143
+ </a>
144
+ </div>
145
+
146
+ <div class="method-description">
147
+ <p>
148
+ List <a href="WebApi.html#M000003">containers</a> Note that swift only
149
+ returns 1000 items, so to list more than this you should use the marker
150
+ option as the name of the last returned item (1000th item) to return the
151
+ next sequency (1001 - 2000) query options: marker, prefix, limit
152
+ </p>
153
+ </div>
154
+ </div>
155
+
156
+ <div id="method-M000004" class="method-detail">
157
+ <a name="M000004"></a>
158
+
159
+ <div class="method-heading">
160
+ <a href="WebApi.src/M000004.html" target="Code" class="method-signature"
161
+ onclick="popupCode('WebApi.src/M000004.html');return false;">
162
+ <span class="method-name">objects</span><span class="method-args">(url, token, container, query = {} )</span>
163
+ </a>
164
+ </div>
165
+
166
+ <div class="method-description">
167
+ <p>
168
+ query options: marker, prefix, limit
169
+ </p>
170
+ </div>
171
+ </div>
172
+
173
+
174
+ </div>
175
+
176
+
177
+ </div>
178
+
179
+
180
+ <div id="validator-badges">
181
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
182
+ </div>
183
+
184
+ </body>
185
+ </html>