box-api 0.1.9 → 0.2.0
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.
- data/Gemfile.lock +1 -1
- data/box-api.gemspec +1 -1
- data/doc/Box.html +5 -5
- data/doc/Box/Account.html +430 -188
- data/doc/Box/Api.html +731 -428
- data/doc/Box/Api/AccountExceeded.html +3 -3
- data/doc/Box/Api/EmailInvalid.html +6 -6
- data/doc/Box/Api/EmailTaken.html +3 -3
- data/doc/Box/Api/ErrorStatus.html +3 -3
- data/doc/Box/Api/Exception.html +3 -3
- data/doc/Box/Api/Generic.html +3 -3
- data/doc/Box/Api/InvalidFolder.html +6 -6
- data/doc/Box/Api/InvalidInput.html +3 -3
- data/doc/Box/Api/InvalidName.html +3 -3
- data/doc/Box/Api/NameTaken.html +3 -3
- data/doc/Box/Api/NoAccess.html +3 -3
- data/doc/Box/Api/NoParent.html +3 -3
- data/doc/Box/Api/NotAuthorized.html +3 -3
- data/doc/Box/Api/Restricted.html +6 -6
- data/doc/Box/Api/SizeExceeded.html +3 -3
- data/doc/Box/Api/Unknown.html +3 -3
- data/doc/Box/Api/UnknownResponse.html +6 -6
- data/doc/Box/Api/UploadFailed.html +6 -6
- data/doc/Box/Comment.html +560 -0
- data/doc/Box/File.html +318 -53
- data/doc/Box/Folder.html +298 -136
- data/doc/Box/Item.html +398 -348
- data/doc/_index.html +22 -7
- data/doc/class_list.html +1 -1
- data/doc/css/full_list.css +2 -0
- data/doc/css/style.css +2 -0
- data/doc/file.README.html +3 -3
- data/doc/frames.html +1 -1
- data/doc/index.html +3 -3
- data/doc/js/full_list.js +23 -6
- data/doc/method_list.html +233 -89
- data/doc/top-level-namespace.html +3 -3
- data/examples/files.rb +3 -5
- data/examples/login.rb +14 -18
- data/lib/box/account.rb +57 -16
- data/lib/box/api.rb +34 -1
- data/lib/box/api/exceptions.rb +3 -0
- data/lib/box/comment.rb +50 -0
- data/lib/box/file.rb +31 -0
- data/lib/box/folder.rb +57 -1
- data/lib/box/item.rb +20 -4
- data/spec/account_spec.rb +4 -0
- data/spec/file_spec.rb +37 -0
- data/spec/folder_spec.rb +78 -0
- data/spec/helper/account.rb +1 -1
- metadata +55 -61
data/doc/_index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
6
6
|
<title>
|
|
7
|
-
Documentation by YARD 0.7.
|
|
7
|
+
Documentation by YARD 0.7.3
|
|
8
8
|
|
|
9
9
|
</title>
|
|
10
10
|
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
|
|
53
53
|
<iframe id="search_frame"></iframe>
|
|
54
54
|
|
|
55
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.7.
|
|
55
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.7.3</h1>
|
|
56
56
|
<div id="listing">
|
|
57
57
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
|
58
58
|
|
|
@@ -118,6 +118,21 @@
|
|
|
118
118
|
</ul>
|
|
119
119
|
|
|
120
120
|
|
|
121
|
+
<ul id="alpha_C" class="alpha">
|
|
122
|
+
<li class="letter">C</li>
|
|
123
|
+
<ul>
|
|
124
|
+
|
|
125
|
+
<li>
|
|
126
|
+
<span class='object_link'><a href="Box/Comment.html" title="Box::Comment (class)">Comment</a></span>
|
|
127
|
+
|
|
128
|
+
<small>(Box)</small>
|
|
129
|
+
|
|
130
|
+
</li>
|
|
131
|
+
|
|
132
|
+
</ul>
|
|
133
|
+
</ul>
|
|
134
|
+
|
|
135
|
+
|
|
121
136
|
<ul id="alpha_E" class="alpha">
|
|
122
137
|
<li class="letter">E</li>
|
|
123
138
|
<ul>
|
|
@@ -227,6 +242,9 @@
|
|
|
227
242
|
</ul>
|
|
228
243
|
|
|
229
244
|
|
|
245
|
+
</td><td valign='top' width="33%">
|
|
246
|
+
|
|
247
|
+
|
|
230
248
|
<ul id="alpha_N" class="alpha">
|
|
231
249
|
<li class="letter">N</li>
|
|
232
250
|
<ul>
|
|
@@ -263,9 +281,6 @@
|
|
|
263
281
|
</ul>
|
|
264
282
|
|
|
265
283
|
|
|
266
|
-
</td><td valign='top' width="33%">
|
|
267
|
-
|
|
268
|
-
|
|
269
284
|
<ul id="alpha_R" class="alpha">
|
|
270
285
|
<li class="letter">R</li>
|
|
271
286
|
<ul>
|
|
@@ -333,9 +348,9 @@
|
|
|
333
348
|
</div>
|
|
334
349
|
|
|
335
350
|
<div id="footer">
|
|
336
|
-
Generated on
|
|
351
|
+
Generated on Tue Nov 8 15:32:23 2011 by
|
|
337
352
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
338
|
-
0.7.
|
|
353
|
+
0.7.3 (ruby-1.9.3).
|
|
339
354
|
</div>
|
|
340
355
|
|
|
341
356
|
</body>
|
data/doc/class_list.html
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
<ul id="full_list" class="class">
|
|
41
41
|
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
|
42
|
-
<li><a class='toggle'></a> <span class='object_link'><a href="Box.html" title="Box (module)">Box</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Box/Account.html" title="Box::Account (class)">Account</a></span> < Object<small class='search_info'>Box</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Box/Api.html" title="Box::Api (class)">Api</a></span> < Object<small class='search_info'>Box</small></li><ul><li><span class='object_link'><a href="Box/Api/AccountExceeded.html" title="Box::Api::AccountExceeded (class)">AccountExceeded</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/EmailInvalid.html" title="Box::Api::EmailInvalid (class)">EmailInvalid</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/EmailTaken.html" title="Box::Api::EmailTaken (class)">EmailTaken</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/ErrorStatus.html" title="Box::Api::ErrorStatus (class)">ErrorStatus</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Exception.html" title="Box::Api::Exception (class)">Exception</a></span> < StandardError<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Generic.html" title="Box::Api::Generic (class)">Generic</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/InvalidFolder.html" title="Box::Api::InvalidFolder (class)">InvalidFolder</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/InvalidInput.html" title="Box::Api::InvalidInput (class)">InvalidInput</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/InvalidName.html" title="Box::Api::InvalidName (class)">InvalidName</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NameTaken.html" title="Box::Api::NameTaken (class)">NameTaken</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NoAccess.html" title="Box::Api::NoAccess (class)">NoAccess</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NoParent.html" title="Box::Api::NoParent (class)">NoParent</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NotAuthorized.html" title="Box::Api::NotAuthorized (class)">NotAuthorized</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Restricted.html" title="Box::Api::Restricted (class)">Restricted</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/SizeExceeded.html" title="Box::Api::SizeExceeded (class)">SizeExceeded</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Unknown.html" title="Box::Api::Unknown (class)">Unknown</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/UnknownResponse.html" title="Box::Api::UnknownResponse (class)">UnknownResponse</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/UploadFailed.html" title="Box::Api::UploadFailed (class)">UploadFailed</a></span> < Exception<small class='search_info'>Box::Api</small></li></ul><li><span class='object_link'><a href="Box/File.html" title="Box::File (class)">File</a></span> < Item<small class='search_info'>Box</small></li><li><span class='object_link'><a href="Box/Folder.html" title="Box::Folder (class)">Folder</a></span> < Item<small class='search_info'>Box</small></li><li><span class='object_link'><a href="Box/Item.html" title="Box::Item (class)">Item</a></span> < Object<small class='search_info'>Box</small></li></ul>
|
|
42
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="Box.html" title="Box (module)">Box</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Box/Account.html" title="Box::Account (class)">Account</a></span> < Object<small class='search_info'>Box</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Box/Api.html" title="Box::Api (class)">Api</a></span> < Object<small class='search_info'>Box</small></li><ul><li><span class='object_link'><a href="Box/Api/AccountExceeded.html" title="Box::Api::AccountExceeded (class)">AccountExceeded</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/EmailInvalid.html" title="Box::Api::EmailInvalid (class)">EmailInvalid</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/EmailTaken.html" title="Box::Api::EmailTaken (class)">EmailTaken</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/ErrorStatus.html" title="Box::Api::ErrorStatus (class)">ErrorStatus</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Exception.html" title="Box::Api::Exception (class)">Exception</a></span> < StandardError<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Generic.html" title="Box::Api::Generic (class)">Generic</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/InvalidFolder.html" title="Box::Api::InvalidFolder (class)">InvalidFolder</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/InvalidInput.html" title="Box::Api::InvalidInput (class)">InvalidInput</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/InvalidName.html" title="Box::Api::InvalidName (class)">InvalidName</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NameTaken.html" title="Box::Api::NameTaken (class)">NameTaken</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NoAccess.html" title="Box::Api::NoAccess (class)">NoAccess</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NoParent.html" title="Box::Api::NoParent (class)">NoParent</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/NotAuthorized.html" title="Box::Api::NotAuthorized (class)">NotAuthorized</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Restricted.html" title="Box::Api::Restricted (class)">Restricted</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/SizeExceeded.html" title="Box::Api::SizeExceeded (class)">SizeExceeded</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/Unknown.html" title="Box::Api::Unknown (class)">Unknown</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/UnknownResponse.html" title="Box::Api::UnknownResponse (class)">UnknownResponse</a></span> < Exception<small class='search_info'>Box::Api</small></li><li><span class='object_link'><a href="Box/Api/UploadFailed.html" title="Box::Api::UploadFailed (class)">UploadFailed</a></span> < Exception<small class='search_info'>Box::Api</small></li></ul><li><span class='object_link'><a href="Box/Comment.html" title="Box::Comment (class)">Comment</a></span> < Object<small class='search_info'>Box</small></li><li><span class='object_link'><a href="Box/File.html" title="Box::File (class)">File</a></span> < Item<small class='search_info'>Box</small></li><li><span class='object_link'><a href="Box/Folder.html" title="Box::Folder (class)">Folder</a></span> < Item<small class='search_info'>Box</small></li><li><span class='object_link'><a href="Box/Item.html" title="Box::Item (class)">Item</a></span> < Object<small class='search_info'>Box</small></li></ul>
|
|
43
43
|
|
|
44
44
|
</ul>
|
|
45
45
|
</div>
|
data/doc/css/full_list.css
CHANGED
|
@@ -16,6 +16,8 @@ h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
|
|
|
16
16
|
#noresults { padding: 7px 12px; }
|
|
17
17
|
#content.insearch #noresults { margin-left: 7px; }
|
|
18
18
|
ul.collapsed ul, ul.collapsed li { display: none; }
|
|
19
|
+
ul.collapsed.search_uncollapsed { display: block; }
|
|
20
|
+
ul.collapsed.search_uncollapsed li { display: list-item; }
|
|
19
21
|
li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
|
|
20
22
|
li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
|
|
21
23
|
li { color: #888; cursor: pointer; }
|
data/doc/css/style.css
CHANGED
|
@@ -24,6 +24,8 @@ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right;
|
|
|
24
24
|
.docstring h2 { font-size: 1.1em; }
|
|
25
25
|
.docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
|
|
26
26
|
.summary_desc .object_link, .docstring .object_link { font-family: monospace; }
|
|
27
|
+
.rdoc-term { padding-right: 25px; font-weight: bold; }
|
|
28
|
+
.rdoc-list p { margin: 0; padding: 0; margin-bottom: 4px; }
|
|
27
29
|
|
|
28
30
|
/* style for <ul> */
|
|
29
31
|
#filecontents li > p, .docstring li > p { margin: 0px; }
|
data/doc/file.README.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
File: README
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.7.
|
|
9
|
+
— Documentation by YARD 0.7.3
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
</div></div>
|
|
90
90
|
|
|
91
91
|
<div id="footer">
|
|
92
|
-
Generated on
|
|
92
|
+
Generated on Tue Nov 8 15:32:23 2011 by
|
|
93
93
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
94
|
-
0.7.
|
|
94
|
+
0.7.3 (ruby-1.9.3).
|
|
95
95
|
</div>
|
|
96
96
|
|
|
97
97
|
</body>
|
data/doc/frames.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
5
5
|
<head>
|
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
7
|
-
<title>Documentation by YARD 0.7.
|
|
7
|
+
<title>Documentation by YARD 0.7.3</title>
|
|
8
8
|
</head>
|
|
9
9
|
<frameset cols="20%,*">
|
|
10
10
|
<frame name="list" src="class_list.html" />
|
data/doc/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
File: README
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.7.
|
|
9
|
+
— Documentation by YARD 0.7.3
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
</div></div>
|
|
90
90
|
|
|
91
91
|
<div id="footer">
|
|
92
|
-
Generated on
|
|
92
|
+
Generated on Tue Nov 8 15:32:23 2011 by
|
|
93
93
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
94
|
-
0.7.
|
|
94
|
+
0.7.3 (ruby-1.9.3).
|
|
95
95
|
</div>
|
|
96
96
|
|
|
97
97
|
</body>
|
data/doc/js/full_list.js
CHANGED
|
@@ -2,20 +2,35 @@ var inSearch = null;
|
|
|
2
2
|
var searchIndex = 0;
|
|
3
3
|
var searchCache = [];
|
|
4
4
|
var searchString = '';
|
|
5
|
+
var regexSearchString = '';
|
|
6
|
+
var caseSensitiveMatch = false;
|
|
7
|
+
|
|
8
|
+
RegExp.escape = function(text) {
|
|
9
|
+
return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
|
|
10
|
+
}
|
|
5
11
|
|
|
6
12
|
function fullListSearch() {
|
|
7
13
|
// generate cache
|
|
8
14
|
searchCache = [];
|
|
9
15
|
$('#full_list li').each(function() {
|
|
10
16
|
var link = $(this).find('.object_link a');
|
|
11
|
-
|
|
17
|
+
var fullName = link.attr('title').split(' ')[0];
|
|
18
|
+
searchCache.push({name:link.text(), fullName:fullName, node:$(this), link:link});
|
|
12
19
|
});
|
|
13
20
|
|
|
14
21
|
$('#search input').keyup(function() {
|
|
15
|
-
searchString = this.value
|
|
22
|
+
searchString = this.value;
|
|
23
|
+
caseSensitiveMatch = searchString.match(/[A-Z]/) != null;
|
|
24
|
+
regexSearchString = RegExp.escape(searchString);
|
|
25
|
+
if (caseSensitiveMatch) {
|
|
26
|
+
regexSearchString += "|" +
|
|
27
|
+
$.map(searchString.split(''), function(e) { return RegExp.escape(e); }).
|
|
28
|
+
join('.+?');
|
|
29
|
+
}
|
|
16
30
|
if (searchString === "") {
|
|
17
31
|
clearTimeout(inSearch);
|
|
18
32
|
inSearch = null;
|
|
33
|
+
$('ul .search_uncollapsed').removeClass('search_uncollapsed');
|
|
19
34
|
$('#full_list, #content').removeClass('insearch');
|
|
20
35
|
$('#full_list li').removeClass('found').each(function() {
|
|
21
36
|
|
|
@@ -47,16 +62,18 @@ var lastRowClass = '';
|
|
|
47
62
|
function searchItem() {
|
|
48
63
|
for (var i = 0; i < searchCache.length / 50; i++) {
|
|
49
64
|
var item = searchCache[searchIndex];
|
|
50
|
-
|
|
65
|
+
var searchName = (searchString.indexOf('::') != -1 ? item.fullName : item.name);
|
|
66
|
+
var matchString = regexSearchString;
|
|
67
|
+
var matchRegexp = new RegExp(matchString, caseSensitiveMatch ? "" : "i");
|
|
68
|
+
if (searchName.match(matchRegexp) == null) {
|
|
51
69
|
item.node.removeClass('found');
|
|
52
70
|
}
|
|
53
71
|
else {
|
|
54
72
|
item.node.css('padding-left', '10px').addClass('found');
|
|
73
|
+
item.node.parents().addClass('search_uncollapsed');
|
|
55
74
|
item.node.removeClass(lastRowClass).addClass(lastRowClass == 'r1' ? 'r2' : 'r1');
|
|
56
75
|
lastRowClass = item.node.hasClass('r1') ? 'r1' : 'r2';
|
|
57
|
-
item.link.html(item.name.replace(
|
|
58
|
-
searchString.replace(/([\/.*+?|()\[\]{}\\])/g, "\\$1") + ")", "ig"),
|
|
59
|
-
'<strong>$1</strong>'));
|
|
76
|
+
item.link.html(item.name.replace(matchRegexp, "<strong>$&</strong>"));
|
|
60
77
|
}
|
|
61
78
|
|
|
62
79
|
if (searchCache.length === searchIndex + 1) {
|
data/doc/method_list.html
CHANGED
|
@@ -41,7 +41,23 @@
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
<li class="r1 ">
|
|
44
|
-
<span class='object_link'><a href="Box/
|
|
44
|
+
<span class='object_link'><a href="Box/File.html#add_comment-instance_method" title="Box::File#add_comment (method)">#add_comment</a></span>
|
|
45
|
+
|
|
46
|
+
<small>Box::File</small>
|
|
47
|
+
|
|
48
|
+
</li>
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
<li class="r2 ">
|
|
52
|
+
<span class='object_link'><a href="Box/Api.html#add_comment-instance_method" title="Box::Api#add_comment (method)">#add_comment</a></span>
|
|
53
|
+
|
|
54
|
+
<small>Box::Api</small>
|
|
55
|
+
|
|
56
|
+
</li>
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
<li class="r1 ">
|
|
60
|
+
<span class='object_link'><a href="Box/Item.html#api-instance_method" title="Box::Item#api (method)">#api</a></span>
|
|
45
61
|
|
|
46
62
|
<small>Box::Item</small>
|
|
47
63
|
|
|
@@ -49,15 +65,15 @@
|
|
|
49
65
|
|
|
50
66
|
|
|
51
67
|
<li class="r2 ">
|
|
52
|
-
<span class='object_link'><a href="Box/
|
|
68
|
+
<span class='object_link'><a href="Box/Folder.html#at-instance_method" title="Box::Folder#at (method)">#at</a></span>
|
|
53
69
|
|
|
54
|
-
<small>Box::
|
|
70
|
+
<small>Box::Folder</small>
|
|
55
71
|
|
|
56
72
|
</li>
|
|
57
73
|
|
|
58
74
|
|
|
59
75
|
<li class="r1 ">
|
|
60
|
-
<span class='object_link'><a href="Box/Account.html#
|
|
76
|
+
<span class='object_link'><a href="Box/Account.html#auth_token-instance_method" title="Box::Account#auth_token (method)">#auth_token</a></span>
|
|
61
77
|
|
|
62
78
|
<small>Box::Account</small>
|
|
63
79
|
|
|
@@ -65,7 +81,7 @@
|
|
|
65
81
|
|
|
66
82
|
|
|
67
83
|
<li class="r2 ">
|
|
68
|
-
<span class='object_link'><a href="Box/Account.html#
|
|
84
|
+
<span class='object_link'><a href="Box/Account.html#authorize-instance_method" title="Box::Account#authorize (method)">#authorize</a></span>
|
|
69
85
|
|
|
70
86
|
<small>Box::Account</small>
|
|
71
87
|
|
|
@@ -73,15 +89,15 @@
|
|
|
73
89
|
|
|
74
90
|
|
|
75
91
|
<li class="r1 ">
|
|
76
|
-
<span class='object_link'><a href="Box/
|
|
92
|
+
<span class='object_link'><a href="Box/Account.html#authorized%3F-instance_method" title="Box::Account#authorized? (method)">#authorized?</a></span>
|
|
77
93
|
|
|
78
|
-
<small>Box::
|
|
94
|
+
<small>Box::Account</small>
|
|
79
95
|
|
|
80
96
|
</li>
|
|
81
97
|
|
|
82
98
|
|
|
83
99
|
<li class="r2 ">
|
|
84
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
100
|
+
<span class='object_link'><a href="Box/Api.html#base_url-instance_method" title="Box::Api#base_url (method)">#base_url</a></span>
|
|
85
101
|
|
|
86
102
|
<small>Box::Api</small>
|
|
87
103
|
|
|
@@ -89,15 +105,31 @@
|
|
|
89
105
|
|
|
90
106
|
|
|
91
107
|
<li class="r1 ">
|
|
92
|
-
<span class='object_link'><a href="Box/
|
|
108
|
+
<span class='object_link'><a href="Box/Api.html#copy-instance_method" title="Box::Api#copy (method)">#copy</a></span>
|
|
109
|
+
|
|
110
|
+
<small>Box::Api</small>
|
|
111
|
+
|
|
112
|
+
</li>
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
<li class="r2 ">
|
|
116
|
+
<span class='object_link'><a href="Box/Item.html#copy-instance_method" title="Box::Item#copy (method)">#copy</a></span>
|
|
93
117
|
|
|
94
118
|
<small>Box::Item</small>
|
|
95
119
|
|
|
96
120
|
</li>
|
|
97
121
|
|
|
98
122
|
|
|
123
|
+
<li class="r1 ">
|
|
124
|
+
<span class='object_link'><a href="Box/Comment.html#create-class_method" title="Box::Comment.create (method)">create</a></span>
|
|
125
|
+
|
|
126
|
+
<small>Box::Comment</small>
|
|
127
|
+
|
|
128
|
+
</li>
|
|
129
|
+
|
|
130
|
+
|
|
99
131
|
<li class="r2 ">
|
|
100
|
-
<span class='object_link'><a href="Box/Folder.html#create-instance_method" title="Box::Folder#create (method)">#create</a></span>
|
|
132
|
+
<span class='object_link'><a href="Box/Folder.html#create-instance_method" title="Box::Folder#create (method)">#create</a></span>
|
|
101
133
|
|
|
102
134
|
<small>Box::Folder</small>
|
|
103
135
|
|
|
@@ -105,7 +137,7 @@
|
|
|
105
137
|
|
|
106
138
|
|
|
107
139
|
<li class="r1 ">
|
|
108
|
-
<span class='object_link'><a href="Box/Api.html#create_folder-instance_method" title="Box::Api#create_folder (method)">#create_folder</a></span>
|
|
140
|
+
<span class='object_link'><a href="Box/Api.html#create_folder-instance_method" title="Box::Api#create_folder (method)">#create_folder</a></span>
|
|
109
141
|
|
|
110
142
|
<small>Box::Api</small>
|
|
111
143
|
|
|
@@ -113,7 +145,7 @@
|
|
|
113
145
|
|
|
114
146
|
|
|
115
147
|
<li class="r2 ">
|
|
116
|
-
<span class='object_link'><a href="Box/Item.html#data-instance_method" title="Box::Item#data (method)">#data</a></span>
|
|
148
|
+
<span class='object_link'><a href="Box/Item.html#data-instance_method" title="Box::Item#data (method)">#data</a></span>
|
|
117
149
|
|
|
118
150
|
<small>Box::Item</small>
|
|
119
151
|
|
|
@@ -121,15 +153,31 @@
|
|
|
121
153
|
|
|
122
154
|
|
|
123
155
|
<li class="r1 ">
|
|
124
|
-
<span class='object_link'><a href="Box/
|
|
156
|
+
<span class='object_link'><a href="Box/Comment.html#delete-instance_method" title="Box::Comment#delete (method)">#delete</a></span>
|
|
157
|
+
|
|
158
|
+
<small>Box::Comment</small>
|
|
159
|
+
|
|
160
|
+
</li>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
<li class="r2 ">
|
|
164
|
+
<span class='object_link'><a href="Box/Item.html#delete-instance_method" title="Box::Item#delete (method)">#delete</a></span>
|
|
125
165
|
|
|
126
166
|
<small>Box::Item</small>
|
|
127
167
|
|
|
128
168
|
</li>
|
|
129
169
|
|
|
130
170
|
|
|
171
|
+
<li class="r1 ">
|
|
172
|
+
<span class='object_link'><a href="Box/Api.html#delete-instance_method" title="Box::Api#delete (method)">#delete</a></span>
|
|
173
|
+
|
|
174
|
+
<small>Box::Api</small>
|
|
175
|
+
|
|
176
|
+
</li>
|
|
177
|
+
|
|
178
|
+
|
|
131
179
|
<li class="r2 ">
|
|
132
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
180
|
+
<span class='object_link'><a href="Box/Api.html#delete_comment-instance_method" title="Box::Api#delete_comment (method)">#delete_comment</a></span>
|
|
133
181
|
|
|
134
182
|
<small>Box::Api</small>
|
|
135
183
|
|
|
@@ -137,47 +185,63 @@
|
|
|
137
185
|
|
|
138
186
|
|
|
139
187
|
<li class="r1 ">
|
|
140
|
-
<span class='object_link'><a href="Box/
|
|
188
|
+
<span class='object_link'><a href="Box/File.html#download-instance_method" title="Box::File#download (method)">#download</a></span>
|
|
141
189
|
|
|
142
|
-
<small>Box::
|
|
190
|
+
<small>Box::File</small>
|
|
143
191
|
|
|
144
192
|
</li>
|
|
145
193
|
|
|
146
194
|
|
|
147
195
|
<li class="r2 ">
|
|
148
|
-
<span class='object_link'><a href="Box/
|
|
196
|
+
<span class='object_link'><a href="Box/Api.html#download-instance_method" title="Box::Api#download (method)">#download</a></span>
|
|
149
197
|
|
|
150
|
-
<small>Box::
|
|
198
|
+
<small>Box::Api</small>
|
|
151
199
|
|
|
152
200
|
</li>
|
|
153
201
|
|
|
154
202
|
|
|
155
203
|
<li class="r1 ">
|
|
156
|
-
<span class='object_link'><a href="Box/
|
|
204
|
+
<span class='object_link'><a href="Box/File.html#embed_code-instance_method" title="Box::File#embed_code (method)">#embed_code</a></span>
|
|
157
205
|
|
|
158
|
-
<small>Box::
|
|
206
|
+
<small>Box::File</small>
|
|
159
207
|
|
|
160
208
|
</li>
|
|
161
209
|
|
|
162
210
|
|
|
163
211
|
<li class="r2 ">
|
|
164
|
-
<span class='object_link'><a href="Box/
|
|
212
|
+
<span class='object_link'><a href="Box/Api.html#file_embed-instance_method" title="Box::Api#file_embed (method)">#file_embed</a></span>
|
|
165
213
|
|
|
166
|
-
<small>Box::
|
|
214
|
+
<small>Box::Api</small>
|
|
167
215
|
|
|
168
216
|
</li>
|
|
169
217
|
|
|
170
218
|
|
|
171
219
|
<li class="r1 ">
|
|
172
|
-
<span class='object_link'><a href="Box/
|
|
220
|
+
<span class='object_link'><a href="Box/Folder.html#find-instance_method" title="Box::Folder#find (method)">#find</a></span>
|
|
221
|
+
|
|
222
|
+
<small>Box::Folder</small>
|
|
223
|
+
|
|
224
|
+
</li>
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
<li class="r2 ">
|
|
228
|
+
<span class='object_link'><a href="Box/Item.html#force_cached_info-instance_method" title="Box::Item#force_cached_info (method)">#force_cached_info</a></span>
|
|
173
229
|
|
|
174
230
|
<small>Box::Item</small>
|
|
175
231
|
|
|
176
232
|
</li>
|
|
177
233
|
|
|
178
234
|
|
|
235
|
+
<li class="r1 ">
|
|
236
|
+
<span class='object_link'><a href="Box/Folder.html#force_cached_info-instance_method" title="Box::Folder#force_cached_info (method)">#force_cached_info</a></span>
|
|
237
|
+
|
|
238
|
+
<small>Box::Folder</small>
|
|
239
|
+
|
|
240
|
+
</li>
|
|
241
|
+
|
|
242
|
+
|
|
179
243
|
<li class="r2 ">
|
|
180
|
-
<span class='object_link'><a href="Box/Folder.html#
|
|
244
|
+
<span class='object_link'><a href="Box/Folder.html#force_cached_tree-instance_method" title="Box::Folder#force_cached_tree (method)">#force_cached_tree</a></span>
|
|
181
245
|
|
|
182
246
|
<small>Box::Folder</small>
|
|
183
247
|
|
|
@@ -185,15 +249,15 @@
|
|
|
185
249
|
|
|
186
250
|
|
|
187
251
|
<li class="r1 ">
|
|
188
|
-
<span class='object_link'><a href="Box/
|
|
252
|
+
<span class='object_link'><a href="Box/Api.html#get_account_info-instance_method" title="Box::Api#get_account_info (method)">#get_account_info</a></span>
|
|
189
253
|
|
|
190
|
-
<small>Box::
|
|
254
|
+
<small>Box::Api</small>
|
|
191
255
|
|
|
192
256
|
</li>
|
|
193
257
|
|
|
194
258
|
|
|
195
259
|
<li class="r2 ">
|
|
196
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
260
|
+
<span class='object_link'><a href="Box/Api.html#get_account_tree-instance_method" title="Box::Api#get_account_tree (method)">#get_account_tree</a></span>
|
|
197
261
|
|
|
198
262
|
<small>Box::Api</small>
|
|
199
263
|
|
|
@@ -201,7 +265,7 @@
|
|
|
201
265
|
|
|
202
266
|
|
|
203
267
|
<li class="r1 ">
|
|
204
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
268
|
+
<span class='object_link'><a href="Box/Api.html#get_auth_token-instance_method" title="Box::Api#get_auth_token (method)">#get_auth_token</a></span>
|
|
205
269
|
|
|
206
270
|
<small>Box::Api</small>
|
|
207
271
|
|
|
@@ -209,7 +273,7 @@
|
|
|
209
273
|
|
|
210
274
|
|
|
211
275
|
<li class="r2 ">
|
|
212
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
276
|
+
<span class='object_link'><a href="Box/Api.html#get_comments-instance_method" title="Box::Api#get_comments (method)">#get_comments</a></span>
|
|
213
277
|
|
|
214
278
|
<small>Box::Api</small>
|
|
215
279
|
|
|
@@ -217,15 +281,15 @@
|
|
|
217
281
|
|
|
218
282
|
|
|
219
283
|
<li class="r1 ">
|
|
220
|
-
<span class='object_link'><a href="Box/
|
|
284
|
+
<span class='object_link'><a href="Box/File.html#get_comments-instance_method" title="Box::File#get_comments (method)">#get_comments</a></span>
|
|
221
285
|
|
|
222
|
-
<small>Box::
|
|
286
|
+
<small>Box::File</small>
|
|
223
287
|
|
|
224
288
|
</li>
|
|
225
289
|
|
|
226
290
|
|
|
227
291
|
<li class="r2 ">
|
|
228
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
292
|
+
<span class='object_link'><a href="Box/Api.html#get_exception-class_method" title="Box::Api.get_exception (method)">get_exception</a></span>
|
|
229
293
|
|
|
230
294
|
<small>Box::Api</small>
|
|
231
295
|
|
|
@@ -233,7 +297,7 @@
|
|
|
233
297
|
|
|
234
298
|
|
|
235
299
|
<li class="r1 ">
|
|
236
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
300
|
+
<span class='object_link'><a href="Box/Api.html#get_file_info-instance_method" title="Box::Api#get_file_info (method)">#get_file_info</a></span>
|
|
237
301
|
|
|
238
302
|
<small>Box::Api</small>
|
|
239
303
|
|
|
@@ -241,15 +305,31 @@
|
|
|
241
305
|
|
|
242
306
|
|
|
243
307
|
<li class="r2 ">
|
|
244
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
308
|
+
<span class='object_link'><a href="Box/Api.html#get_ticket-instance_method" title="Box::Api#get_ticket (method)">#get_ticket</a></span>
|
|
309
|
+
|
|
310
|
+
<small>Box::Api</small>
|
|
311
|
+
|
|
312
|
+
</li>
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
<li class="r1 ">
|
|
316
|
+
<span class='object_link'><a href="Box/Api.html#handle_response-instance_method" title="Box::Api#handle_response (method)">#handle_response</a></span>
|
|
245
317
|
|
|
246
318
|
<small>Box::Api</small>
|
|
247
319
|
|
|
248
320
|
</li>
|
|
249
321
|
|
|
250
322
|
|
|
323
|
+
<li class="r2 ">
|
|
324
|
+
<span class='object_link'><a href="Box/Comment.html#id-instance_method" title="Box::Comment#id (method)">#id</a></span>
|
|
325
|
+
|
|
326
|
+
<small>Box::Comment</small>
|
|
327
|
+
|
|
328
|
+
</li>
|
|
329
|
+
|
|
330
|
+
|
|
251
331
|
<li class="r1 ">
|
|
252
|
-
<span class='object_link'><a href="Box/Item.html#id-instance_method" title="Box::Item#id (method)">#id</a></span>
|
|
332
|
+
<span class='object_link'><a href="Box/Item.html#id-instance_method" title="Box::Item#id (method)">#id</a></span>
|
|
253
333
|
|
|
254
334
|
<small>Box::Item</small>
|
|
255
335
|
|
|
@@ -257,15 +337,31 @@
|
|
|
257
337
|
|
|
258
338
|
|
|
259
339
|
<li class="r2 ">
|
|
260
|
-
<span class='object_link'><a href="Box/
|
|
340
|
+
<span class='object_link'><a href="Box/Account.html#info-instance_method" title="Box::Account#info (method)">#info</a></span>
|
|
341
|
+
|
|
342
|
+
<small>Box::Account</small>
|
|
343
|
+
|
|
344
|
+
</li>
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
<li class="r1 ">
|
|
348
|
+
<span class='object_link'><a href="Box/Folder.html#info-instance_method" title="Box::Folder#info (method)">#info</a></span>
|
|
261
349
|
|
|
262
350
|
<small>Box::Folder</small>
|
|
263
351
|
|
|
264
352
|
</li>
|
|
265
353
|
|
|
266
354
|
|
|
355
|
+
<li class="r2 ">
|
|
356
|
+
<span class='object_link'><a href="Box/Item.html#info-instance_method" title="Box::Item#info (method)">#info</a></span>
|
|
357
|
+
|
|
358
|
+
<small>Box::Item</small>
|
|
359
|
+
|
|
360
|
+
</li>
|
|
361
|
+
|
|
362
|
+
|
|
267
363
|
<li class="r1 ">
|
|
268
|
-
<span class='object_link'><a href="Box/Account.html#
|
|
364
|
+
<span class='object_link'><a href="Box/Account.html#initialize-instance_method" title="Box::Account#initialize (method)">#initialize</a></span>
|
|
269
365
|
|
|
270
366
|
<small>Box::Account</small>
|
|
271
367
|
|
|
@@ -273,7 +369,7 @@
|
|
|
273
369
|
|
|
274
370
|
|
|
275
371
|
<li class="r2 ">
|
|
276
|
-
<span class='object_link'><a href="Box/Item.html#
|
|
372
|
+
<span class='object_link'><a href="Box/Item.html#initialize-instance_method" title="Box::Item#initialize (method)">#initialize</a></span>
|
|
277
373
|
|
|
278
374
|
<small>Box::Item</small>
|
|
279
375
|
|
|
@@ -281,31 +377,47 @@
|
|
|
281
377
|
|
|
282
378
|
|
|
283
379
|
<li class="r1 ">
|
|
284
|
-
<span class='object_link'><a href="Box/
|
|
380
|
+
<span class='object_link'><a href="Box/Api.html#initialize-instance_method" title="Box::Api#initialize (method)">#initialize</a></span>
|
|
285
381
|
|
|
286
|
-
<small>Box::
|
|
382
|
+
<small>Box::Api</small>
|
|
287
383
|
|
|
288
384
|
</li>
|
|
289
385
|
|
|
290
386
|
|
|
291
387
|
<li class="r2 ">
|
|
292
|
-
<span class='object_link'><a href="Box/
|
|
388
|
+
<span class='object_link'><a href="Box/Comment.html#initialize-instance_method" title="Box::Comment#initialize (method)">#initialize</a></span>
|
|
293
389
|
|
|
294
|
-
<small>Box::
|
|
390
|
+
<small>Box::Comment</small>
|
|
295
391
|
|
|
296
392
|
</li>
|
|
297
393
|
|
|
298
394
|
|
|
299
395
|
<li class="r1 ">
|
|
300
|
-
<span class='object_link'><a href="Box/
|
|
396
|
+
<span class='object_link'><a href="Box/Account.html#logout-instance_method" title="Box::Account#logout (method)">#logout</a></span>
|
|
397
|
+
|
|
398
|
+
<small>Box::Account</small>
|
|
399
|
+
|
|
400
|
+
</li>
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
<li class="r2 ">
|
|
404
|
+
<span class='object_link'><a href="Box/Api.html#logout-instance_method" title="Box::Api#logout (method)">#logout</a></span>
|
|
301
405
|
|
|
302
406
|
<small>Box::Api</small>
|
|
303
407
|
|
|
304
408
|
</li>
|
|
305
409
|
|
|
306
410
|
|
|
411
|
+
<li class="r1 ">
|
|
412
|
+
<span class='object_link'><a href="Box/Item.html#method_missing-instance_method" title="Box::Item#method_missing (method)">#method_missing</a></span>
|
|
413
|
+
|
|
414
|
+
<small>Box::Item</small>
|
|
415
|
+
|
|
416
|
+
</li>
|
|
417
|
+
|
|
418
|
+
|
|
307
419
|
<li class="r2 ">
|
|
308
|
-
<span class='object_link'><a href="Box/Account.html#
|
|
420
|
+
<span class='object_link'><a href="Box/Account.html#method_missing-instance_method" title="Box::Account#method_missing (method)">#method_missing</a></span>
|
|
309
421
|
|
|
310
422
|
<small>Box::Account</small>
|
|
311
423
|
|
|
@@ -313,39 +425,39 @@
|
|
|
313
425
|
|
|
314
426
|
|
|
315
427
|
<li class="r1 ">
|
|
316
|
-
<span class='object_link'><a href="Box/
|
|
428
|
+
<span class='object_link'><a href="Box/Comment.html#method_missing-instance_method" title="Box::Comment#method_missing (method)">#method_missing</a></span>
|
|
317
429
|
|
|
318
|
-
<small>Box::
|
|
430
|
+
<small>Box::Comment</small>
|
|
319
431
|
|
|
320
432
|
</li>
|
|
321
433
|
|
|
322
434
|
|
|
323
435
|
<li class="r2 ">
|
|
324
|
-
<span class='object_link'><a href="Box/
|
|
436
|
+
<span class='object_link'><a href="Box/Api.html#move-instance_method" title="Box::Api#move (method)">#move</a></span>
|
|
325
437
|
|
|
326
|
-
<small>Box::
|
|
438
|
+
<small>Box::Api</small>
|
|
327
439
|
|
|
328
440
|
</li>
|
|
329
441
|
|
|
330
442
|
|
|
331
443
|
<li class="r1 ">
|
|
332
|
-
<span class='object_link'><a href="Box/
|
|
444
|
+
<span class='object_link'><a href="Box/Item.html#move-instance_method" title="Box::Item#move (method)">#move</a></span>
|
|
333
445
|
|
|
334
|
-
<small>Box::
|
|
446
|
+
<small>Box::Item</small>
|
|
335
447
|
|
|
336
448
|
</li>
|
|
337
449
|
|
|
338
450
|
|
|
339
451
|
<li class="r2 ">
|
|
340
|
-
<span class='object_link'><a href="Box/
|
|
452
|
+
<span class='object_link'><a href="Box/Api.html#new_copy-instance_method" title="Box::Api#new_copy (method)">#new_copy</a></span>
|
|
341
453
|
|
|
342
|
-
<small>Box::
|
|
454
|
+
<small>Box::Api</small>
|
|
343
455
|
|
|
344
456
|
</li>
|
|
345
457
|
|
|
346
458
|
|
|
347
459
|
<li class="r1 ">
|
|
348
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
460
|
+
<span class='object_link'><a href="Box/Api.html#overwrite-instance_method" title="Box::Api#overwrite (method)">#overwrite</a></span>
|
|
349
461
|
|
|
350
462
|
<small>Box::Api</small>
|
|
351
463
|
|
|
@@ -353,15 +465,15 @@
|
|
|
353
465
|
|
|
354
466
|
|
|
355
467
|
<li class="r2 ">
|
|
356
|
-
<span class='object_link'><a href="Box/
|
|
468
|
+
<span class='object_link'><a href="Box/Item.html#parent-instance_method" title="Box::Item#parent (method)">#parent</a></span>
|
|
357
469
|
|
|
358
|
-
<small>Box::
|
|
470
|
+
<small>Box::Item</small>
|
|
359
471
|
|
|
360
472
|
</li>
|
|
361
473
|
|
|
362
474
|
|
|
363
475
|
<li class="r1 ">
|
|
364
|
-
<span class='object_link'><a href="Box/Item.html#
|
|
476
|
+
<span class='object_link'><a href="Box/Item.html#path-instance_method" title="Box::Item#path (method)">#path</a></span>
|
|
365
477
|
|
|
366
478
|
<small>Box::Item</small>
|
|
367
479
|
|
|
@@ -369,15 +481,15 @@
|
|
|
369
481
|
|
|
370
482
|
|
|
371
483
|
<li class="r2 ">
|
|
372
|
-
<span class='object_link'><a href="Box/
|
|
484
|
+
<span class='object_link'><a href="Box/Api.html#query_download-instance_method" title="Box::Api#query_download (method)">#query_download</a></span>
|
|
373
485
|
|
|
374
|
-
<small>Box::
|
|
486
|
+
<small>Box::Api</small>
|
|
375
487
|
|
|
376
488
|
</li>
|
|
377
489
|
|
|
378
490
|
|
|
379
491
|
<li class="r1 ">
|
|
380
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
492
|
+
<span class='object_link'><a href="Box/Api.html#query_raw-instance_method" title="Box::Api#query_raw (method)">#query_raw</a></span>
|
|
381
493
|
|
|
382
494
|
<small>Box::Api</small>
|
|
383
495
|
|
|
@@ -385,7 +497,7 @@
|
|
|
385
497
|
|
|
386
498
|
|
|
387
499
|
<li class="r2 ">
|
|
388
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
500
|
+
<span class='object_link'><a href="Box/Api.html#query_rest-instance_method" title="Box::Api#query_rest (method)">#query_rest</a></span>
|
|
389
501
|
|
|
390
502
|
<small>Box::Api</small>
|
|
391
503
|
|
|
@@ -393,7 +505,7 @@
|
|
|
393
505
|
|
|
394
506
|
|
|
395
507
|
<li class="r1 ">
|
|
396
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
508
|
+
<span class='object_link'><a href="Box/Api.html#query_upload-instance_method" title="Box::Api#query_upload (method)">#query_upload</a></span>
|
|
397
509
|
|
|
398
510
|
<small>Box::Api</small>
|
|
399
511
|
|
|
@@ -401,23 +513,23 @@
|
|
|
401
513
|
|
|
402
514
|
|
|
403
515
|
<li class="r2 ">
|
|
404
|
-
<span class='object_link'><a href="Box/
|
|
516
|
+
<span class='object_link'><a href="Box/Account.html#register-instance_method" title="Box::Account#register (method)">#register</a></span>
|
|
405
517
|
|
|
406
|
-
<small>Box::
|
|
518
|
+
<small>Box::Account</small>
|
|
407
519
|
|
|
408
520
|
</li>
|
|
409
521
|
|
|
410
522
|
|
|
411
523
|
<li class="r1 ">
|
|
412
|
-
<span class='object_link'><a href="Box/
|
|
524
|
+
<span class='object_link'><a href="Box/Api.html#register_new_user-instance_method" title="Box::Api#register_new_user (method)">#register_new_user</a></span>
|
|
413
525
|
|
|
414
|
-
<small>Box::
|
|
526
|
+
<small>Box::Api</small>
|
|
415
527
|
|
|
416
528
|
</li>
|
|
417
529
|
|
|
418
530
|
|
|
419
531
|
<li class="r2 ">
|
|
420
|
-
<span class='object_link'><a href="Box/Api.html#
|
|
532
|
+
<span class='object_link'><a href="Box/Api.html#rename-instance_method" title="Box::Api#rename (method)">#rename</a></span>
|
|
421
533
|
|
|
422
534
|
<small>Box::Api</small>
|
|
423
535
|
|
|
@@ -425,15 +537,15 @@
|
|
|
425
537
|
|
|
426
538
|
|
|
427
539
|
<li class="r1 ">
|
|
428
|
-
<span class='object_link'><a href="Box/
|
|
540
|
+
<span class='object_link'><a href="Box/Item.html#rename-instance_method" title="Box::Item#rename (method)">#rename</a></span>
|
|
429
541
|
|
|
430
|
-
<small>Box::
|
|
542
|
+
<small>Box::Item</small>
|
|
431
543
|
|
|
432
544
|
</li>
|
|
433
545
|
|
|
434
546
|
|
|
435
547
|
<li class="r2 ">
|
|
436
|
-
<span class='object_link'><a href="Box/Item.html#
|
|
548
|
+
<span class='object_link'><a href="Box/Item.html#respond_to%3F-instance_method" title="Box::Item#respond_to? (method)">#respond_to?</a></span>
|
|
437
549
|
|
|
438
550
|
<small>Box::Item</small>
|
|
439
551
|
|
|
@@ -441,7 +553,7 @@
|
|
|
441
553
|
|
|
442
554
|
|
|
443
555
|
<li class="r1 ">
|
|
444
|
-
<span class='object_link'><a href="Box/Account.html#
|
|
556
|
+
<span class='object_link'><a href="Box/Account.html#respond_to%3F-instance_method" title="Box::Account#respond_to? (method)">#respond_to?</a></span>
|
|
445
557
|
|
|
446
558
|
<small>Box::Account</small>
|
|
447
559
|
|
|
@@ -449,7 +561,23 @@
|
|
|
449
561
|
|
|
450
562
|
|
|
451
563
|
<li class="r2 ">
|
|
452
|
-
<span class='object_link'><a href="Box/
|
|
564
|
+
<span class='object_link'><a href="Box/Comment.html#respond_to%3F-instance_method" title="Box::Comment#respond_to? (method)">#respond_to?</a></span>
|
|
565
|
+
|
|
566
|
+
<small>Box::Comment</small>
|
|
567
|
+
|
|
568
|
+
</li>
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
<li class="r1 ">
|
|
572
|
+
<span class='object_link'><a href="Box/Account.html#root-instance_method" title="Box::Account#root (method)">#root</a></span>
|
|
573
|
+
|
|
574
|
+
<small>Box::Account</small>
|
|
575
|
+
|
|
576
|
+
</li>
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
<li class="r2 ">
|
|
580
|
+
<span class='object_link'><a href="Box/Api.html#set_auth_token-instance_method" title="Box::Api#set_auth_token (method)">#set_auth_token</a></span>
|
|
453
581
|
|
|
454
582
|
<small>Box::Api</small>
|
|
455
583
|
|
|
@@ -457,15 +585,31 @@
|
|
|
457
585
|
|
|
458
586
|
|
|
459
587
|
<li class="r1 ">
|
|
460
|
-
<span class='object_link'><a href="Box/
|
|
588
|
+
<span class='object_link'><a href="Box/Item.html#set_description-instance_method" title="Box::Item#set_description (method)">#set_description</a></span>
|
|
589
|
+
|
|
590
|
+
<small>Box::Item</small>
|
|
591
|
+
|
|
592
|
+
</li>
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
<li class="r2 ">
|
|
596
|
+
<span class='object_link'><a href="Box/Api.html#set_description-instance_method" title="Box::Api#set_description (method)">#set_description</a></span>
|
|
461
597
|
|
|
462
598
|
<small>Box::Api</small>
|
|
463
599
|
|
|
464
600
|
</li>
|
|
465
601
|
|
|
466
602
|
|
|
603
|
+
<li class="r1 ">
|
|
604
|
+
<span class='object_link'><a href="Box/Account.html#ticket-instance_method" title="Box::Account#ticket (method)">#ticket</a></span>
|
|
605
|
+
|
|
606
|
+
<small>Box::Account</small>
|
|
607
|
+
|
|
608
|
+
</li>
|
|
609
|
+
|
|
610
|
+
|
|
467
611
|
<li class="r2 ">
|
|
468
|
-
<span class='object_link'><a href="Box/Folder.html#tree-instance_method" title="Box::Folder#tree (method)">#tree</a></span>
|
|
612
|
+
<span class='object_link'><a href="Box/Folder.html#tree-instance_method" title="Box::Folder#tree (method)">#tree</a></span>
|
|
469
613
|
|
|
470
614
|
<small>Box::Folder</small>
|
|
471
615
|
|
|
@@ -473,15 +617,15 @@
|
|
|
473
617
|
|
|
474
618
|
|
|
475
619
|
<li class="r1 ">
|
|
476
|
-
<span class='object_link'><a href="Box/
|
|
620
|
+
<span class='object_link'><a href="Box/Folder.html#type-class_method" title="Box::Folder.type (method)">type</a></span>
|
|
477
621
|
|
|
478
|
-
<small>Box::
|
|
622
|
+
<small>Box::Folder</small>
|
|
479
623
|
|
|
480
624
|
</li>
|
|
481
625
|
|
|
482
626
|
|
|
483
627
|
<li class="r2 ">
|
|
484
|
-
<span class='object_link'><a href="Box/Item.html#type-
|
|
628
|
+
<span class='object_link'><a href="Box/Item.html#type-instance_method" title="Box::Item#type (method)">#type</a></span>
|
|
485
629
|
|
|
486
630
|
<small>Box::Item</small>
|
|
487
631
|
|
|
@@ -489,15 +633,15 @@
|
|
|
489
633
|
|
|
490
634
|
|
|
491
635
|
<li class="r1 ">
|
|
492
|
-
<span class='object_link'><a href="Box/
|
|
636
|
+
<span class='object_link'><a href="Box/Item.html#type-class_method" title="Box::Item.type (method)">type</a></span>
|
|
493
637
|
|
|
494
|
-
<small>Box::
|
|
638
|
+
<small>Box::Item</small>
|
|
495
639
|
|
|
496
640
|
</li>
|
|
497
641
|
|
|
498
642
|
|
|
499
643
|
<li class="r2 ">
|
|
500
|
-
<span class='object_link'><a href="Box/File.html#type-class_method" title="Box::File.type (method)">type</a></span>
|
|
644
|
+
<span class='object_link'><a href="Box/File.html#type-class_method" title="Box::File.type (method)">type</a></span>
|
|
501
645
|
|
|
502
646
|
<small>Box::File</small>
|
|
503
647
|
|
|
@@ -505,7 +649,7 @@
|
|
|
505
649
|
|
|
506
650
|
|
|
507
651
|
<li class="r1 ">
|
|
508
|
-
<span class='object_link'><a href="Box/Item.html#types-class_method" title="Box::Item.types (method)">types</a></span>
|
|
652
|
+
<span class='object_link'><a href="Box/Item.html#types-class_method" title="Box::Item.types (method)">types</a></span>
|
|
509
653
|
|
|
510
654
|
<small>Box::Item</small>
|
|
511
655
|
|
|
@@ -513,7 +657,7 @@
|
|
|
513
657
|
|
|
514
658
|
|
|
515
659
|
<li class="r2 ">
|
|
516
|
-
<span class='object_link'><a href="Box/Item.html#types-instance_method" title="Box::Item#types (method)">#types</a></span>
|
|
660
|
+
<span class='object_link'><a href="Box/Item.html#types-instance_method" title="Box::Item#types (method)">#types</a></span>
|
|
517
661
|
|
|
518
662
|
<small>Box::Item</small>
|
|
519
663
|
|
|
@@ -521,23 +665,23 @@
|
|
|
521
665
|
|
|
522
666
|
|
|
523
667
|
<li class="r1 ">
|
|
524
|
-
<span class='object_link'><a href="Box/
|
|
668
|
+
<span class='object_link'><a href="Box/Api.html#upload-instance_method" title="Box::Api#upload (method)">#upload</a></span>
|
|
525
669
|
|
|
526
|
-
<small>Box::
|
|
670
|
+
<small>Box::Api</small>
|
|
527
671
|
|
|
528
672
|
</li>
|
|
529
673
|
|
|
530
674
|
|
|
531
675
|
<li class="r2 ">
|
|
532
|
-
<span class='object_link'><a href="Box/
|
|
676
|
+
<span class='object_link'><a href="Box/Folder.html#upload-instance_method" title="Box::Folder#upload (method)">#upload</a></span>
|
|
533
677
|
|
|
534
|
-
<small>Box::
|
|
678
|
+
<small>Box::Folder</small>
|
|
535
679
|
|
|
536
680
|
</li>
|
|
537
681
|
|
|
538
682
|
|
|
539
683
|
<li class="r1 ">
|
|
540
|
-
<span class='object_link'><a href="Box/File.html#upload_copy-instance_method" title="Box::File#upload_copy (method)">#upload_copy</a></span>
|
|
684
|
+
<span class='object_link'><a href="Box/File.html#upload_copy-instance_method" title="Box::File#upload_copy (method)">#upload_copy</a></span>
|
|
541
685
|
|
|
542
686
|
<small>Box::File</small>
|
|
543
687
|
|
|
@@ -545,7 +689,7 @@
|
|
|
545
689
|
|
|
546
690
|
|
|
547
691
|
<li class="r2 ">
|
|
548
|
-
<span class='object_link'><a href="Box/File.html#upload_overwrite-instance_method" title="Box::File#upload_overwrite (method)">#upload_overwrite</a></span>
|
|
692
|
+
<span class='object_link'><a href="Box/File.html#upload_overwrite-instance_method" title="Box::File#upload_overwrite (method)">#upload_overwrite</a></span>
|
|
549
693
|
|
|
550
694
|
<small>Box::File</small>
|
|
551
695
|
|
|
@@ -553,7 +697,7 @@
|
|
|
553
697
|
|
|
554
698
|
|
|
555
699
|
<li class="r1 ">
|
|
556
|
-
<span class='object_link'><a href="Box/Api.html#upload_url-instance_method" title="Box::Api#upload_url (method)">#upload_url</a></span>
|
|
700
|
+
<span class='object_link'><a href="Box/Api.html#upload_url-instance_method" title="Box::Api#upload_url (method)">#upload_url</a></span>
|
|
557
701
|
|
|
558
702
|
<small>Box::Api</small>
|
|
559
703
|
|
|
@@ -561,7 +705,7 @@
|
|
|
561
705
|
|
|
562
706
|
|
|
563
707
|
<li class="r2 ">
|
|
564
|
-
<span class='object_link'><a href="Box/Api.html#verify_registration_email-instance_method" title="Box::Api#verify_registration_email (method)">#verify_registration_email</a></span>
|
|
708
|
+
<span class='object_link'><a href="Box/Api.html#verify_registration_email-instance_method" title="Box::Api#verify_registration_email (method)">#verify_registration_email</a></span>
|
|
565
709
|
|
|
566
710
|
<small>Box::Api</small>
|
|
567
711
|
|