mirror of
https://github.com/ngrok/ngrok-api-ruby.git
synced 2026-05-17 16:50:40 +00:00
Merge pull request #22 from ngrok/pr/generated-f61d0031a6
Update generated files
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
<!-- Code generated for API Clients. DO NOT EDIT. -->
|
||||
|
||||
## 0.22.0
|
||||
## 0.16.0
|
||||
|
||||
* Added support for the Bot User API. The Bot User API allows you to manage the bots that are registered to your ngrok account. You can automate the creation, management, and deletion of bot users in your account.
|
||||
|
||||
|
||||
@@ -31,5 +31,5 @@ group :development, :test do
|
||||
# https://github.com/airbnb/ruby/tree/master/rubocop
|
||||
gem 'rubocop'
|
||||
# https://github.com/airbnb/ruby/tree/master/rubocop-airbnb
|
||||
gem 'rubocop-airbnb'
|
||||
gem 'rubocop-airbnb', '~> 6.0.0'
|
||||
end
|
||||
|
||||
+3
-3
File diff suppressed because one or more lines are too long
+19
-19
@@ -845,7 +845,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Abuse Reports allow you to submit take-down requests for URLs hosted by ngrok that violate ngrok’s terms of service.</p>
|
||||
<p>Abuse Reports allow you to submit take-down requests for URLs hosted by ngrok that violate ngrok’s terms of service.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -929,7 +929,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API</a>. You may use the API itself to provision and manage API Keys but you’ll need to provision your first API key from the <a href="https://dashboard.ngrok.com/api/keys">API Keys page</a> on your ngrok.com dashboard.</p>
|
||||
<p>API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API</a>. You may use the API itself to provision and manage API Keys but you’ll need to provision your first API key from the <a href="https://dashboard.ngrok.com/api/keys">API Keys page</a> on your ngrok.com dashboard.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1117,7 +1117,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Certificate Authorities are x509 certificates that are used to sign other x509 certificates. Attach a Certificate Authority to the Mutual TLS module to verify that the TLS certificate presented by a client has been signed by this CA. Certificate Authorities are used only for mTLS validation only and thus a private key is not included in the resource.</p>
|
||||
<p>Certificate Authorities are x509 certificates that are used to sign other x509 certificates. Attach a Certificate Authority to the Mutual TLS module to verify that the TLS certificate presented by a client has been signed by this CA. Certificate Authorities are used only for mTLS validation only and thus a private key is not included in the resource.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1171,7 +1171,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the <code>ngrok config add-authtoken</code> command or by specifying it in the <code>ngrok.yml</code> configuration file with the <code>authtoken</code> property.</p>
|
||||
<p>Tunnel Credentials are ngrok agent authtokens. They authorize the ngrok agent to connect the ngrok service as your account. They are installed with the <code>ngrok config add-authtoken</code> command or by specifying it in the <code>ngrok.yml</code> configuration file with the <code>authtoken</code> property.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1341,7 +1341,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport. Only active endpoints associated with a tunnel or backend are returned.</p>
|
||||
<p>Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport. Only active endpoints associated with a tunnel or backend are returned.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1485,7 +1485,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>IP Policies are reusable groups of CIDR ranges with an <code>allow</code> or <code>deny</code> action. They can be attached to endpoints via the Endpoint Configuration IP Policy module. They can also be used with IP Restrictions to control source IP ranges that can start tunnel sessions and connect to the API and dashboard.</p>
|
||||
<p>IP Policies are reusable groups of CIDR ranges with an <code>allow</code> or <code>deny</code> action. They can be attached to endpoints via the Endpoint Configuration IP Policy module. They can also be used with IP Restrictions to control source IP ranges that can start tunnel sessions and connect to the API and dashboard.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1539,7 +1539,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.</p>
|
||||
<p>IP Policy Rules are the IPv4 or IPv6 CIDRs entries that make up an IP Policy.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1593,7 +1593,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account. An IP restriction has a type which defines the ingress it applies to. IP restrictions can be used to enforce the source IPs that can make API requests, log in to the dashboard, start ngrok agents, and connect to your public-facing endpoints.</p>
|
||||
<p>An IP restriction is a restriction placed on the CIDRs that are allowed to initiate traffic to a specific aspect of your ngrok account. An IP restriction has a type which defines the ingress it applies to. IP restrictions can be used to enforce the source IPs that can make API requests, log in to the dashboard, start ngrok agents, and connect to your public-facing endpoints.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1647,7 +1647,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Reserved Addresses are TCP addresses that can be used to listen for traffic. TCP address hostnames and ports are assigned by ngrok, they cannot be chosen.</p>
|
||||
<p>Reserved Addresses are TCP addresses that can be used to listen for traffic. TCP address hostnames and ports are assigned by ngrok, they cannot be chosen.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1701,7 +1701,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Reserved Domains are hostnames that you can listen for traffic on. Domains can be used to listen for http, https or tls traffic. You may use a domain that you own by creating a CNAME record specified in the returned resource. This CNAME record points traffic for that domain to ngrok’s edge servers.</p>
|
||||
<p>Reserved Domains are hostnames that you can listen for traffic on. Domains can be used to listen for http, https or tls traffic. You may use a domain that you own by creating a CNAME record specified in the returned resource. This CNAME record points traffic for that domain to ngrok’s edge servers.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1755,7 +1755,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.</p>
|
||||
<p>An SSH Certificate Authority is a pair of an SSH Certificate and its private key that can be used to sign other SSH host and user certificates.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1809,7 +1809,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.</p>
|
||||
<p>SSH Credentials are SSH public keys that can be used to start SSH tunnels via the ngrok SSH tunnel gateway.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1863,7 +1863,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.</p>
|
||||
<p>SSH Host Certificates along with the corresponding private key allows an SSH server to assert its authenticity to connecting SSH clients who trust the SSH Certificate Authority that was used to sign the certificate.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1917,7 +1917,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection. The SSH server must trust the SSH Certificate Authority used to sign the certificate.</p>
|
||||
<p>SSH User Certificates are presented by SSH clients when connecting to an SSH server to authenticate their connection. The SSH server must trust the SSH Certificate Authority used to sign the certificate.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1971,7 +1971,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic. TLS certificates are unused until they are attached to a Domain. TLS Certificates may also be provisioned by ngrok automatically for domains on which you have enabled automated certificate provisioning.</p>
|
||||
<p>TLS Certificates are pairs of x509 certificates and their matching private key that can be used to terminate TLS traffic. TLS certificates are unused until they are attached to a Domain. TLS Certificates may also be provisioned by ngrok automatically for domains on which you have enabled automated certificate provisioning.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -2025,7 +2025,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service. Each tunnel session can include one or more Tunnels.</p>
|
||||
<p>Tunnel Sessions represent instances of ngrok agents or SSH reverse tunnel sessions that are running and connected to the ngrok service. Each tunnel session can include one or more Tunnels.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -2079,7 +2079,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.</p>
|
||||
<p>Tunnels provide endpoints to access services exposed by a running ngrok agent tunnel session or an SSH reverse tunnel session.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -2126,9 +2126,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -295,9 +295,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:04 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -105,9 +105,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:04 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -299,9 +299,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1267,9 +1267,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1189,9 +1189,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1033,9 +1033,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:11 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1417,9 +1417,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:11 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:14 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:14 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1404,9 +1404,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1326,9 +1326,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1041,9 +1041,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1485,9 +1485,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:11 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1269,9 +1269,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1477,9 +1477,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -955,9 +955,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:17 2024 by
|
||||
Generated on Thu Jul 25 21:32:09 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:14 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:15 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1029,9 +1029,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:13 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1029,9 +1029,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:14 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:15 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1103,9 +1103,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:13 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -881,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1177,9 +1177,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:13 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:15 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1633,9 +1633,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1251,9 +1251,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:20 2024 by
|
||||
Generated on Thu Jul 25 21:32:13 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:25 2024 by
|
||||
Generated on Thu Jul 25 21:32:18 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,669 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>
|
||||
Class: NgrokAPI::Models::EndpointTrafficPolicy
|
||||
|
||||
— Documentation by YARD 0.9.36
|
||||
|
||||
</title>
|
||||
|
||||
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
||||
|
||||
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript">
|
||||
pathId = "NgrokAPI::Models::EndpointTrafficPolicy";
|
||||
relpath = '../../';
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="nav_wrap">
|
||||
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
||||
<div id="resizer"></div>
|
||||
</div>
|
||||
|
||||
<div id="main" tabindex="-1">
|
||||
<div id="header">
|
||||
<div id="menu">
|
||||
|
||||
<a href="../../_index.html">Index (E)</a> »
|
||||
<span class='title'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span> » <span class='title'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span>
|
||||
»
|
||||
<span class="title">EndpointTrafficPolicy</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="search">
|
||||
|
||||
<a class="full_list_link" id="class_list_link"
|
||||
href="../../class_list.html">
|
||||
|
||||
<svg width="24" height="24">
|
||||
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
||||
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
||||
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div id="content"><h1>Class: NgrokAPI::Models::EndpointTrafficPolicy
|
||||
|
||||
|
||||
|
||||
</h1>
|
||||
<div class="box_info">
|
||||
|
||||
<dl>
|
||||
<dt>Inherits:</dt>
|
||||
<dd>
|
||||
<span class="inheritName">Object</span>
|
||||
|
||||
<ul class="fullTree">
|
||||
<li>Object</li>
|
||||
|
||||
<li class="next">NgrokAPI::Models::EndpointTrafficPolicy</li>
|
||||
|
||||
</ul>
|
||||
<a href="#" class="inheritanceTree">show all</a>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl>
|
||||
<dt>Defined in:</dt>
|
||||
<dd>lib/ngrokapi/models/endpoint_traffic_policy.rb</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
||||
<ul class="summary">
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#attrs-instance_method" title="#attrs (instance method)">#<strong>attrs</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute attrs.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#client-instance_method" title="#client (instance method)">#<strong>client</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute client.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#enabled-instance_method" title="#enabled (instance method)">#<strong>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 enabled.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#value-instance_method" title="#value (instance method)">#<strong>value</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute value.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
Instance Method Summary
|
||||
<small><a href="#" class="summary_toggle">collapse</a></small>
|
||||
</h2>
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ EndpointTrafficPolicy </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
<span class="note title constructor">constructor</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>A new instance of EndpointTrafficPolicy.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#to_h-instance_method" title="#to_h (instance method)">#<strong>to_h</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="constructor_details" class="method_details_list">
|
||||
<h2>Constructor Details</h2>
|
||||
|
||||
<div class="method_details first">
|
||||
<h3 class="signature first" id="initialize-instance_method">
|
||||
|
||||
#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::EndpointTrafficPolicy (class)">EndpointTrafficPolicy</a></span></tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns a new instance of EndpointTrafficPolicy.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
13
|
||||
14
|
||||
15
|
||||
16
|
||||
17
|
||||
18</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 13</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>attrs:</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
||||
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
||||
<span class='ivar'>@attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
||||
<span class='ivar'>@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'>enabled</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@value</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'>value</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="instance_attr_details" class="attr_details">
|
||||
<h2>Instance Attribute Details</h2>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details first">
|
||||
<h3 class="signature first" id="attrs-instance_method">
|
||||
|
||||
#<strong>attrs</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute attrs.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
||||
<span class='ivar'>@attrs</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="client-instance_method">
|
||||
|
||||
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute client.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
||||
<span class='ivar'>@client</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="enabled-instance_method">
|
||||
|
||||
#<strong>enabled</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute enabled.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_enabled'>enabled</span>
|
||||
<span class='ivar'>@enabled</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="value-instance_method">
|
||||
|
||||
#<strong>value</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute value.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_value'>value</span>
|
||||
<span class='ivar'>@value</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="instance_method_details" class="method_details_list">
|
||||
<h2>Instance Method Details</h2>
|
||||
|
||||
|
||||
<div class="method_details first">
|
||||
<h3 class="signature first" id="==-instance_method">
|
||||
|
||||
#<strong>==</strong>(other) ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
20
|
||||
21
|
||||
22</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 20</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
||||
<span class='ivar'>@attrs</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_attrs'>attrs</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="to_h-instance_method">
|
||||
|
||||
#<strong>to_h</strong> ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
28
|
||||
29
|
||||
30</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 28</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_to_h'>to_h</span>
|
||||
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_h'>to_h</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="to_s-instance_method">
|
||||
|
||||
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
24
|
||||
25
|
||||
26</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_traffic_policy.rb', line 24</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
||||
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jul 25 21:32:12 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:15 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -733,9 +733,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:23 2024 by
|
||||
Generated on Thu Jul 25 21:32:16 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:25 2024 by
|
||||
Generated on Thu Jul 25 21:32:18 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1104,9 +1104,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -663,9 +663,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -663,9 +663,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1104,9 +1104,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:17 2024 by
|
||||
Generated on Thu Jul 25 21:32:09 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -132,6 +132,35 @@
|
||||
<p>Returns the value of attribute attrs.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#azure_logs_ingestion-instance_method" title="#azure_logs_ingestion (instance method)">#<strong>azure_logs_ingestion</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute azure_logs_ingestion.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -417,17 +446,18 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
15
|
||||
16
|
||||
17
|
||||
18
|
||||
19
|
||||
20
|
||||
21
|
||||
22</pre>
|
||||
22
|
||||
23
|
||||
24</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 15</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 16</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>attrs:</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
||||
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
||||
@@ -436,6 +466,7 @@
|
||||
<span class='ivar'>@kinesis</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'>kinesis</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@cloudwatch_logs</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'>cloudwatch_logs</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@datadog</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'>datadog</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@azure_logs_ingestion</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'>azure_logs_ingestion</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -491,6 +522,49 @@
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="azure_logs_ingestion-instance_method">
|
||||
|
||||
#<strong>azure_logs_ingestion</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute azure_logs_ingestion.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_azure_logs_ingestion'>azure_logs_ingestion</span>
|
||||
<span class='ivar'>@azure_logs_ingestion</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="client-instance_method">
|
||||
@@ -727,12 +801,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
24
|
||||
25
|
||||
26</pre>
|
||||
26
|
||||
27
|
||||
28</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 24</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 26</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
||||
<span class='ivar'>@attrs</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_attrs'>attrs</span>
|
||||
@@ -757,12 +831,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
32
|
||||
33
|
||||
34</pre>
|
||||
34
|
||||
35
|
||||
36</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 32</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 34</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_to_h'>to_h</span>
|
||||
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_h'>to_h</span>
|
||||
@@ -787,12 +861,12 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
28
|
||||
29
|
||||
30</pre>
|
||||
30
|
||||
31
|
||||
32</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 28</span>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target.rb', line 30</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
||||
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
||||
@@ -807,9 +881,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -0,0 +1,965 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>
|
||||
Class: NgrokAPI::Models::EventTargetAzureLogsIngestion
|
||||
|
||||
— Documentation by YARD 0.9.36
|
||||
|
||||
</title>
|
||||
|
||||
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
|
||||
|
||||
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
||||
|
||||
<script type="text/javascript">
|
||||
pathId = "NgrokAPI::Models::EventTargetAzureLogsIngestion";
|
||||
relpath = '../../';
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
|
||||
|
||||
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="nav_wrap">
|
||||
<iframe id="nav" src="../../class_list.html?1"></iframe>
|
||||
<div id="resizer"></div>
|
||||
</div>
|
||||
|
||||
<div id="main" tabindex="-1">
|
||||
<div id="header">
|
||||
<div id="menu">
|
||||
|
||||
<a href="../../_index.html">Index (E)</a> »
|
||||
<span class='title'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span> » <span class='title'><span class='object_link'><a href="../Models.html" title="NgrokAPI::Models (module)">Models</a></span></span>
|
||||
»
|
||||
<span class="title">EventTargetAzureLogsIngestion</span>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="search">
|
||||
|
||||
<a class="full_list_link" id="class_list_link"
|
||||
href="../../class_list.html">
|
||||
|
||||
<svg width="24" height="24">
|
||||
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
||||
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
||||
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
||||
<div id="content"><h1>Class: NgrokAPI::Models::EventTargetAzureLogsIngestion
|
||||
|
||||
|
||||
|
||||
</h1>
|
||||
<div class="box_info">
|
||||
|
||||
<dl>
|
||||
<dt>Inherits:</dt>
|
||||
<dd>
|
||||
<span class="inheritName">Object</span>
|
||||
|
||||
<ul class="fullTree">
|
||||
<li>Object</li>
|
||||
|
||||
<li class="next">NgrokAPI::Models::EventTargetAzureLogsIngestion</li>
|
||||
|
||||
</ul>
|
||||
<a href="#" class="inheritanceTree">show all</a>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl>
|
||||
<dt>Defined in:</dt>
|
||||
<dd>lib/ngrokapi/models/event_target_azure_logs_ingestion.rb</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
||||
<ul class="summary">
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#attrs-instance_method" title="#attrs (instance method)">#<strong>attrs</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute attrs.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#client-instance_method" title="#client (instance method)">#<strong>client</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute client.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#client_id-instance_method" title="#client_id (instance method)">#<strong>client_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 client_id.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#client_secret-instance_method" title="#client_secret (instance method)">#<strong>client_secret</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute client_secret.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#data_collection_rule_id-instance_method" title="#data_collection_rule_id (instance method)">#<strong>data_collection_rule_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 data_collection_rule_id.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#data_collection_stream_name-instance_method" title="#data_collection_stream_name (instance method)">#<strong>data_collection_stream_name</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute data_collection_stream_name.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#logs_ingestion_uri-instance_method" title="#logs_ingestion_uri (instance method)">#<strong>logs_ingestion_uri</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute logs_ingestion_uri.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#tenant_id-instance_method" title="#tenant_id (instance method)">#<strong>tenant_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 tenant_id.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>
|
||||
Instance Method Summary
|
||||
<small><a href="#" class="summary_toggle">collapse</a></small>
|
||||
</h2>
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ EventTargetAzureLogsIngestion </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
<span class="note title constructor">constructor</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>A new instance of EventTargetAzureLogsIngestion.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#to_h-instance_method" title="#to_h (instance method)">#<strong>to_h</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'></div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
<div id="constructor_details" class="method_details_list">
|
||||
<h2>Constructor Details</h2>
|
||||
|
||||
<div class="method_details first">
|
||||
<h3 class="signature first" id="initialize-instance_method">
|
||||
|
||||
#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::EventTargetAzureLogsIngestion (class)">EventTargetAzureLogsIngestion</a></span></tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns a new instance of EventTargetAzureLogsIngestion.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
17
|
||||
18
|
||||
19
|
||||
20
|
||||
21
|
||||
22
|
||||
23
|
||||
24
|
||||
25
|
||||
26</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 17</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>attrs:</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
||||
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
||||
<span class='ivar'>@attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
||||
<span class='ivar'>@tenant_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'>tenant_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@client_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'>client_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@client_secret</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'>client_secret</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@logs_ingestion_uri</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'>logs_ingestion_uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@data_collection_rule_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'>data_collection_rule_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@data_collection_stream_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'>data_collection_stream_name</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="instance_attr_details" class="attr_details">
|
||||
<h2>Instance Attribute Details</h2>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details first">
|
||||
<h3 class="signature first" id="attrs-instance_method">
|
||||
|
||||
#<strong>attrs</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute attrs.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
||||
<span class='ivar'>@attrs</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="client-instance_method">
|
||||
|
||||
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute client.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
||||
<span class='ivar'>@client</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="client_id-instance_method">
|
||||
|
||||
#<strong>client_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute client_id.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_client_id'>client_id</span>
|
||||
<span class='ivar'>@client_id</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="client_secret-instance_method">
|
||||
|
||||
#<strong>client_secret</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute client_secret.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_client_secret'>client_secret</span>
|
||||
<span class='ivar'>@client_secret</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="data_collection_rule_id-instance_method">
|
||||
|
||||
#<strong>data_collection_rule_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute data_collection_rule_id.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_data_collection_rule_id'>data_collection_rule_id</span>
|
||||
<span class='ivar'>@data_collection_rule_id</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="data_collection_stream_name-instance_method">
|
||||
|
||||
#<strong>data_collection_stream_name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute data_collection_stream_name.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_data_collection_stream_name'>data_collection_stream_name</span>
|
||||
<span class='ivar'>@data_collection_stream_name</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="logs_ingestion_uri-instance_method">
|
||||
|
||||
#<strong>logs_ingestion_uri</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute logs_ingestion_uri.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_logs_ingestion_uri'>logs_ingestion_uri</span>
|
||||
<span class='ivar'>@logs_ingestion_uri</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="tenant_id-instance_method">
|
||||
|
||||
#<strong>tenant_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute tenant_id.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="tags">
|
||||
|
||||
|
||||
</div><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
8
|
||||
9
|
||||
10</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 8</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_tenant_id'>tenant_id</span>
|
||||
<span class='ivar'>@tenant_id</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div id="instance_method_details" class="method_details_list">
|
||||
<h2>Instance Method Details</h2>
|
||||
|
||||
|
||||
<div class="method_details first">
|
||||
<h3 class="signature first" id="==-instance_method">
|
||||
|
||||
#<strong>==</strong>(other) ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
28
|
||||
29
|
||||
30</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 28</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='op'>==</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
|
||||
<span class='ivar'>@attrs</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_attrs'>attrs</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="to_h-instance_method">
|
||||
|
||||
#<strong>to_h</strong> ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
36
|
||||
37
|
||||
38</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 36</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_to_h'>to_h</span>
|
||||
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_h'>to_h</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="to_s-instance_method">
|
||||
|
||||
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><table class="source_code">
|
||||
<tr>
|
||||
<td>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
32
|
||||
33
|
||||
34</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/event_target_azure_logs_ingestion.rb', line 32</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
||||
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Thu Jul 25 21:32:19 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:23 2024 by
|
||||
Generated on Thu Jul 25 21:32:17 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:11 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1121,9 +1121,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1277,9 +1277,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:11 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1355,9 +1355,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -538,35 +538,6 @@
|
||||
<p>Returns the value of attribute oidc.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#policy-instance_method" title="#policy (instance method)">#<strong>policy</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute policy.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -654,6 +625,35 @@
|
||||
<p>Returns the value of attribute saml.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#traffic_policy-instance_method" title="#traffic_policy (instance method)">#<strong>traffic_policy</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute traffic_policy.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -905,7 +905,7 @@
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(match_type: "", match: "", description: "", metadata: "", backend: nil, ip_restriction: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, webhook_verification: nil, oauth: nil, saml: nil, oidc: nil, websocket_tcp_converter: nil, user_agent_filter: nil, policy: nil) ⇒ Object </a>
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(match_type: "", match: "", description: "", metadata: "", backend: nil, ip_restriction: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, webhook_verification: nil, oauth: nil, saml: nil, oidc: nil, websocket_tcp_converter: nil, user_agent_filter: nil, traffic_policy: nil) ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
@@ -1014,7 +1014,7 @@
|
||||
<span class='ivar'>@oidc</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'>oidc</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@websocket_tcp_converter</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'>websocket_tcp_converter</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@user_agent_filter</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'>user_agent_filter</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@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'>policy</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='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1672,49 +1672,6 @@
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="policy-instance_method">
|
||||
|
||||
#<strong>policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute policy.</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/https_edge_route.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_policy'>policy</span>
|
||||
<span class='ivar'>@policy</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="request_headers-instance_method">
|
||||
@@ -1844,6 +1801,49 @@
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="traffic_policy-instance_method">
|
||||
|
||||
#<strong>traffic_policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute traffic_policy.</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/https_edge_route.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
||||
<span class='ivar'>@traffic_policy</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="uri-instance_method">
|
||||
@@ -2166,7 +2166,7 @@
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="update-instance_method">
|
||||
|
||||
#<strong>update</strong>(match_type: "", match: "", description: "", metadata: "", backend: nil, ip_restriction: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, webhook_verification: nil, oauth: nil, saml: nil, oidc: nil, websocket_tcp_converter: nil, user_agent_filter: nil, policy: nil) ⇒ <tt>Object</tt>
|
||||
#<strong>update</strong>(match_type: "", match: "", description: "", metadata: "", backend: nil, ip_restriction: nil, circuit_breaker: nil, compression: nil, request_headers: nil, response_headers: nil, webhook_verification: nil, oauth: nil, saml: nil, oidc: nil, websocket_tcp_converter: nil, user_agent_filter: nil, traffic_policy: nil) ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
@@ -2270,7 +2270,7 @@
|
||||
<span class='label'>oidc:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>websocket_tcp_converter:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>user_agent_filter:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>policy:</span> <span class='kw'>nil</span>
|
||||
<span class='label'>traffic_policy:</span> <span class='kw'>nil</span>
|
||||
<span class='rparen'>)</span>
|
||||
<span class='ivar'>@match_type</span> <span class='op'>=</span> <span class='id identifier rubyid_match_type'>match_type</span> <span class='kw'>if</span> <span class='id identifier rubyid_match_type'>match_type</span>
|
||||
<span class='ivar'>@match</span> <span class='op'>=</span> <span class='id identifier rubyid_match'>match</span> <span class='kw'>if</span> <span class='id identifier rubyid_match'>match</span>
|
||||
@@ -2288,7 +2288,7 @@
|
||||
<span class='ivar'>@oidc</span> <span class='op'>=</span> <span class='id identifier rubyid_oidc'>oidc</span> <span class='kw'>if</span> <span class='id identifier rubyid_oidc'>oidc</span>
|
||||
<span class='ivar'>@websocket_tcp_converter</span> <span class='op'>=</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span> <span class='kw'>if</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span>
|
||||
<span class='ivar'>@user_agent_filter</span> <span class='op'>=</span> <span class='id identifier rubyid_user_agent_filter'>user_agent_filter</span> <span class='kw'>if</span> <span class='id identifier rubyid_user_agent_filter'>user_agent_filter</span>
|
||||
<span class='ivar'>@policy</span> <span class='op'>=</span> <span class='id identifier rubyid_policy'>policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_policy'>policy</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'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
||||
<span class='label'>edge_id:</span> <span class='ivar'>@edge_id</span><span class='comma'>,</span>
|
||||
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
||||
@@ -2308,7 +2308,7 @@
|
||||
<span class='label'>oidc:</span> <span class='id identifier rubyid_oidc'>oidc</span><span class='comma'>,</span>
|
||||
<span class='label'>websocket_tcp_converter:</span> <span class='id identifier rubyid_websocket_tcp_converter'>websocket_tcp_converter</span><span class='comma'>,</span>
|
||||
<span class='label'>user_agent_filter:</span> <span class='id identifier rubyid_user_agent_filter'>user_agent_filter</span><span class='comma'>,</span>
|
||||
<span class='label'>policy:</span> <span class='id identifier rubyid_policy'>policy</span>
|
||||
<span class='label'>traffic_policy:</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
||||
<span class='rparen'>)</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
@@ -2321,9 +2321,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1041,9 +1041,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1269,9 +1269,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1178,9 +1178,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -992,9 +992,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -663,9 +663,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1104,9 +1104,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1474,9 +1474,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -807,9 +807,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:21 2024 by
|
||||
Generated on Thu Jul 25 21:32:13 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:23 2024 by
|
||||
Generated on Thu Jul 25 21:32:16 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:23 2024 by
|
||||
Generated on Thu Jul 25 21:32:16 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1189,9 +1189,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:22 2024 by
|
||||
Generated on Thu Jul 25 21:32:15 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1269,9 +1269,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1559,9 +1559,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1707,9 +1707,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1201,9 +1201,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -585,9 +585,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:17 2024 by
|
||||
Generated on Thu Jul 25 21:32:09 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -370,7 +370,7 @@
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#policy-instance_method" title="#policy (instance method)">#<strong>policy</strong> ⇒ Object </a>
|
||||
<a href="#traffic_policy-instance_method" title="#traffic_policy (instance method)">#<strong>traffic_policy</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
@@ -390,7 +390,7 @@
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute policy.</p>
|
||||
<p>Returns the value of attribute traffic_policy.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
@@ -557,7 +557,7 @@
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, policy: nil) ⇒ Object </a>
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, traffic_policy: nil) ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
@@ -642,7 +642,7 @@
|
||||
<span class='ivar'>@hostports</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'>hostports</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@backend</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'>backend</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@ip_restriction</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'>ip_restriction</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@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'>policy</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='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1044,9 +1044,9 @@
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="policy-instance_method">
|
||||
<h3 class="signature " id="traffic_policy-instance_method">
|
||||
|
||||
#<strong>policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
#<strong>traffic_policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
@@ -1055,7 +1055,7 @@
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute policy.</p>
|
||||
<p>Returns the value of attribute traffic_policy.</p>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -1076,8 +1076,8 @@
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/tcp_edge.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_policy'>policy</span>
|
||||
<span class='ivar'>@policy</span>
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
||||
<span class='ivar'>@traffic_policy</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1274,7 +1274,7 @@
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="update-instance_method">
|
||||
|
||||
#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, policy: nil) ⇒ <tt>Object</tt>
|
||||
#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, traffic_policy: nil) ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
@@ -1333,14 +1333,14 @@
|
||||
<span class='label'>hostports:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>backend:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>ip_restriction:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>policy:</span> <span class='kw'>nil</span>
|
||||
<span class='label'>traffic_policy:</span> <span class='kw'>nil</span>
|
||||
<span class='rparen'>)</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'>@hostports</span> <span class='op'>=</span> <span class='id identifier rubyid_hostports'>hostports</span> <span class='kw'>if</span> <span class='id identifier rubyid_hostports'>hostports</span>
|
||||
<span class='ivar'>@backend</span> <span class='op'>=</span> <span class='id identifier rubyid_backend'>backend</span> <span class='kw'>if</span> <span class='id identifier rubyid_backend'>backend</span>
|
||||
<span class='ivar'>@ip_restriction</span> <span class='op'>=</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span> <span class='kw'>if</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span>
|
||||
<span class='ivar'>@policy</span> <span class='op'>=</span> <span class='id identifier rubyid_policy'>policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_policy'>policy</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'>@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'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
||||
@@ -1348,7 +1348,7 @@
|
||||
<span class='label'>hostports:</span> <span class='id identifier rubyid_hostports'>hostports</span><span class='comma'>,</span>
|
||||
<span class='label'>backend:</span> <span class='id identifier rubyid_backend'>backend</span><span class='comma'>,</span>
|
||||
<span class='label'>ip_restriction:</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span><span class='comma'>,</span>
|
||||
<span class='label'>policy:</span> <span class='id identifier rubyid_policy'>policy</span>
|
||||
<span class='label'>traffic_policy:</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
||||
<span class='rparen'>)</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
@@ -1361,9 +1361,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -2225,9 +2225,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -659,9 +659,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:19 2024 by
|
||||
Generated on Thu Jul 25 21:32:11 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -393,35 +393,6 @@
|
||||
<p>Returns the value of attribute mutual_tls.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#policy-instance_method" title="#policy (instance method)">#<strong>policy</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute policy.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -451,6 +422,35 @@
|
||||
<p>Returns the value of attribute tls_termination.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#traffic_policy-instance_method" title="#traffic_policy (instance method)">#<strong>traffic_policy</strong> ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="note title readonly">readonly</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="summary_desc"><div class='inline'>
|
||||
<p>Returns the value of attribute traffic_policy.</p>
|
||||
</div></span>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
@@ -615,7 +615,7 @@
|
||||
<li class="public ">
|
||||
<span class="summary_signature">
|
||||
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil, policy: nil) ⇒ Object </a>
|
||||
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil, traffic_policy: nil) ⇒ Object </a>
|
||||
|
||||
|
||||
|
||||
@@ -704,7 +704,7 @@
|
||||
<span class='ivar'>@ip_restriction</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'>ip_restriction</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@mutual_tls</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'>mutual_tls</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@tls_termination</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'>tls_termination</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
||||
<span class='ivar'>@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'>policy</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='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1147,49 +1147,6 @@
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="policy-instance_method">
|
||||
|
||||
#<strong>policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute policy.</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/tls_edge.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_policy'>policy</span>
|
||||
<span class='ivar'>@policy</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="tls_termination-instance_method">
|
||||
@@ -1233,6 +1190,49 @@
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="traffic_policy-instance_method">
|
||||
|
||||
#<strong>traffic_policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</h3><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>Returns the value of attribute traffic_policy.</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/tls_edge.rb', line 10</span>
|
||||
|
||||
<span class='kw'>def</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
||||
<span class='ivar'>@traffic_policy</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<span id=""></span>
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="uri-instance_method">
|
||||
@@ -1422,7 +1422,7 @@
|
||||
<div class="method_details ">
|
||||
<h3 class="signature " id="update-instance_method">
|
||||
|
||||
#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil, policy: nil) ⇒ <tt>Object</tt>
|
||||
#<strong>update</strong>(description: nil, metadata: nil, hostports: nil, backend: nil, ip_restriction: nil, mutual_tls: nil, tls_termination: nil, traffic_policy: nil) ⇒ <tt>Object</tt>
|
||||
|
||||
|
||||
|
||||
@@ -1489,7 +1489,7 @@
|
||||
<span class='label'>ip_restriction:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>mutual_tls:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>tls_termination:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
||||
<span class='label'>policy:</span> <span class='kw'>nil</span>
|
||||
<span class='label'>traffic_policy:</span> <span class='kw'>nil</span>
|
||||
<span class='rparen'>)</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>
|
||||
@@ -1498,7 +1498,7 @@
|
||||
<span class='ivar'>@ip_restriction</span> <span class='op'>=</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span> <span class='kw'>if</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span>
|
||||
<span class='ivar'>@mutual_tls</span> <span class='op'>=</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span> <span class='kw'>if</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span>
|
||||
<span class='ivar'>@tls_termination</span> <span class='op'>=</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span> <span class='kw'>if</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span>
|
||||
<span class='ivar'>@policy</span> <span class='op'>=</span> <span class='id identifier rubyid_policy'>policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_policy'>policy</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'>@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'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
||||
@@ -1508,7 +1508,7 @@
|
||||
<span class='label'>ip_restriction:</span> <span class='id identifier rubyid_ip_restriction'>ip_restriction</span><span class='comma'>,</span>
|
||||
<span class='label'>mutual_tls:</span> <span class='id identifier rubyid_mutual_tls'>mutual_tls</span><span class='comma'>,</span>
|
||||
<span class='label'>tls_termination:</span> <span class='id identifier rubyid_tls_termination'>tls_termination</span><span class='comma'>,</span>
|
||||
<span class='label'>policy:</span> <span class='id identifier rubyid_policy'>policy</span>
|
||||
<span class='label'>traffic_policy:</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
||||
<span class='rparen'>)</span>
|
||||
<span class='kw'>end</span></pre>
|
||||
</td>
|
||||
@@ -1521,9 +1521,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1329,9 +1329,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1195,9 +1195,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:18 2024 by
|
||||
Generated on Thu Jul 25 21:32:10 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1255,9 +1255,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:15 2024 by
|
||||
Generated on Thu Jul 25 21:32:07 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -955,9 +955,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:14 2024 by
|
||||
Generated on Thu Jul 25 21:32:06 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -1121,9 +1121,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:16 2024 by
|
||||
Generated on Thu Jul 25 21:32:08 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -625,9 +625,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:13 2024 by
|
||||
Generated on Thu Jul 25 21:32:05 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -102,7 +102,7 @@
|
||||
<h2>Overview</h2><div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API</a>. You may use the API itself to provision and manage API Keys but you’ll need to provision your first API key from the <a href="https://dashboard.ngrok.com/api/keys">API Keys page</a> on your ngrok.com dashboard.</p>
|
||||
<p>API Keys are used to authenticate to the <a href="https://ngrok.com/docs/api#authentication">ngrok API</a>. You may use the API itself to provision and manage API Keys but you’ll need to provision your first API key from the <a href="https://dashboard.ngrok.com/api/keys">API Keys page</a> on your ngrok.com dashboard.</p>
|
||||
|
||||
<p><a href="https://ngrok.com/docs/api#api-api-keys">ngrok.com/docs/api#api-api-keys</a></p>
|
||||
|
||||
@@ -1749,9 +1749,9 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
Generated on Tue Apr 30 20:26:17 2024 by
|
||||
Generated on Thu Jul 25 21:32:09 2024 by
|
||||
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
||||
0.9.36 (ruby-3.3.0).
|
||||
0.9.36 (ruby-3.3.1).
|
||||
</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