mirror of
https://github.com/ngrok/ngrok-api-ruby.git
synced 2026-05-17 16:50:40 +00:00
Merge pull request #35 from ngrok/pr/generated-7e3309d25e
Update generated files
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
<!-- Code generated for API Clients. DO NOT EDIT. -->
|
||||
## 0.26.0
|
||||
* Add support for `ids` and `urls` query parameters when listing endpoint resources.
|
||||
|
||||
## 0.25.0
|
||||
* Renamed `upstream_proto` to `upstream_protocol` for `endpoint` resources
|
||||
* Added support for `pooling_enabled` on Endpoints
|
||||
* Add support for `vaults`
|
||||
* Add support for `secrets`
|
||||
|
||||
## 0.24.0
|
||||
* Added support for Cloud Endpoints (currently in private beta).
|
||||
* Renamed `principal_id` to `principal` for `endpoint` resources
|
||||
|
||||
## 0.23.0
|
||||
* Renamed the Policy Module to the Traffic Policy Module on HTTP Edge Routes, TCP Edges, and TLS Edges, which allows you to configure rules that can be used to influence and control traffic to and from your upstream service. The Traffic Policy itself is now specified as either a JSON or YAML string.
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
ngrok-api (0.24.0)
|
||||
ngrok-api (0.25.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
||||
+3
-3
File diff suppressed because one or more lines are too long
+223
-67
@@ -608,6 +608,30 @@
|
||||
<p>Reserved Domains are hostnames that you can listen for traffic on.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#secrets-instance_method" title="#secrets (instance method)">#<strong>secrets</strong> ⇒ NgrokAPI::Services::SecretsClient </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Secrets is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -776,6 +800,30 @@
|
||||
<p>Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#vaults-instance_method" title="#vaults (instance method)">#<strong>vaults</strong> ⇒ NgrokAPI::Services::VaultsClient </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Vaults is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -1046,19 +1094,19 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
221
|
||||
222
|
||||
223
|
||||
224
|
||||
225
|
||||
226
|
||||
227
|
||||
228
|
||||
229
|
||||
230</pre>
|
||||
239
|
||||
240
|
||||
241
|
||||
242
|
||||
243
|
||||
244
|
||||
245
|
||||
246
|
||||
247
|
||||
248</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 221</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 239</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_backends'>backends</span>
|
||||
<span class='id identifier rubyid_ns'>ns</span> <span class='op'>=</span> <span class='const'>OpenStruct</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
||||
@@ -1228,24 +1276,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
242
|
||||
243
|
||||
244
|
||||
245
|
||||
246
|
||||
247
|
||||
248
|
||||
249
|
||||
250
|
||||
251
|
||||
252
|
||||
253
|
||||
254
|
||||
255
|
||||
256
|
||||
257
|
||||
258
|
||||
259
|
||||
260
|
||||
261
|
||||
262
|
||||
@@ -1255,10 +1285,28 @@
|
||||
266
|
||||
267
|
||||
268
|
||||
269</pre>
|
||||
269
|
||||
270
|
||||
271
|
||||
272
|
||||
273
|
||||
274
|
||||
275
|
||||
276
|
||||
277
|
||||
278
|
||||
279
|
||||
280
|
||||
281
|
||||
282
|
||||
283
|
||||
284
|
||||
285
|
||||
286
|
||||
287</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 242</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 260</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_edge_modules'>edge_modules</span>
|
||||
<span class='id identifier rubyid_ns'>ns</span> <span class='op'>=</span> <span class='const'>OpenStruct</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
||||
@@ -1308,18 +1356,18 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
232
|
||||
233
|
||||
234
|
||||
235
|
||||
236
|
||||
237
|
||||
238
|
||||
239
|
||||
240</pre>
|
||||
250
|
||||
251
|
||||
252
|
||||
253
|
||||
254
|
||||
255
|
||||
256
|
||||
257
|
||||
258</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 232</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 250</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_edges'>edges</span>
|
||||
<span class='id identifier rubyid_ns'>ns</span> <span class='op'>=</span> <span class='const'>OpenStruct</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
|
||||
@@ -1747,6 +1795,60 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="secrets-instance_method">
|
||||
|
||||
#<strong>secrets</strong> ⇒ <tt><span class='object_link'><a href="Services/SecretsClient.html" title="NgrokAPI::Services::SecretsClient (class)">NgrokAPI::Services::SecretsClient</a></span></tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Secrets is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
<p class="tag_title">Returns:</p>
|
||||
<ul class="return">
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
<span class='type'>(<tt><span class='object_link'><a href="Services/SecretsClient.html" title="NgrokAPI::Services::SecretsClient (class)">NgrokAPI::Services::SecretsClient</a></span></tt>)</span>
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
167
|
||||
168
|
||||
169</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 167</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_secrets'>secrets</span>
|
||||
<span class='ivar'>@_secrets</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SecretsClient.html" title="NgrokAPI::Services::SecretsClient (class)">SecretsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SecretsClient.html#initialize-instance_method" title="NgrokAPI::Services::SecretsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
@@ -1788,12 +1890,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
167
|
||||
168
|
||||
169</pre>
|
||||
176
|
||||
177
|
||||
178</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 167</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 176</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_ssh_certificate_authorities'>ssh_certificate_authorities</span>
|
||||
<span class='ivar'>@_ssh_certificate_authorities</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient (class)">SSHCertificateAuthoritiesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHCertificateAuthoritiesClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHCertificateAuthoritiesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
@@ -1842,12 +1944,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
176
|
||||
177
|
||||
178</pre>
|
||||
185
|
||||
186
|
||||
187</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 176</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 185</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_ssh_credentials'>ssh_credentials</span>
|
||||
<span class='ivar'>@_ssh_credentials</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHCredentialsClient.html" title="NgrokAPI::Services::SSHCredentialsClient (class)">SSHCredentialsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHCredentialsClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHCredentialsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
@@ -1896,12 +1998,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
186
|
||||
187
|
||||
188</pre>
|
||||
195
|
||||
196
|
||||
197</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 186</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 195</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_ssh_host_certificates'>ssh_host_certificates</span>
|
||||
<span class='ivar'>@_ssh_host_certificates</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHHostCertificatesClient.html" title="NgrokAPI::Services::SSHHostCertificatesClient (class)">SSHHostCertificatesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHHostCertificatesClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHHostCertificatesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
@@ -1950,12 +2052,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
196
|
||||
197
|
||||
198</pre>
|
||||
205
|
||||
206
|
||||
207</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 196</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 205</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_ssh_user_certificates'>ssh_user_certificates</span>
|
||||
<span class='ivar'>@_ssh_user_certificates</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/SSHUserCertificatesClient.html" title="NgrokAPI::Services::SSHUserCertificatesClient (class)">SSHUserCertificatesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/SSHUserCertificatesClient.html#initialize-instance_method" title="NgrokAPI::Services::SSHUserCertificatesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
@@ -2004,12 +2106,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
208
|
||||
209
|
||||
210</pre>
|
||||
217
|
||||
218
|
||||
219</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 208</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 217</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_tls_certificates'>tls_certificates</span>
|
||||
<span class='ivar'>@_tls_certificates</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TLSCertificatesClient.html" title="NgrokAPI::Services::TLSCertificatesClient (class)">TLSCertificatesClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TLSCertificatesClient.html#initialize-instance_method" title="NgrokAPI::Services::TLSCertificatesClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
@@ -2112,12 +2214,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
217
|
||||
218
|
||||
219</pre>
|
||||
226
|
||||
227
|
||||
228</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 217</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 226</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_tunnels'>tunnels</span>
|
||||
<span class='ivar'>@_tunnels</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/TunnelsClient.html" title="NgrokAPI::Services::TunnelsClient (class)">TunnelsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/TunnelsClient.html#initialize-instance_method" title="NgrokAPI::Services::TunnelsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
@@ -2125,6 +2227,60 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="vaults-instance_method">
|
||||
|
||||
#<strong>vaults</strong> ⇒ <tt><span class='object_link'><a href="Services/VaultsClient.html" title="NgrokAPI::Services::VaultsClient (class)">NgrokAPI::Services::VaultsClient</a></span></tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Vaults is an api service for securely storing and managing sensitive data such as secrets, credentials, and tokens.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
<p class="tag_title">Returns:</p>
|
||||
<ul class="return">
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
<span class='type'>(<tt><span class='object_link'><a href="Services/VaultsClient.html" title="NgrokAPI::Services::VaultsClient (class)">NgrokAPI::Services::VaultsClient</a></span></tt>)</span>
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
235
|
||||
236
|
||||
237</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/client.rb', line 235</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_vaults'>vaults</span>
|
||||
<span class='ivar'>@_vaults</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services.html" title="NgrokAPI::Services (module)">Services</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Services/VaultsClient.html" title="NgrokAPI::Services::VaultsClient (class)">VaultsClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Services/VaultsClient.html#initialize-instance_method" title="NgrokAPI::Services::VaultsClient#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='label'>client:</span> <span class='ivar'>@client</span><span class='rparen'>)</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -2132,9 +2288,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:22 2024 by
|
||||
Generated on Thu Aug 14 22:44:14 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -295,9 +295,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:22 2024 by
|
||||
Generated on Thu Aug 14 22:44:14 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -105,9 +105,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:22 2024 by
|
||||
Generated on Thu Aug 14 22:44:14 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -299,9 +299,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1267,9 +1267,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:22 2024 by
|
||||
Generated on Thu Aug 14 22:44:14 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1189,9 +1189,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1033,9 +1033,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1417,9 +1417,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:29 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:29 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1404,9 +1404,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:18 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1326,9 +1326,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1041,9 +1041,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1485,9 +1485,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1269,9 +1269,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -451,6 +451,35 @@
|
||||
<p>Returns the value of attribute name.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#pooling_enabled-instance_method" title="#pooling_enabled (instance method)">#<strong>pooling_enabled</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute pooling_enabled.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -509,35 +538,6 @@
|
||||
<p>Returns the value of attribute principal.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#principal_id-instance_method" title="#principal_id (instance method)">#<strong>principal_id</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute principal_id.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -834,7 +834,7 @@
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#upstream_proto-instance_method" title="#upstream_proto (instance method)">#<strong>upstream_proto</strong> ⇒ Object </a>
|
||||
<a href="#upstream_protocol-instance_method" title="#upstream_protocol (instance method)">#<strong>upstream_protocol</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
@@ -854,7 +854,7 @@
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute upstream_proto.</p>
|
||||
<p>Returns the value of attribute upstream_protocol.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
@@ -1079,7 +1079,7 @@
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil) ⇒ Object </a>
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
@@ -1194,10 +1194,9 @@
|
||||
<span class='ivar'>@tunnel</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tunnel</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@edge</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>edge</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@upstream_url</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>upstream_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@upstream_proto</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>upstream_proto</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@upstream_protocol</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>upstream_protocol</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@url</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@principal</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>principal</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@principal_id</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>principal_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@traffic_policy</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>traffic_policy</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@bindings</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>bindings</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@tunnel_session</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tunnel_session</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
@@ -1205,6 +1204,7 @@
|
||||
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='const'>URI</span><span class='lparen'>(</span><span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
||||
<span class='kw'>end</span>
|
||||
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>name</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@pooling_enabled</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>pooling_enabled</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1733,6 +1733,49 @@
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="pooling_enabled-instance_method">
|
||||
|
||||
#<strong>pooling_enabled</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute pooling_enabled.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
10
|
||||
11
|
||||
12</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span>
|
||||
<span class='ivar'>@pooling_enabled</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="port-instance_method">
|
||||
@@ -1819,49 +1862,6 @@
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="principal_id-instance_method">
|
||||
|
||||
#<strong>principal_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute principal_id.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
10
|
||||
11
|
||||
12</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_principal_id'>principal_id</span>
|
||||
<span class='ivar'>@principal_id</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="proto-instance_method">
|
||||
@@ -2294,9 +2294,9 @@
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="upstream_proto-instance_method">
|
||||
<h3 class="signature " id="upstream_protocol-instance_method">
|
||||
|
||||
#<strong>upstream_proto</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
#<strong>upstream_protocol</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
@@ -2305,7 +2305,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute upstream_proto.</p>
|
||||
<p>Returns the value of attribute upstream_protocol.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -2326,8 +2326,8 @@
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_upstream_proto'>upstream_proto</span>
|
||||
<span class='ivar'>@upstream_proto</span>
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_upstream_protocol'>upstream_protocol</span>
|
||||
<span class='ivar'>@upstream_protocol</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -2528,14 +2528,14 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
118
|
||||
119
|
||||
120
|
||||
121
|
||||
122</pre>
|
||||
122
|
||||
123
|
||||
124
|
||||
125</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 118</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 121</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
||||
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
||||
@@ -2610,7 +2610,7 @@
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="update-instance_method">
|
||||
|
||||
#<strong>update</strong>(url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil) ⇒ <tt>Object</tt>
|
||||
#<strong>update</strong>(url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
@@ -2655,7 +2655,10 @@
|
||||
109
|
||||
110
|
||||
111
|
||||
112</pre>
|
||||
112
|
||||
113
|
||||
114
|
||||
115</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 92</span>
|
||||
@@ -2665,20 +2668,23 @@
|
||||
<span class='label'>traffic_policy:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>bindings:</span> <span class='kw'>nil</span>
|
||||
<span class='label'>bindings:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>pooling_enabled:</span> <span class='const'>False</span>
|
||||
<span class='rparen'>)</span>
|
||||
<span class='ivar'>@url</span> <span class='op'>=</span> <span class='id identifier rubyid_url'>url</span> <span class='kw'>if</span> <span class='id identifier rubyid_url'>url</span>
|
||||
<span class='ivar'>@traffic_policy</span> <span class='op'>=</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
||||
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='id identifier rubyid_description'>description</span> <span class='kw'>if</span> <span class='id identifier rubyid_description'>description</span>
|
||||
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='id identifier rubyid_metadata'>metadata</span> <span class='kw'>if</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
||||
<span class='ivar'>@bindings</span> <span class='op'>=</span> <span class='id identifier rubyid_bindings'>bindings</span> <span class='kw'>if</span> <span class='id identifier rubyid_bindings'>bindings</span>
|
||||
<span class='ivar'>@pooling_enabled</span> <span class='op'>=</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span> <span class='kw'>if</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span>
|
||||
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
||||
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
||||
<span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
|
||||
<span class='label'>traffic_policy:</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span><span class='comma'>,</span>
|
||||
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
||||
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span><span class='comma'>,</span>
|
||||
<span class='label'>bindings:</span> <span class='id identifier rubyid_bindings'>bindings</span>
|
||||
<span class='label'>bindings:</span> <span class='id identifier rubyid_bindings'>bindings</span><span class='comma'>,</span>
|
||||
<span class='label'>pooling_enabled:</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span>
|
||||
<span class='rparen'>)</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
@@ -2691,9 +2697,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -955,9 +955,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:18 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:29 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:30 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1029,9 +1029,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1029,9 +1029,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:29 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:29 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1103,9 +1103,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:21 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1177,9 +1177,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:21 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:29 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1633,9 +1633,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1251,9 +1251,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:21 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:32 2024 by
|
||||
Generated on Thu Aug 14 22:44:24 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:30 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:30 2024 by
|
||||
Generated on Thu Aug 14 22:44:23 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:32 2024 by
|
||||
Generated on Thu Aug 14 22:44:24 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1104,9 +1104,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -663,9 +663,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -663,9 +663,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1104,9 +1104,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:18 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -955,9 +955,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:32 2024 by
|
||||
Generated on Thu Aug 14 22:44:25 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:31 2024 by
|
||||
Generated on Thu Aug 14 22:44:23 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1121,9 +1121,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1277,9 +1277,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1355,9 +1355,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -2321,9 +2321,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1041,9 +1041,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1269,9 +1269,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1178,9 +1178,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -992,9 +992,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -663,9 +663,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:22 2024 by
|
||||
Generated on Thu Aug 14 22:44:14 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1104,9 +1104,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1474,9 +1474,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:28 2024 by
|
||||
Generated on Thu Aug 14 22:44:21 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:30 2024 by
|
||||
Generated on Thu Aug 14 22:44:23 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:30 2024 by
|
||||
Generated on Thu Aug 14 22:44:23 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1189,9 +1189,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:29 2024 by
|
||||
Generated on Thu Aug 14 22:44:22 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1269,9 +1269,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1559,9 +1559,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1707,9 +1707,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1201,9 +1201,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:18 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1361,9 +1361,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -2225,9 +2225,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:27 2024 by
|
||||
Generated on Thu Aug 14 22:44:20 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1521,9 +1521,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1329,9 +1329,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:22 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1195,9 +1195,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:26 2024 by
|
||||
Generated on Thu Aug 14 22:44:19 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1255,9 +1255,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:24 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -955,9 +955,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:16 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1121,9 +1121,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:25 2024 by
|
||||
Generated on Thu Aug 14 22:44:17 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -625,9 +625,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Oct 24 20:57:23 2024 by
|
||||
Generated on Thu Aug 14 22:44:15 2025 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.5).
|
||||
0.9.36 (ruby-3.3.8).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user