Skip to content

Commit 10c073b

Browse files
committed
Regenerate documentation
1 parent acea761 commit 10c073b

File tree

289 files changed

+3803
-1298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

289 files changed

+3803
-1298
lines changed

docs/DropboxApi.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h2>
109109
<dt id="VERSION-constant" class="">VERSION =
110110

111111
</dt>
112-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.1.19</span><span class='tstring_end'>&#39;</span></span></pre></dd>
112+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.1.20</span><span class='tstring_end'>&#39;</span></span></pre></dd>
113113

114114
</dl>
115115

@@ -125,9 +125,9 @@ <h2>
125125
</div>
126126

127127
<div id="footer">
128-
Generated on Sun Feb 7 11:51:54 2021 by
128+
Generated on Wed Sep 29 23:44:24 2021 by
129129
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130-
0.9.26 (ruby-2.5.1).
130+
0.9.26 (ruby-2.6.5).
131131
</div>
132132

133133
</div>

docs/DropboxApi/Authenticator.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@
8787

8888

8989

90-
<dl>
91-
<dt>Extended by:</dt>
92-
<dd>Forwardable</dd>
93-
</dl>
94-
9590

9691

9792

@@ -150,7 +145,6 @@ <h2>
150145

151146

152147

153-
154148
<div id="constructor_details" class="method_details_list">
155149
<h2>Constructor Details</h2>
156150

@@ -180,21 +174,21 @@ <h3 class="signature first" id="initialize-instance_method">
180174
<pre class="lines">
181175

182176

177+
6
178+
7
183179
8
184180
9
185181
10
186-
11
187-
12
188-
13</pre>
182+
11</pre>
189183
</td>
190184
<td>
191-
<pre class="code"><span class="info file"># File 'lib/dropbox_api/authenticator.rb', line 8</span>
185+
<pre class="code"><span class="info file"># File 'lib/dropbox_api/authenticator.rb', line 6</span>
192186

193187
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_client_id'>client_id</span><span class='comma'>,</span> <span class='id identifier rubyid_client_secret'>client_secret</span><span class='rparen'>)</span>
194-
<span class='ivar'>@auth_code</span> <span class='op'>=</span> <span class='const'>OAuth2</span><span class='op'>::</span><span class='const'>Client</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_client_id'>client_id</span><span class='comma'>,</span> <span class='id identifier rubyid_client_secret'>client_secret</span><span class='comma'>,</span> <span class='lbrace'>{</span>
188+
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_client_id'>client_id</span><span class='comma'>,</span> <span class='id identifier rubyid_client_secret'>client_secret</span><span class='comma'>,</span> <span class='lbrace'>{</span>
195189
<span class='label'>authorize_url:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://www.dropbox.com/oauth2/authorize</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span>
196190
<span class='label'>token_url:</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://api.dropboxapi.com/oauth2/token</span><span class='tstring_end'>&#39;</span></span>
197-
<span class='rbrace'>}</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_auth_code'>auth_code</span>
191+
<span class='rbrace'>}</span><span class='rparen'>)</span>
198192
<span class='kw'>end</span></pre>
199193
</td>
200194
</tr>
@@ -207,9 +201,9 @@ <h3 class="signature first" id="initialize-instance_method">
207201
</div>
208202

209203
<div id="footer">
210-
Generated on Sun Feb 7 11:51:55 2021 by
204+
Generated on Wed Sep 29 23:44:25 2021 by
211205
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
212-
0.9.26 (ruby-2.5.1).
206+
0.9.26 (ruby-2.6.5).
213207
</div>
214208

215209
</div>

docs/DropboxApi/ChunkedUploader.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ <h3 class="signature " id="upload-instance_method">
401401
</div>
402402

403403
<div id="footer">
404-
Generated on Sun Feb 7 11:51:55 2021 by
404+
Generated on Wed Sep 29 23:44:25 2021 by
405405
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
406-
0.9.26 (ruby-2.5.1).
406+
0.9.26 (ruby-2.6.5).
407407
</div>
408408

409409
</div>

0 commit comments

Comments
 (0)