ngrok-api 0.12.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +1 -0
- data/LICENSE +7 -0
- data/doc/NgrokAPI/Client.html +184 -182
- data/doc/NgrokAPI/Error.html +1 -1
- data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/doc/NgrokAPI/Errors.html +1 -1
- data/doc/NgrokAPI/HttpClient.html +55 -19
- data/doc/NgrokAPI/Models/APIKey.html +1 -1
- data/doc/NgrokAPI/Models/AWSAuth.html +1 -1
- data/doc/NgrokAPI/Models/AWSCredentials.html +1 -1
- data/doc/NgrokAPI/Models/AWSRole.html +1 -1
- data/doc/NgrokAPI/Models/AbuseReport.html +1 -1
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +1 -1
- data/doc/NgrokAPI/Models/CertificateAuthority.html +1 -1
- data/doc/NgrokAPI/Models/Credential.html +1 -1
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +1 -1
- data/doc/NgrokAPI/Models/EndpointCompression.html +1 -1
- data/doc/NgrokAPI/Models/EndpointConfiguration.html +1 -1
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +1 -1
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointLogging.html +1 -1
- data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +1 -1
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuth.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +1 -1
- data/doc/NgrokAPI/Models/EndpointOIDC.html +1 -1
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +1 -1
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +1 -1
- data/doc/NgrokAPI/Models/EndpointSAML.html +1 -1
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1 -1
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +1 -1
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +1 -1
- data/doc/NgrokAPI/Models/EventDestination.html +1 -1
- data/doc/NgrokAPI/Models/EventSource.html +1 -1
- data/doc/NgrokAPI/Models/{ReservedDomainCertNSTarget.html → EventSourceList.html} +42 -42
- data/doc/NgrokAPI/Models/EventSourceReplace.html +1 -1
- data/doc/NgrokAPI/Models/EventStream.html +1 -1
- data/doc/NgrokAPI/Models/EventSubscription.html +1 -1
- data/doc/NgrokAPI/Models/EventTarget.html +1 -1
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +1 -1
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +1 -1
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +1 -1
- data/doc/NgrokAPI/Models/IPPolicy.html +1 -1
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1 -1
- data/doc/NgrokAPI/Models/IPRestriction.html +1 -1
- data/doc/NgrokAPI/Models/IPWhitelistEntry.html +1 -1
- data/doc/NgrokAPI/Models/Listable.html +118 -50
- data/doc/NgrokAPI/Models/Ref.html +1 -1
- data/doc/NgrokAPI/Models/ReservedAddr.html +1 -1
- data/doc/NgrokAPI/Models/ReservedDomain.html +91 -17
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +12 -86
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +1 -1
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +1 -1
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1 -1
- data/doc/NgrokAPI/Models/SSHCredential.html +1 -1
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +1 -1
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +1 -1
- data/doc/NgrokAPI/Models/TLSCertificate.html +1 -1
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +1 -1
- data/doc/NgrokAPI/Models/Tunnel.html +1 -1
- data/doc/NgrokAPI/Models/TunnelSession.html +1 -1
- data/doc/NgrokAPI/Models.html +3 -3
- data/doc/NgrokAPI/PagedIterator.html +14 -10
- data/doc/NgrokAPI/Services/APIKeysClient.html +227 -62
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -5
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +206 -41
- data/doc/NgrokAPI/Services/CredentialsClient.html +213 -47
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +281 -114
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1 -1
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +221 -50
- data/doc/NgrokAPI/Services/EventSourcesClient.html +279 -33
- data/doc/NgrokAPI/Services/EventStreamsClient.html +218 -47
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +213 -42
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +207 -41
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +210 -42
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +215 -51
- data/doc/NgrokAPI/Services/IPWhitelistClient.html +206 -38
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +230 -63
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +308 -142
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +208 -40
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +213 -45
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +207 -40
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +209 -42
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +208 -43
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +260 -93
- data/doc/NgrokAPI/Services/TunnelsClient.html +174 -6
- data/doc/NgrokAPI/Services.html +1 -1
- data/doc/NgrokAPI.html +2 -2
- data/doc/README +94 -0
- data/doc/_index.html +8 -8
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +53 -26
- data/doc/index.html +53 -26
- data/doc/method_list.html +822 -630
- data/doc/top-level-namespace.html +1 -1
- data/docs/NgrokAPI/Client.html +184 -182
- data/docs/NgrokAPI/Error.html +1 -1
- data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
- data/docs/NgrokAPI/Errors.html +1 -1
- data/docs/NgrokAPI/HttpClient.html +55 -19
- data/docs/NgrokAPI/Models/APIKey.html +1 -1
- data/docs/NgrokAPI/Models/AWSAuth.html +1 -1
- data/docs/NgrokAPI/Models/AWSCredentials.html +1 -1
- data/docs/NgrokAPI/Models/AWSRole.html +1 -1
- data/docs/NgrokAPI/Models/AbuseReport.html +1 -1
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +1 -1
- data/docs/NgrokAPI/Models/CertificateAuthority.html +1 -1
- data/docs/NgrokAPI/Models/Credential.html +1 -1
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +1 -1
- data/docs/NgrokAPI/Models/EndpointCompression.html +1 -1
- data/docs/NgrokAPI/Models/EndpointConfiguration.html +1 -1
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +1 -1
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointLogging.html +1 -1
- data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +1 -1
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuth.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +1 -1
- data/docs/NgrokAPI/Models/EndpointOIDC.html +1 -1
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +1 -1
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +1 -1
- data/docs/NgrokAPI/Models/EndpointSAML.html +1 -1
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1 -1
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +1 -1
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +1 -1
- data/docs/NgrokAPI/Models/EventDestination.html +1 -1
- data/docs/NgrokAPI/Models/EventSource.html +1 -1
- data/docs/NgrokAPI/Models/{ReservedDomainCertNSTarget.html → EventSourceList.html} +42 -42
- data/docs/NgrokAPI/Models/EventSourceReplace.html +1 -1
- data/docs/NgrokAPI/Models/EventStream.html +1 -1
- data/docs/NgrokAPI/Models/EventSubscription.html +1 -1
- data/docs/NgrokAPI/Models/EventTarget.html +1 -1
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +1 -1
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +1 -1
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +1 -1
- data/docs/NgrokAPI/Models/IPPolicy.html +1 -1
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1 -1
- data/docs/NgrokAPI/Models/IPRestriction.html +1 -1
- data/docs/NgrokAPI/Models/IPWhitelistEntry.html +1 -1
- data/docs/NgrokAPI/Models/Listable.html +118 -50
- data/docs/NgrokAPI/Models/Ref.html +1 -1
- data/docs/NgrokAPI/Models/ReservedAddr.html +1 -1
- data/docs/NgrokAPI/Models/ReservedDomain.html +91 -17
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +12 -86
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +1 -1
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +1 -1
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1 -1
- data/docs/NgrokAPI/Models/SSHCredential.html +1 -1
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +1 -1
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +1 -1
- data/docs/NgrokAPI/Models/TLSCertificate.html +1 -1
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +1 -1
- data/docs/NgrokAPI/Models/Tunnel.html +1 -1
- data/docs/NgrokAPI/Models/TunnelSession.html +1 -1
- data/docs/NgrokAPI/Models.html +3 -3
- data/docs/NgrokAPI/PagedIterator.html +14 -10
- data/docs/NgrokAPI/Services/APIKeysClient.html +227 -62
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -5
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +206 -41
- data/docs/NgrokAPI/Services/CredentialsClient.html +213 -47
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +281 -114
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1 -1
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +221 -50
- data/docs/NgrokAPI/Services/EventSourcesClient.html +279 -33
- data/docs/NgrokAPI/Services/EventStreamsClient.html +218 -47
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +213 -42
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +207 -41
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +210 -42
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +215 -51
- data/docs/NgrokAPI/Services/IPWhitelistClient.html +206 -38
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +230 -63
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +308 -142
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +208 -40
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +213 -45
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +207 -40
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +209 -42
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +208 -43
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +260 -93
- data/docs/NgrokAPI/Services/TunnelsClient.html +174 -6
- data/docs/NgrokAPI/Services.html +1 -1
- data/docs/NgrokAPI.html +2 -2
- data/docs/README +94 -0
- data/docs/_index.html +8 -8
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +53 -26
- data/docs/index.html +53 -26
- data/docs/method_list.html +822 -630
- data/docs/top-level-namespace.html +1 -1
- data/lib/ngrokapi/client.rb +27 -8
- data/lib/ngrokapi/http_client.rb +5 -3
- data/lib/ngrokapi/models/{reserved_domain_cert_ns_target.rb → event_source_list.rb} +5 -5
- data/lib/ngrokapi/models/listable.rb +13 -2
- data/lib/ngrokapi/models/reserved_domain.rb +3 -1
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +1 -3
- data/lib/ngrokapi/paged_iterator.rb +4 -2
- data/lib/ngrokapi/services/api_keys_client.rb +36 -4
- data/lib/ngrokapi/services/certificate_authorities_client.rb +33 -0
- data/lib/ngrokapi/services/credentials_client.rb +35 -2
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +33 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +33 -0
- data/lib/ngrokapi/services/event_sources_client.rb +39 -0
- data/lib/ngrokapi/services/event_streams_client.rb +33 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +33 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +34 -1
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +33 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +33 -0
- data/lib/ngrokapi/services/ip_whitelist_client.rb +34 -1
- data/lib/ngrokapi/services/reserved_addrs_client.rb +33 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +33 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +33 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +33 -0
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +33 -0
- data/lib/ngrokapi/services/tunnels_client.rb +33 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +19 -0
- data/spec/ngrokapi/models/event_source_list_spec.rb +21 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +2 -2
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +0 -2
- data/spec/ngrokapi/services/api_keys_client_spec.rb +0 -3
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +0 -3
- data/spec/ngrokapi/services/credentials_client_spec.rb +0 -3
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -3
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +0 -2
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +0 -3
- data/spec/ngrokapi/services/event_sources_client_spec.rb +33 -3
- data/spec/ngrokapi/services/event_streams_client_spec.rb +0 -3
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +0 -3
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -3
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +0 -3
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +0 -3
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +0 -3
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +0 -1
- data/spec/spec_helper.rb +7 -0
- metadata +10 -7
- data/doc/.gitkeep +0 -0
- data/spec/ngrokapi/models/reserved_domain_cert_ns_target_spec.rb +0 -21
|
@@ -87,6 +87,11 @@
|
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
|
|
90
|
+
<dl>
|
|
91
|
+
<dt>Includes:</dt>
|
|
92
|
+
<dd>Enumerable</dd>
|
|
93
|
+
</dl>
|
|
94
|
+
|
|
90
95
|
|
|
91
96
|
|
|
92
97
|
|
|
@@ -387,7 +392,29 @@
|
|
|
387
392
|
<li class="public ">
|
|
388
393
|
<span class="summary_signature">
|
|
389
394
|
|
|
390
|
-
<a href="#
|
|
395
|
+
<a href="#each-instance_method" title="#each (instance method)">#<strong>each</strong> ⇒ Object </a>
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
</span>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
|
410
|
+
|
|
411
|
+
</li>
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
<li class="public ">
|
|
415
|
+
<span class="summary_signature">
|
|
416
|
+
|
|
417
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(danger: false, client:, result:, list_property:, klass:) ⇒ Listable </a>
|
|
391
418
|
|
|
392
419
|
|
|
393
420
|
|
|
@@ -435,13 +462,14 @@
|
|
|
435
462
|
</ul>
|
|
436
463
|
|
|
437
464
|
|
|
438
|
-
|
|
465
|
+
|
|
466
|
+
<div id="constructor_details" class="method_details_list">
|
|
439
467
|
<h2>Constructor Details</h2>
|
|
440
468
|
|
|
441
469
|
<div class="method_details first">
|
|
442
470
|
<h3 class="signature first" id="initialize-instance_method">
|
|
443
471
|
|
|
444
|
-
#<strong>initialize</strong>(client:, result:, list_property:, klass:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::Listable (class)">Listable</a></span></tt>
|
|
472
|
+
#<strong>initialize</strong>(danger: false, client:, result:, list_property:, klass:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::Listable (class)">Listable</a></span></tt>
|
|
445
473
|
|
|
446
474
|
|
|
447
475
|
|
|
@@ -464,8 +492,6 @@
|
|
|
464
492
|
<pre class="lines">
|
|
465
493
|
|
|
466
494
|
|
|
467
|
-
17
|
|
468
|
-
18
|
|
469
495
|
19
|
|
470
496
|
20
|
|
471
497
|
21
|
|
@@ -478,12 +504,15 @@
|
|
|
478
504
|
28
|
|
479
505
|
29
|
|
480
506
|
30
|
|
481
|
-
31
|
|
507
|
+
31
|
|
508
|
+
32
|
|
509
|
+
33
|
|
510
|
+
34</pre>
|
|
482
511
|
</td>
|
|
483
512
|
<td>
|
|
484
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
513
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 19</span>
|
|
485
514
|
|
|
486
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='comma'>,</span> <span class='label'>result:</span><span class='comma'>,</span> <span class='label'>list_property:</span><span class='comma'>,</span> <span class='label'>klass:</span><span class='rparen'>)</span>
|
|
515
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>danger:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>client:</span><span class='comma'>,</span> <span class='label'>result:</span><span class='comma'>,</span> <span class='label'>list_property:</span><span class='comma'>,</span> <span class='label'>klass:</span><span class='rparen'>)</span>
|
|
487
516
|
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
488
517
|
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
|
489
518
|
<span class='ivar'>@list_property</span> <span class='op'>=</span> <span class='id identifier rubyid_list_property'>list_property</span>
|
|
@@ -495,7 +524,8 @@
|
|
|
495
524
|
<span class='ivar'>@iter</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="../../NgrokAPI.html" title="NgrokAPI (module)">NgrokAPI</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../PagedIterator.html" title="NgrokAPI::PagedIterator (class)">PagedIterator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="../PagedIterator.html#initialize-instance_method" title="NgrokAPI::PagedIterator#initialize (method)">new</a></span></span><span class='lparen'>(</span>
|
|
496
525
|
<span class='label'>client:</span> <span class='id identifier rubyid_client'>client</span><span class='comma'>,</span>
|
|
497
526
|
<span class='label'>page:</span> <span class='kw'>self</span><span class='comma'>,</span>
|
|
498
|
-
<span class='label'>list_property:</span> <span class='id identifier rubyid_list_property'>list_property</span>
|
|
527
|
+
<span class='label'>list_property:</span> <span class='id identifier rubyid_list_property'>list_property</span><span class='comma'>,</span>
|
|
528
|
+
<span class='label'>danger:</span> <span class='id identifier rubyid_danger'>danger</span>
|
|
499
529
|
<span class='rparen'>)</span>
|
|
500
530
|
<span class='kw'>end</span></pre>
|
|
501
531
|
</td>
|
|
@@ -536,12 +566,12 @@
|
|
|
536
566
|
<pre class="lines">
|
|
537
567
|
|
|
538
568
|
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
569
|
+
10
|
|
570
|
+
11
|
|
571
|
+
12</pre>
|
|
542
572
|
</td>
|
|
543
573
|
<td>
|
|
544
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
574
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
545
575
|
|
|
546
576
|
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
|
547
577
|
<span class='ivar'>@client</span>
|
|
@@ -579,12 +609,12 @@
|
|
|
579
609
|
<pre class="lines">
|
|
580
610
|
|
|
581
611
|
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
612
|
+
10
|
|
613
|
+
11
|
|
614
|
+
12</pre>
|
|
585
615
|
</td>
|
|
586
616
|
<td>
|
|
587
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
617
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
588
618
|
|
|
589
619
|
<span class='kw'>def</span> <span class='id identifier rubyid_items'>items</span>
|
|
590
620
|
<span class='ivar'>@items</span>
|
|
@@ -622,12 +652,12 @@
|
|
|
622
652
|
<pre class="lines">
|
|
623
653
|
|
|
624
654
|
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
655
|
+
10
|
|
656
|
+
11
|
|
657
|
+
12</pre>
|
|
628
658
|
</td>
|
|
629
659
|
<td>
|
|
630
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
660
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
631
661
|
|
|
632
662
|
<span class='kw'>def</span> <span class='id identifier rubyid_iter'>iter</span>
|
|
633
663
|
<span class='ivar'>@iter</span>
|
|
@@ -665,12 +695,12 @@
|
|
|
665
695
|
<pre class="lines">
|
|
666
696
|
|
|
667
697
|
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
698
|
+
10
|
|
699
|
+
11
|
|
700
|
+
12</pre>
|
|
671
701
|
</td>
|
|
672
702
|
<td>
|
|
673
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
703
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
674
704
|
|
|
675
705
|
<span class='kw'>def</span> <span class='id identifier rubyid_klass'>klass</span>
|
|
676
706
|
<span class='ivar'>@klass</span>
|
|
@@ -708,12 +738,12 @@
|
|
|
708
738
|
<pre class="lines">
|
|
709
739
|
|
|
710
740
|
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
741
|
+
10
|
|
742
|
+
11
|
|
743
|
+
12</pre>
|
|
714
744
|
</td>
|
|
715
745
|
<td>
|
|
716
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
746
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
717
747
|
|
|
718
748
|
<span class='kw'>def</span> <span class='id identifier rubyid_list_property'>list_property</span>
|
|
719
749
|
<span class='ivar'>@list_property</span>
|
|
@@ -751,12 +781,12 @@
|
|
|
751
781
|
<pre class="lines">
|
|
752
782
|
|
|
753
783
|
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
784
|
+
10
|
|
785
|
+
11
|
|
786
|
+
12</pre>
|
|
757
787
|
</td>
|
|
758
788
|
<td>
|
|
759
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
789
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
760
790
|
|
|
761
791
|
<span class='kw'>def</span> <span class='id identifier rubyid_next_page_uri'>next_page_uri</span>
|
|
762
792
|
<span class='ivar'>@next_page_uri</span>
|
|
@@ -794,12 +824,12 @@
|
|
|
794
824
|
<pre class="lines">
|
|
795
825
|
|
|
796
826
|
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
827
|
+
10
|
|
828
|
+
11
|
|
829
|
+
12</pre>
|
|
800
830
|
</td>
|
|
801
831
|
<td>
|
|
802
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
832
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
803
833
|
|
|
804
834
|
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
|
805
835
|
<span class='ivar'>@result</span>
|
|
@@ -837,12 +867,12 @@
|
|
|
837
867
|
<pre class="lines">
|
|
838
868
|
|
|
839
869
|
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
870
|
+
10
|
|
871
|
+
11
|
|
872
|
+
12</pre>
|
|
843
873
|
</td>
|
|
844
874
|
<td>
|
|
845
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
875
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 10</span>
|
|
846
876
|
|
|
847
877
|
<span class='kw'>def</span> <span class='id identifier rubyid_uri'>uri</span>
|
|
848
878
|
<span class='ivar'>@uri</span>
|
|
@@ -874,12 +904,12 @@
|
|
|
874
904
|
<pre class="lines">
|
|
875
905
|
|
|
876
906
|
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
907
|
+
44
|
|
908
|
+
45
|
|
909
|
+
46</pre>
|
|
880
910
|
</td>
|
|
881
911
|
<td>
|
|
882
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
912
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 44</span>
|
|
883
913
|
|
|
884
914
|
<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>
|
|
885
915
|
<span class='ivar'>@result</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_result'>result</span>
|
|
@@ -890,9 +920,9 @@
|
|
|
890
920
|
</div>
|
|
891
921
|
|
|
892
922
|
<div class="method_details ">
|
|
893
|
-
<h3 class="signature " id="
|
|
923
|
+
<h3 class="signature " id="each-instance_method">
|
|
894
924
|
|
|
895
|
-
#<strong>
|
|
925
|
+
#<strong>each</strong> ⇒ <tt>Object</tt>
|
|
896
926
|
|
|
897
927
|
|
|
898
928
|
|
|
@@ -904,12 +934,50 @@
|
|
|
904
934
|
<pre class="lines">
|
|
905
935
|
|
|
906
936
|
|
|
937
|
+
36
|
|
907
938
|
37
|
|
908
939
|
38
|
|
909
|
-
39
|
|
940
|
+
39
|
|
941
|
+
40
|
|
942
|
+
41
|
|
943
|
+
42</pre>
|
|
944
|
+
</td>
|
|
945
|
+
<td>
|
|
946
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 36</span>
|
|
947
|
+
|
|
948
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_each'>each</span>
|
|
949
|
+
<span class='id identifier rubyid_item'>item</span> <span class='op'>=</span> <span class='ivar'>@iter</span><span class='period'>.</span><span class='id identifier rubyid_get_next'>get_next</span>
|
|
950
|
+
<span class='kw'>while</span> <span class='id identifier rubyid_item'>item</span>
|
|
951
|
+
<span class='kw'>yield</span> <span class='id identifier rubyid_item'>item</span>
|
|
952
|
+
<span class='id identifier rubyid_item'>item</span> <span class='op'>=</span> <span class='ivar'>@iter</span><span class='period'>.</span><span class='id identifier rubyid_get_next'>get_next</span>
|
|
953
|
+
<span class='kw'>end</span>
|
|
954
|
+
<span class='kw'>end</span></pre>
|
|
955
|
+
</td>
|
|
956
|
+
</tr>
|
|
957
|
+
</table>
|
|
958
|
+
</div>
|
|
959
|
+
|
|
960
|
+
<div class="method_details ">
|
|
961
|
+
<h3 class="signature " id="to_s-instance_method">
|
|
962
|
+
|
|
963
|
+
#<strong>to_s</strong> ⇒ <tt>Object</tt>
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
</h3><table class="source_code">
|
|
970
|
+
<tr>
|
|
971
|
+
<td>
|
|
972
|
+
<pre class="lines">
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
48
|
|
976
|
+
49
|
|
977
|
+
50</pre>
|
|
910
978
|
</td>
|
|
911
979
|
<td>
|
|
912
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line
|
|
980
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/listable.rb', line 48</span>
|
|
913
981
|
|
|
914
982
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
915
983
|
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
@@ -924,7 +992,7 @@
|
|
|
924
992
|
</div>
|
|
925
993
|
|
|
926
994
|
<div id="footer">
|
|
927
|
-
Generated on
|
|
995
|
+
Generated on Tue Oct 19 15:48:18 2021 by
|
|
928
996
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
929
997
|
0.9.26 (ruby-3.0.1).
|
|
930
998
|
</div>
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
</div>
|
|
608
608
|
|
|
609
609
|
<div id="footer">
|
|
610
|
-
Generated on
|
|
610
|
+
Generated on Tue Oct 19 15:48:18 2021 by
|
|
611
611
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
612
612
|
0.9.26 (ruby-3.0.1).
|
|
613
613
|
</div>
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
</div>
|
|
1123
1123
|
|
|
1124
1124
|
<div id="footer">
|
|
1125
|
-
Generated on
|
|
1125
|
+
Generated on Tue Oct 19 15:48:19 2021 by
|
|
1126
1126
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1127
1127
|
0.9.26 (ruby-3.0.1).
|
|
1128
1128
|
</div>
|
|
@@ -106,6 +106,35 @@
|
|
|
106
106
|
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
|
107
107
|
<ul class="summary">
|
|
108
108
|
|
|
109
|
+
<li class="public ">
|
|
110
|
+
<span class="summary_signature">
|
|
111
|
+
|
|
112
|
+
<a href="#acme_challenge_cname_target-instance_method" title="#acme_challenge_cname_target (instance method)">#<strong>acme_challenge_cname_target</strong> ⇒ Object </a>
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
</span>
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
<span class="note title readonly">readonly</span>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
<span class="summary_desc"><div class='inline'>
|
|
132
|
+
<p>Returns the value of attribute acme_challenge_cname_target.</p>
|
|
133
|
+
</div></span>
|
|
134
|
+
|
|
135
|
+
</li>
|
|
136
|
+
|
|
137
|
+
|
|
109
138
|
<li class="public ">
|
|
110
139
|
<span class="summary_signature">
|
|
111
140
|
|
|
@@ -680,7 +709,6 @@
|
|
|
680
709
|
<pre class="lines">
|
|
681
710
|
|
|
682
711
|
|
|
683
|
-
22
|
|
684
712
|
23
|
|
685
713
|
24
|
|
686
714
|
25
|
|
@@ -696,10 +724,12 @@
|
|
|
696
724
|
35
|
|
697
725
|
36
|
|
698
726
|
37
|
|
699
|
-
38
|
|
727
|
+
38
|
|
728
|
+
39
|
|
729
|
+
40</pre>
|
|
700
730
|
</td>
|
|
701
731
|
<td>
|
|
702
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line
|
|
732
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line 23</span>
|
|
703
733
|
|
|
704
734
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span><span class='comma'>,</span> <span class='label'>result:</span><span class='rparen'>)</span>
|
|
705
735
|
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
@@ -717,6 +747,7 @@
|
|
|
717
747
|
<span class='ivar'>@certificate</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>certificate</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
718
748
|
<span class='ivar'>@certificate_management_policy</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>certificate_management_policy</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
719
749
|
<span class='ivar'>@certificate_management_status</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>certificate_management_status</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
750
|
+
<span class='ivar'>@acme_challenge_cname_target</span> <span class='op'>=</span> <span class='ivar'>@result</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>acme_challenge_cname_target</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
720
751
|
<span class='kw'>end</span></pre>
|
|
721
752
|
</td>
|
|
722
753
|
</tr>
|
|
@@ -731,7 +762,50 @@
|
|
|
731
762
|
|
|
732
763
|
<span id=""></span>
|
|
733
764
|
<div class="method_details first">
|
|
734
|
-
<h3 class="signature first" id="
|
|
765
|
+
<h3 class="signature first" id="acme_challenge_cname_target-instance_method">
|
|
766
|
+
|
|
767
|
+
#<strong>acme_challenge_cname_target</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
</h3><div class="docstring">
|
|
774
|
+
<div class="discussion">
|
|
775
|
+
|
|
776
|
+
<p>Returns the value of attribute acme_challenge_cname_target.</p>
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
</div>
|
|
780
|
+
</div>
|
|
781
|
+
<div class="tags">
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
</div><table class="source_code">
|
|
785
|
+
<tr>
|
|
786
|
+
<td>
|
|
787
|
+
<pre class="lines">
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
6
|
|
791
|
+
7
|
|
792
|
+
8</pre>
|
|
793
|
+
</td>
|
|
794
|
+
<td>
|
|
795
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line 6</span>
|
|
796
|
+
|
|
797
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_acme_challenge_cname_target'>acme_challenge_cname_target</span>
|
|
798
|
+
<span class='ivar'>@acme_challenge_cname_target</span>
|
|
799
|
+
<span class='kw'>end</span></pre>
|
|
800
|
+
</td>
|
|
801
|
+
</tr>
|
|
802
|
+
</table>
|
|
803
|
+
</div>
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
<span id=""></span>
|
|
807
|
+
<div class="method_details ">
|
|
808
|
+
<h3 class="signature " id="certificate-instance_method">
|
|
735
809
|
|
|
736
810
|
#<strong>certificate</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
737
811
|
|
|
@@ -1395,12 +1469,12 @@
|
|
|
1395
1469
|
<pre class="lines">
|
|
1396
1470
|
|
|
1397
1471
|
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1472
|
+
42
|
|
1473
|
+
43
|
|
1474
|
+
44</pre>
|
|
1401
1475
|
</td>
|
|
1402
1476
|
<td>
|
|
1403
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line
|
|
1477
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line 42</span>
|
|
1404
1478
|
|
|
1405
1479
|
<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>
|
|
1406
1480
|
<span class='ivar'>@result</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_result'>result</span>
|
|
@@ -1438,14 +1512,14 @@
|
|
|
1438
1512
|
<pre class="lines">
|
|
1439
1513
|
|
|
1440
1514
|
|
|
1441
|
-
52
|
|
1442
|
-
53
|
|
1443
1515
|
54
|
|
1444
1516
|
55
|
|
1445
|
-
56
|
|
1517
|
+
56
|
|
1518
|
+
57
|
|
1519
|
+
58</pre>
|
|
1446
1520
|
</td>
|
|
1447
1521
|
<td>
|
|
1448
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line
|
|
1522
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line 54</span>
|
|
1449
1523
|
|
|
1450
1524
|
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
|
1451
1525
|
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
|
@@ -1472,12 +1546,12 @@
|
|
|
1472
1546
|
<pre class="lines">
|
|
1473
1547
|
|
|
1474
1548
|
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1549
|
+
46
|
|
1550
|
+
47
|
|
1551
|
+
48</pre>
|
|
1478
1552
|
</td>
|
|
1479
1553
|
<td>
|
|
1480
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line
|
|
1554
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/reserved_domain.rb', line 46</span>
|
|
1481
1555
|
|
|
1482
1556
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
1483
1557
|
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
@@ -1492,7 +1566,7 @@
|
|
|
1492
1566
|
</div>
|
|
1493
1567
|
|
|
1494
1568
|
<div id="footer">
|
|
1495
|
-
Generated on
|
|
1569
|
+
Generated on Tue Oct 19 15:48:19 2021 by
|
|
1496
1570
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1497
1571
|
0.9.26 (ruby-3.0.1).
|
|
1498
1572
|
</div>
|