ngrok-api 0.9.0 → 0.12.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/.rubocop.yml +1 -1
- data/doc/.gitkeep +0 -0
- data/doc/NgrokAPI/Client.html +1499 -125
- 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 +1 -1
- data/doc/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- data/doc/NgrokAPI/Models/AWSAuth.html +617 -0
- data/doc/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/doc/NgrokAPI/Models/AWSRole.html +543 -0
- data/doc/NgrokAPI/Models/AbuseReport.html +987 -0
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/doc/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/doc/NgrokAPI/Models/Credential.html +1149 -0
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/doc/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/doc/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/doc/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/doc/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/doc/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/doc/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/doc/NgrokAPI/Models/EventDestination.html +1058 -0
- data/doc/NgrokAPI/Models/EventSource.html +765 -0
- data/doc/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/doc/NgrokAPI/Models/EventStream.html +1309 -0
- data/doc/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/doc/NgrokAPI/Models/EventTarget.html +765 -0
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/doc/NgrokAPI/Models/IPPolicy.html +1069 -0
- data/doc/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/doc/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/doc/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/doc/NgrokAPI/Models/Listable.html +1 -1
- data/doc/NgrokAPI/Models/Ref.html +617 -0
- data/doc/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/doc/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/doc/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/doc/NgrokAPI/Models/Tunnel.html +987 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +1 -1
- data/{docs/NgrokAPI/Services/ApiKeysClient.html → doc/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/doc/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/doc/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/doc/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/doc/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/doc/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/doc/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{docs/NgrokAPI/Services/TlsCertificatesClient.html → doc/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/doc/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +624 -28
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +7318 -286
- data/doc/top-level-namespace.html +1 -1
- data/docs/.gitkeep +0 -0
- data/docs/NgrokAPI/Client.html +1499 -125
- 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 +1 -1
- data/docs/NgrokAPI/Models/{ApiKey.html → APIKey.html} +108 -177
- data/docs/NgrokAPI/Models/AWSAuth.html +617 -0
- data/docs/NgrokAPI/Models/AWSCredentials.html +617 -0
- data/docs/NgrokAPI/Models/AWSRole.html +543 -0
- data/docs/NgrokAPI/Models/AbuseReport.html +987 -0
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +617 -0
- data/docs/NgrokAPI/Models/CertificateAuthority.html +1439 -0
- data/docs/NgrokAPI/Models/Credential.html +1149 -0
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +913 -0
- data/docs/NgrokAPI/Models/EndpointCompression.html +543 -0
- data/docs/NgrokAPI/Models/EndpointConfiguration.html +1321 -510
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +617 -0
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLogging.html +617 -0
- data/docs/NgrokAPI/Models/EndpointLoggingMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +617 -0
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +617 -0
- data/docs/NgrokAPI/Models/EndpointOAuth.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +987 -0
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +839 -0
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +765 -0
- data/docs/NgrokAPI/Models/EndpointOIDC.html +1135 -0
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +691 -0
- data/docs/NgrokAPI/Models/EndpointSAML.html +1653 -0
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +1283 -0
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +691 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +691 -0
- data/docs/NgrokAPI/Models/EventDestination.html +1058 -0
- data/docs/NgrokAPI/Models/EventSource.html +765 -0
- data/docs/NgrokAPI/Models/EventSourceReplace.html +691 -0
- data/docs/NgrokAPI/Models/EventStream.html +1309 -0
- data/docs/NgrokAPI/Models/EventSubscription.html +1058 -0
- data/docs/NgrokAPI/Models/EventTarget.html +765 -0
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +617 -0
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +617 -0
- data/docs/NgrokAPI/Models/IPPolicy.html +1069 -0
- data/docs/NgrokAPI/Models/IPPolicyRule.html +1149 -0
- data/docs/NgrokAPI/Models/IPRestriction.html +1132 -0
- data/docs/NgrokAPI/Models/{TlsCertificate.html → IPWhitelistEntry.html} +168 -163
- data/docs/NgrokAPI/Models/Listable.html +1 -1
- data/docs/NgrokAPI/Models/Ref.html +617 -0
- data/docs/NgrokAPI/Models/ReservedAddr.html +1132 -0
- data/docs/NgrokAPI/Models/ReservedDomain.html +111 -1107
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +839 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertNSTarget.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +617 -0
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +617 -0
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +1143 -0
- data/docs/NgrokAPI/Models/SSHCredential.html +1149 -0
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +1513 -0
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +1661 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +2179 -0
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +617 -0
- data/docs/NgrokAPI/Models/Tunnel.html +987 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +1209 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +1 -1
- data/{doc/NgrokAPI/Services/ApiKeysClient.html → docs/NgrokAPI/Services/APIKeysClient.html} +287 -151
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +723 -0
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +1489 -0
- data/docs/NgrokAPI/Services/CredentialsClient.html +1534 -0
- data/docs/NgrokAPI/Services/EndpointCircuitBreakerModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointCompressionModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointConfigurationsClient.html +473 -371
- data/docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointLoggingModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointMutualTLSModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOAuthModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointOIDCModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointRequestHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointSAMLModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EndpointWebhookValidationModuleClient.html +1071 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +1609 -0
- data/docs/NgrokAPI/Services/EventSourcesClient.html +1348 -0
- data/docs/NgrokAPI/Services/EventStreamsClient.html +1691 -0
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +1603 -0
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +1488 -0
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +1550 -0
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +1620 -0
- data/docs/NgrokAPI/Services/IPWhitelistClient.html +1488 -0
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +1793 -0
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +518 -333
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +1532 -0
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +1552 -0
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +1573 -0
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +1617 -0
- data/{doc/NgrokAPI/Services/TlsCertificatesClient.html → docs/NgrokAPI/Services/TLSCertificatesClient.html} +290 -198
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +1468 -0
- data/docs/NgrokAPI/Services/TunnelsClient.html +513 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +624 -28
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/method_list.html +7318 -286
- data/docs/top-level-namespace.html +1 -1
- data/lib/ngrokapi/client.rb +218 -49
- data/lib/ngrokapi/models/abuse_report.rb +37 -0
- data/lib/ngrokapi/models/abuse_report_hostname.rb +27 -0
- data/lib/ngrokapi/models/api_key.rb +62 -64
- data/lib/ngrokapi/models/aws_auth.rb +27 -0
- data/lib/ngrokapi/models/aws_credentials.rb +27 -0
- data/lib/ngrokapi/models/aws_role.rb +25 -0
- data/lib/ngrokapi/models/certificate_authority.rb +72 -0
- data/lib/ngrokapi/models/credential.rb +67 -0
- data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +35 -0
- data/lib/ngrokapi/models/endpoint_compression.rb +25 -0
- data/lib/ngrokapi/models/endpoint_configuration.rb +130 -119
- data/lib/ngrokapi/models/endpoint_ip_policy.rb +27 -0
- data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging.rb +27 -0
- data/lib/ngrokapi/models/endpoint_logging_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls.rb +27 -0
- data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +27 -0
- data/lib/ngrokapi/models/endpoint_o_auth.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +37 -0
- data/lib/ngrokapi/models/endpoint_o_auth_google.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +33 -0
- data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +31 -0
- data/lib/ngrokapi/models/endpoint_oidc.rb +41 -0
- data/lib/ngrokapi/models/endpoint_request_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_response_headers.rb +29 -0
- data/lib/ngrokapi/models/endpoint_saml.rb +55 -0
- data/lib/ngrokapi/models/endpoint_saml_mutate.rb +45 -0
- data/lib/ngrokapi/models/endpoint_tls_termination.rb +29 -0
- data/lib/ngrokapi/models/endpoint_webhook_validation.rb +29 -0
- data/lib/ngrokapi/models/event_destination.rb +49 -0
- data/lib/ngrokapi/models/event_source.rb +31 -0
- data/lib/ngrokapi/models/event_source_replace.rb +29 -0
- data/lib/ngrokapi/models/event_stream.rb +77 -0
- data/lib/ngrokapi/models/event_subscription.rb +47 -0
- data/lib/ngrokapi/models/event_target.rb +31 -0
- data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +27 -0
- data/lib/ngrokapi/models/event_target_firehose.rb +27 -0
- data/lib/ngrokapi/models/event_target_kinesis.rb +27 -0
- data/lib/ngrokapi/models/ip_policy.rb +64 -0
- data/lib/ngrokapi/models/ip_policy_rule.rb +67 -0
- data/lib/ngrokapi/models/ip_restriction.rb +49 -0
- data/lib/ngrokapi/models/ip_whitelist_entry.rb +62 -0
- data/lib/ngrokapi/models/ref.rb +27 -0
- data/lib/ngrokapi/models/reserved_addr.rb +49 -0
- data/lib/ngrokapi/models/reserved_domain.rb +59 -211
- data/lib/ngrokapi/models/reserved_domain_cert_job.rb +33 -0
- data/lib/ngrokapi/models/reserved_domain_cert_ns_target.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +27 -0
- data/lib/ngrokapi/models/reserved_domain_cert_status.rb +27 -0
- data/lib/ngrokapi/models/ssh_certificate_authority.rb +64 -0
- data/lib/ngrokapi/models/ssh_credential.rb +67 -0
- data/lib/ngrokapi/models/ssh_host_certificate.rb +74 -0
- data/lib/ngrokapi/models/ssh_user_certificate.rb +78 -0
- data/lib/ngrokapi/models/tls_certificate.rb +92 -62
- data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +27 -0
- data/lib/ngrokapi/models/tunnel.rb +37 -0
- data/lib/ngrokapi/models/tunnel_session.rb +43 -0
- data/lib/ngrokapi/services/.gitkeep +0 -0
- data/lib/ngrokapi/services/abuse_reports_client.rb +84 -0
- data/lib/ngrokapi/services/api_keys_client.rb +203 -144
- data/lib/ngrokapi/services/certificate_authorities_client.rb +204 -0
- data/lib/ngrokapi/services/credentials_client.rb +212 -0
- data/lib/ngrokapi/services/endpoint_circuit_breaker_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_compression_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +324 -313
- data/lib/ngrokapi/services/endpoint_ip_policy_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_logging_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_mutual_tls_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_o_auth_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_oidc_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_request_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_response_headers_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_saml_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_tls_termination_module_client.rb +122 -0
- data/lib/ngrokapi/services/endpoint_webhook_validation_module_client.rb +122 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +222 -0
- data/lib/ngrokapi/services/event_sources_client.rb +177 -0
- data/lib/ngrokapi/services/event_streams_client.rb +226 -0
- data/lib/ngrokapi/services/event_subscriptions_client.rb +213 -0
- data/lib/ngrokapi/services/ip_policies_client.rb +208 -0
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +210 -0
- data/lib/ngrokapi/services/ip_restrictions_client.rb +223 -0
- data/lib/ngrokapi/services/ip_whitelist_client.rb +202 -0
- data/lib/ngrokapi/services/reserved_addrs_client.rb +246 -0
- data/lib/ngrokapi/services/reserved_domains_client.rb +382 -313
- data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +207 -0
- data/lib/ngrokapi/services/ssh_credentials_client.rb +211 -0
- data/lib/ngrokapi/services/ssh_host_certificates_client.rb +214 -0
- data/lib/ngrokapi/services/ssh_user_certificates_client.rb +220 -0
- data/lib/ngrokapi/services/tls_certificates_client.rb +207 -161
- data/lib/ngrokapi/services/tunnel_sessions_client.rb +228 -0
- data/lib/ngrokapi/services/tunnels_client.rb +51 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +139 -33
- data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +21 -0
- data/spec/ngrokapi/models/abuse_report_spec.rb +21 -0
- data/spec/ngrokapi/models/api_key_spec.rb +42 -43
- data/spec/ngrokapi/models/aws_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_credentials_spec.rb +21 -0
- data/spec/ngrokapi/models/aws_role_spec.rb +21 -0
- data/spec/ngrokapi/models/certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/credential_spec.rb +45 -0
- data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_compression_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +78 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_oidc_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_saml_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +21 -0
- data/spec/ngrokapi/models/event_destination_spec.rb +28 -0
- data/spec/ngrokapi/models/event_source_replace_spec.rb +21 -0
- data/spec/ngrokapi/models/event_source_spec.rb +21 -0
- data/spec/ngrokapi/models/event_stream_spec.rb +51 -0
- data/spec/ngrokapi/models/event_subscription_spec.rb +28 -0
- data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_firehose_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_kinesis_spec.rb +21 -0
- data/spec/ngrokapi/models/event_target_spec.rb +21 -0
- data/spec/ngrokapi/models/ip_policy_rule_spec.rb +45 -0
- data/spec/ngrokapi/models/ip_policy_spec.rb +42 -0
- data/spec/ngrokapi/models/ip_restriction_spec.rb +28 -0
- data/spec/ngrokapi/models/ip_whitelist_entry_spec.rb +42 -0
- data/spec/ngrokapi/models/listable_spec.rb +4 -4
- data/spec/ngrokapi/models/ref_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_addr_spec.rb +28 -0
- data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_ns_target_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +21 -0
- data/spec/ngrokapi/models/reserved_domain_spec.rb +28 -100
- data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_credential_spec.rb +45 -0
- data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +21 -0
- data/spec/ngrokapi/models/tls_certificate_spec.rb +42 -0
- data/spec/ngrokapi/models/tunnel_session_spec.rb +21 -0
- data/spec/ngrokapi/models/tunnel_spec.rb +21 -0
- data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
- data/spec/ngrokapi/services/.gitkeep +0 -0
- data/spec/ngrokapi/services/abuse_reports_client_spec.rb +67 -0
- data/spec/ngrokapi/services/api_keys_client_spec.rb +160 -127
- data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +162 -0
- data/spec/ngrokapi/services/credentials_client_spec.rb +166 -0
- data/spec/ngrokapi/services/endpoint_circuit_breaker_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_compression_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +240 -0
- data/spec/ngrokapi/services/endpoint_ip_policy_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_logging_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_mutual_tls_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_o_auth_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_oidc_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_request_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_response_headers_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_saml_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_tls_termination_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/endpoint_webhook_validation_module_client_spec.rb +127 -0
- data/spec/ngrokapi/services/event_destinations_client_spec.rb +175 -0
- data/spec/ngrokapi/services/event_sources_client_spec.rb +162 -0
- data/spec/ngrokapi/services/event_streams_client_spec.rb +180 -0
- data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +172 -0
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +162 -0
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +174 -0
- data/spec/ngrokapi/services/ip_whitelist_client_spec.rb +162 -0
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +209 -0
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +352 -0
- data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +166 -0
- data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +168 -0
- data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +170 -0
- data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +174 -0
- data/spec/ngrokapi/services/tls_certificates_client_spec.rb +164 -0
- data/spec/ngrokapi/services/tunnel_sessions_client_spec.rb +184 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +21 -0
- data/spec/spec_helper.rb +958 -0
- metadata +355 -10
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<title>
|
|
7
|
-
Class: NgrokAPI::Models::
|
|
7
|
+
Class: NgrokAPI::Models::IPWhitelistEntry
|
|
8
8
|
|
|
9
9
|
— Documentation by YARD 0.9.26
|
|
10
10
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
|
|
16
16
|
|
|
17
17
|
<script type="text/javascript">
|
|
18
|
-
pathId = "NgrokAPI::Models::
|
|
18
|
+
pathId = "NgrokAPI::Models::IPWhitelistEntry";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
21
21
|
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
<div id="header">
|
|
37
37
|
<div id="menu">
|
|
38
38
|
|
|
39
|
-
<a href="../../_index.html">Index (
|
|
39
|
+
<a href="../../_index.html">Index (I)</a> »
|
|
40
40
|
<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>
|
|
41
41
|
»
|
|
42
|
-
<span class="title">
|
|
42
|
+
<span class="title">IPWhitelistEntry</span>
|
|
43
43
|
|
|
44
44
|
</div>
|
|
45
45
|
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<div class="clear"></div>
|
|
60
60
|
</div>
|
|
61
61
|
|
|
62
|
-
<div id="content"><h1>Class: NgrokAPI::Models::
|
|
62
|
+
<div id="content"><h1>Class: NgrokAPI::Models::IPWhitelistEntry
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
<ul class="fullTree">
|
|
75
75
|
<li>Object</li>
|
|
76
76
|
|
|
77
|
-
<li class="next">NgrokAPI::Models::
|
|
77
|
+
<li class="next">NgrokAPI::Models::IPWhitelistEntry</li>
|
|
78
78
|
|
|
79
79
|
</ul>
|
|
80
80
|
<a href="#" class="inheritanceTree">show all</a>
|
|
@@ -94,23 +94,12 @@
|
|
|
94
94
|
|
|
95
95
|
<dl>
|
|
96
96
|
<dt>Defined in:</dt>
|
|
97
|
-
<dd>lib/ngrokapi/models/
|
|
97
|
+
<dd>lib/ngrokapi/models/ip_whitelist_entry.rb</dd>
|
|
98
98
|
</dl>
|
|
99
99
|
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
|
-
<h2>Overview</h2><div class="docstring">
|
|
103
|
-
<div class="discussion">
|
|
104
|
-
|
|
105
|
-
<p>A resource representing data from the tls_certificate API</p>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
</div>
|
|
109
|
-
</div>
|
|
110
|
-
<div class="tags">
|
|
111
|
-
|
|
112
102
|
|
|
113
|
-
</div>
|
|
114
103
|
|
|
115
104
|
|
|
116
105
|
|
|
@@ -230,6 +219,35 @@
|
|
|
230
219
|
<p>Returns the value of attribute id.</p>
|
|
231
220
|
</div></span>
|
|
232
221
|
|
|
222
|
+
</li>
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
<li class="public ">
|
|
226
|
+
<span class="summary_signature">
|
|
227
|
+
|
|
228
|
+
<a href="#ip_net-instance_method" title="#ip_net (instance method)">#<strong>ip_net</strong> ⇒ Object </a>
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
</span>
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
<span class="note title readonly">readonly</span>
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
<span class="summary_desc"><div class='inline'>
|
|
248
|
+
<p>Returns the value of attribute ip_net.</p>
|
|
249
|
+
</div></span>
|
|
250
|
+
|
|
233
251
|
</li>
|
|
234
252
|
|
|
235
253
|
|
|
@@ -358,7 +376,7 @@
|
|
|
358
376
|
<li class="public ">
|
|
359
377
|
<span class="summary_signature">
|
|
360
378
|
|
|
361
|
-
<a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong> ⇒
|
|
379
|
+
<a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong> ⇒ Object </a>
|
|
362
380
|
|
|
363
381
|
|
|
364
382
|
|
|
@@ -373,7 +391,7 @@
|
|
|
373
391
|
|
|
374
392
|
|
|
375
393
|
<span class="summary_desc"><div class='inline'>
|
|
376
|
-
<p>Delete
|
|
394
|
+
<p>Delete an IP whitelist entry.</p>
|
|
377
395
|
</div></span>
|
|
378
396
|
|
|
379
397
|
</li>
|
|
@@ -382,7 +400,7 @@
|
|
|
382
400
|
<li class="public ">
|
|
383
401
|
<span class="summary_signature">
|
|
384
402
|
|
|
385
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒
|
|
403
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒ IPWhitelistEntry </a>
|
|
386
404
|
|
|
387
405
|
|
|
388
406
|
|
|
@@ -399,7 +417,7 @@
|
|
|
399
417
|
|
|
400
418
|
|
|
401
419
|
<span class="summary_desc"><div class='inline'>
|
|
402
|
-
<p>A new instance of
|
|
420
|
+
<p>A new instance of IPWhitelistEntry.</p>
|
|
403
421
|
</div></span>
|
|
404
422
|
|
|
405
423
|
</li>
|
|
@@ -430,7 +448,7 @@
|
|
|
430
448
|
<li class="public ">
|
|
431
449
|
<span class="summary_signature">
|
|
432
450
|
|
|
433
|
-
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil) ⇒
|
|
451
|
+
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(description: nil, metadata: nil) ⇒ Object </a>
|
|
434
452
|
|
|
435
453
|
|
|
436
454
|
|
|
@@ -445,7 +463,7 @@
|
|
|
445
463
|
|
|
446
464
|
|
|
447
465
|
<span class="summary_desc"><div class='inline'>
|
|
448
|
-
<p>Update
|
|
466
|
+
<p>Update attributes of an IP whitelist entry by ID.</p>
|
|
449
467
|
</div></span>
|
|
450
468
|
|
|
451
469
|
</li>
|
|
@@ -460,7 +478,7 @@
|
|
|
460
478
|
<div class="method_details first">
|
|
461
479
|
<h3 class="signature first" id="initialize-instance_method">
|
|
462
480
|
|
|
463
|
-
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::
|
|
481
|
+
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::IPWhitelistEntry (class)">IPWhitelistEntry</a></span></tt>
|
|
464
482
|
|
|
465
483
|
|
|
466
484
|
|
|
@@ -469,7 +487,7 @@
|
|
|
469
487
|
</h3><div class="docstring">
|
|
470
488
|
<div class="discussion">
|
|
471
489
|
|
|
472
|
-
<p>Returns a new instance of
|
|
490
|
+
<p>Returns a new instance of IPWhitelistEntry.</p>
|
|
473
491
|
|
|
474
492
|
|
|
475
493
|
</div>
|
|
@@ -483,6 +501,7 @@
|
|
|
483
501
|
<pre class="lines">
|
|
484
502
|
|
|
485
503
|
|
|
504
|
+
15
|
|
486
505
|
16
|
|
487
506
|
17
|
|
488
507
|
18
|
|
@@ -494,16 +513,17 @@
|
|
|
494
513
|
24</pre>
|
|
495
514
|
</td>
|
|
496
515
|
<td>
|
|
497
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
498
|
-
|
|
499
|
-
<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>
|
|
500
|
-
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
501
|
-
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
|
502
|
-
<span class='ivar'>@
|
|
503
|
-
<span class='ivar'>@
|
|
504
|
-
<span class='ivar'>@
|
|
505
|
-
<span class='ivar'>@
|
|
506
|
-
<span class='ivar'>@
|
|
516
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 15</span>
|
|
517
|
+
|
|
518
|
+
<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>
|
|
519
|
+
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
520
|
+
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
|
521
|
+
<span class='ivar'>@id</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'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
522
|
+
<span class='ivar'>@uri</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'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
523
|
+
<span class='ivar'>@created_at</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'>created_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
524
|
+
<span class='ivar'>@description</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'>description</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
525
|
+
<span class='ivar'>@metadata</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'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
526
|
+
<span class='ivar'>@ip_net</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'>ip_net</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
507
527
|
<span class='kw'>end</span></pre>
|
|
508
528
|
</td>
|
|
509
529
|
</tr>
|
|
@@ -543,12 +563,12 @@
|
|
|
543
563
|
<pre class="lines">
|
|
544
564
|
|
|
545
565
|
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
566
|
+
6
|
|
567
|
+
7
|
|
568
|
+
8</pre>
|
|
549
569
|
</td>
|
|
550
570
|
<td>
|
|
551
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
571
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
552
572
|
|
|
553
573
|
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
|
554
574
|
<span class='ivar'>@client</span>
|
|
@@ -586,12 +606,12 @@
|
|
|
586
606
|
<pre class="lines">
|
|
587
607
|
|
|
588
608
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
609
|
+
6
|
|
610
|
+
7
|
|
611
|
+
8</pre>
|
|
592
612
|
</td>
|
|
593
613
|
<td>
|
|
594
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
614
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
595
615
|
|
|
596
616
|
<span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
|
|
597
617
|
<span class='ivar'>@created_at</span>
|
|
@@ -629,12 +649,12 @@
|
|
|
629
649
|
<pre class="lines">
|
|
630
650
|
|
|
631
651
|
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
652
|
+
6
|
|
653
|
+
7
|
|
654
|
+
8</pre>
|
|
635
655
|
</td>
|
|
636
656
|
<td>
|
|
637
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
657
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
638
658
|
|
|
639
659
|
<span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
|
|
640
660
|
<span class='ivar'>@description</span>
|
|
@@ -672,12 +692,12 @@
|
|
|
672
692
|
<pre class="lines">
|
|
673
693
|
|
|
674
694
|
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
695
|
+
6
|
|
696
|
+
7
|
|
697
|
+
8</pre>
|
|
678
698
|
</td>
|
|
679
699
|
<td>
|
|
680
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
700
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
681
701
|
|
|
682
702
|
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
|
683
703
|
<span class='ivar'>@id</span>
|
|
@@ -688,6 +708,49 @@
|
|
|
688
708
|
</div>
|
|
689
709
|
|
|
690
710
|
|
|
711
|
+
<span id=""></span>
|
|
712
|
+
<div class="method_details ">
|
|
713
|
+
<h3 class="signature " id="ip_net-instance_method">
|
|
714
|
+
|
|
715
|
+
#<strong>ip_net</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
</h3><div class="docstring">
|
|
722
|
+
<div class="discussion">
|
|
723
|
+
|
|
724
|
+
<p>Returns the value of attribute ip_net.</p>
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
</div>
|
|
728
|
+
</div>
|
|
729
|
+
<div class="tags">
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
</div><table class="source_code">
|
|
733
|
+
<tr>
|
|
734
|
+
<td>
|
|
735
|
+
<pre class="lines">
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
6
|
|
739
|
+
7
|
|
740
|
+
8</pre>
|
|
741
|
+
</td>
|
|
742
|
+
<td>
|
|
743
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
744
|
+
|
|
745
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_ip_net'>ip_net</span>
|
|
746
|
+
<span class='ivar'>@ip_net</span>
|
|
747
|
+
<span class='kw'>end</span></pre>
|
|
748
|
+
</td>
|
|
749
|
+
</tr>
|
|
750
|
+
</table>
|
|
751
|
+
</div>
|
|
752
|
+
|
|
753
|
+
|
|
691
754
|
<span id=""></span>
|
|
692
755
|
<div class="method_details ">
|
|
693
756
|
<h3 class="signature " id="metadata-instance_method">
|
|
@@ -715,12 +778,12 @@
|
|
|
715
778
|
<pre class="lines">
|
|
716
779
|
|
|
717
780
|
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
781
|
+
6
|
|
782
|
+
7
|
|
783
|
+
8</pre>
|
|
721
784
|
</td>
|
|
722
785
|
<td>
|
|
723
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
786
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
724
787
|
|
|
725
788
|
<span class='kw'>def</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
726
789
|
<span class='ivar'>@metadata</span>
|
|
@@ -758,12 +821,12 @@
|
|
|
758
821
|
<pre class="lines">
|
|
759
822
|
|
|
760
823
|
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
824
|
+
6
|
|
825
|
+
7
|
|
826
|
+
8</pre>
|
|
764
827
|
</td>
|
|
765
828
|
<td>
|
|
766
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
829
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
767
830
|
|
|
768
831
|
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
|
769
832
|
<span class='ivar'>@result</span>
|
|
@@ -801,12 +864,12 @@
|
|
|
801
864
|
<pre class="lines">
|
|
802
865
|
|
|
803
866
|
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
867
|
+
6
|
|
868
|
+
7
|
|
869
|
+
8</pre>
|
|
807
870
|
</td>
|
|
808
871
|
<td>
|
|
809
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
872
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 6</span>
|
|
810
873
|
|
|
811
874
|
<span class='kw'>def</span> <span class='id identifier rubyid_uri'>uri</span>
|
|
812
875
|
<span class='ivar'>@uri</span>
|
|
@@ -843,10 +906,10 @@
|
|
|
843
906
|
28</pre>
|
|
844
907
|
</td>
|
|
845
908
|
<td>
|
|
846
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
909
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 26</span>
|
|
847
910
|
|
|
848
|
-
<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>
|
|
849
|
-
<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>
|
|
911
|
+
<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>
|
|
912
|
+
<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>
|
|
850
913
|
<span class='kw'>end</span></pre>
|
|
851
914
|
</td>
|
|
852
915
|
</tr>
|
|
@@ -856,7 +919,7 @@
|
|
|
856
919
|
<div class="method_details ">
|
|
857
920
|
<h3 class="signature " id="delete-instance_method">
|
|
858
921
|
|
|
859
|
-
#<strong>delete</strong> ⇒ <tt>
|
|
922
|
+
#<strong>delete</strong> ⇒ <tt>Object</tt>
|
|
860
923
|
|
|
861
924
|
|
|
862
925
|
|
|
@@ -865,33 +928,15 @@
|
|
|
865
928
|
</h3><div class="docstring">
|
|
866
929
|
<div class="discussion">
|
|
867
930
|
|
|
868
|
-
<p>Delete
|
|
931
|
+
<p>Delete an IP whitelist entry.</p>
|
|
869
932
|
|
|
870
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
|
933
|
+
<p><a href="https://ngrok.com/docs/api#api-ip-whitelist-delete">ngrok.com/docs/api#api-ip-whitelist-delete</a></p>
|
|
871
934
|
|
|
872
935
|
|
|
873
936
|
</div>
|
|
874
937
|
</div>
|
|
875
938
|
<div class="tags">
|
|
876
939
|
|
|
877
|
-
<p class="tag_title">Returns:</p>
|
|
878
|
-
<ul class="return">
|
|
879
|
-
|
|
880
|
-
<li>
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
<span class='type'>(<tt>nil</tt>)</span>
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
—
|
|
888
|
-
<div class='inline'>
|
|
889
|
-
<p>result from delete request</p>
|
|
890
|
-
</div>
|
|
891
|
-
|
|
892
|
-
</li>
|
|
893
|
-
|
|
894
|
-
</ul>
|
|
895
940
|
|
|
896
941
|
</div><table class="source_code">
|
|
897
942
|
<tr>
|
|
@@ -899,15 +944,19 @@
|
|
|
899
944
|
<pre class="lines">
|
|
900
945
|
|
|
901
946
|
|
|
947
|
+
38
|
|
948
|
+
39
|
|
902
949
|
40
|
|
903
950
|
41
|
|
904
951
|
42</pre>
|
|
905
952
|
</td>
|
|
906
953
|
<td>
|
|
907
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
954
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 38</span>
|
|
908
955
|
|
|
909
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
|
910
|
-
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span
|
|
956
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
|
957
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
|
958
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span>
|
|
959
|
+
<span class='rparen'>)</span>
|
|
911
960
|
<span class='kw'>end</span></pre>
|
|
912
961
|
</td>
|
|
913
962
|
</tr>
|
|
@@ -934,10 +983,10 @@
|
|
|
934
983
|
32</pre>
|
|
935
984
|
</td>
|
|
936
985
|
<td>
|
|
937
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
986
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 30</span>
|
|
938
987
|
|
|
939
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
940
|
-
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
988
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
989
|
+
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
941
990
|
<span class='kw'>end</span></pre>
|
|
942
991
|
</td>
|
|
943
992
|
</tr>
|
|
@@ -947,7 +996,7 @@
|
|
|
947
996
|
<div class="method_details ">
|
|
948
997
|
<h3 class="signature " id="update-instance_method">
|
|
949
998
|
|
|
950
|
-
#<strong>update</strong>(description: nil, metadata: nil) ⇒ <tt
|
|
999
|
+
#<strong>update</strong>(description: nil, metadata: nil) ⇒ <tt>Object</tt>
|
|
951
1000
|
|
|
952
1001
|
|
|
953
1002
|
|
|
@@ -956,73 +1005,15 @@
|
|
|
956
1005
|
</h3><div class="docstring">
|
|
957
1006
|
<div class="discussion">
|
|
958
1007
|
|
|
959
|
-
<p>Update
|
|
1008
|
+
<p>Update attributes of an IP whitelist entry by ID</p>
|
|
960
1009
|
|
|
961
|
-
<p><a href="https://ngrok.com/docs/api#api-
|
|
1010
|
+
<p><a href="https://ngrok.com/docs/api#api-ip-whitelist-update">ngrok.com/docs/api#api-ip-whitelist-update</a></p>
|
|
962
1011
|
|
|
963
1012
|
|
|
964
1013
|
</div>
|
|
965
1014
|
</div>
|
|
966
1015
|
<div class="tags">
|
|
967
|
-
<p class="tag_title">Parameters:</p>
|
|
968
|
-
<ul class="param">
|
|
969
1016
|
|
|
970
|
-
<li>
|
|
971
|
-
|
|
972
|
-
<span class='name'>description</span>
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
—
|
|
982
|
-
<div class='inline'>
|
|
983
|
-
<p>human-readable description of this TLS certificate. optional, max 255 bytes.</p>
|
|
984
|
-
</div>
|
|
985
|
-
|
|
986
|
-
</li>
|
|
987
|
-
|
|
988
|
-
<li>
|
|
989
|
-
|
|
990
|
-
<span class='name'>metadata</span>
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
<span class='type'>(<tt>string</tt>)</span>
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
—
|
|
1000
|
-
<div class='inline'>
|
|
1001
|
-
<p>arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.</p>
|
|
1002
|
-
</div>
|
|
1003
|
-
|
|
1004
|
-
</li>
|
|
1005
|
-
|
|
1006
|
-
</ul>
|
|
1007
|
-
|
|
1008
|
-
<p class="tag_title">Returns:</p>
|
|
1009
|
-
<ul class="return">
|
|
1010
|
-
|
|
1011
|
-
<li>
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
<span class='type'>(<tt><span class='object_link'><a href="" title="NgrokAPI::Models::TlsCertificate (class)">NgrokAPI::Models::TlsCertificate</a></span></tt>)</span>
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
—
|
|
1019
|
-
<div class='inline'>
|
|
1020
|
-
<p>result from update request</p>
|
|
1021
|
-
</div>
|
|
1022
|
-
|
|
1023
|
-
</li>
|
|
1024
|
-
|
|
1025
|
-
</ul>
|
|
1026
1017
|
|
|
1027
1018
|
</div><table class="source_code">
|
|
1028
1019
|
<tr>
|
|
@@ -1030,19 +1021,33 @@
|
|
|
1030
1021
|
<pre class="lines">
|
|
1031
1022
|
|
|
1032
1023
|
|
|
1024
|
+
48
|
|
1025
|
+
49
|
|
1026
|
+
50
|
|
1027
|
+
51
|
|
1028
|
+
52
|
|
1029
|
+
53
|
|
1033
1030
|
54
|
|
1034
1031
|
55
|
|
1035
1032
|
56
|
|
1036
1033
|
57
|
|
1037
|
-
58
|
|
1034
|
+
58
|
|
1035
|
+
59</pre>
|
|
1038
1036
|
</td>
|
|
1039
1037
|
<td>
|
|
1040
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
1041
|
-
|
|
1042
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span
|
|
1043
|
-
<span class='
|
|
1044
|
-
<span class='
|
|
1045
|
-
|
|
1038
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/ip_whitelist_entry.rb', line 48</span>
|
|
1039
|
+
|
|
1040
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
|
1041
|
+
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
|
1042
|
+
<span class='label'>metadata:</span> <span class='kw'>nil</span>
|
|
1043
|
+
<span class='rparen'>)</span>
|
|
1044
|
+
<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>
|
|
1045
|
+
<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>
|
|
1046
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
|
1047
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
|
1048
|
+
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
|
1049
|
+
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
|
1050
|
+
<span class='rparen'>)</span>
|
|
1046
1051
|
<span class='kw'>end</span></pre>
|
|
1047
1052
|
</td>
|
|
1048
1053
|
</tr>
|
|
@@ -1054,7 +1059,7 @@
|
|
|
1054
1059
|
</div>
|
|
1055
1060
|
|
|
1056
1061
|
<div id="footer">
|
|
1057
|
-
Generated on
|
|
1062
|
+
Generated on Mon Oct 4 23:24:16 2021 by
|
|
1058
1063
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1059
1064
|
0.9.26 (ruby-3.0.1).
|
|
1060
1065
|
</div>
|
|
@@ -924,7 +924,7 @@
|
|
|
924
924
|
</div>
|
|
925
925
|
|
|
926
926
|
<div id="footer">
|
|
927
|
-
Generated on
|
|
927
|
+
Generated on Mon Oct 4 23:24:15 2021 by
|
|
928
928
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
929
929
|
0.9.26 (ruby-3.0.1).
|
|
930
930
|
</div>
|