ngrok-api 0.16.0 → 0.17.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/doc/NgrokAPI/Client.html +270 -180
- data/doc/NgrokAPI/Error.html +2 -2
- data/doc/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/doc/NgrokAPI/Errors.html +2 -2
- data/doc/NgrokAPI/HttpClient.html +2 -2
- data/doc/NgrokAPI/Models/APIKey.html +2 -2
- data/doc/NgrokAPI/Models/AWSAuth.html +2 -2
- data/doc/NgrokAPI/Models/AWSCredentials.html +2 -2
- data/doc/NgrokAPI/Models/AWSRole.html +2 -2
- data/doc/NgrokAPI/Models/AbuseReport.html +2 -2
- data/doc/NgrokAPI/Models/AbuseReportHostname.html +2 -2
- data/doc/NgrokAPI/Models/AgentIngress.html +2 -2
- data/doc/NgrokAPI/Models/CertificateAuthority.html +2 -2
- data/doc/NgrokAPI/Models/Credential.html +2 -2
- data/doc/NgrokAPI/Models/Endpoint.html +1431 -0
- data/{docs/NgrokAPI/Models/EndpointLogging.html → doc/NgrokAPI/Models/EndpointBackend.html} +41 -41
- data/doc/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
- data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
- data/doc/NgrokAPI/Models/EndpointCompression.html +2 -2
- data/doc/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
- data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
- data/doc/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
- data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuth.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOIDC.html +2 -2
- data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
- data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
- data/doc/NgrokAPI/Models/EndpointSAML.html +2 -2
- data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
- data/doc/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
- data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/doc/NgrokAPI/Models/EventDestination.html +6 -6
- data/doc/NgrokAPI/Models/EventSource.html +2 -2
- data/doc/NgrokAPI/Models/EventSourceList.html +2 -2
- data/doc/NgrokAPI/Models/EventSourceReplace.html +2 -2
- data/doc/NgrokAPI/Models/EventSubscription.html +2 -2
- data/doc/NgrokAPI/Models/EventTarget.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetFirehose.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetKinesis.html +2 -2
- data/doc/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{docs/NgrokAPI/Models/EventStream.html → doc/NgrokAPI/Models/HTTPSEdge.html} +118 -118
- data/doc/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
- data/doc/NgrokAPI/Models/IPPolicy.html +2 -2
- data/doc/NgrokAPI/Models/IPPolicyRule.html +96 -22
- data/doc/NgrokAPI/Models/IPRestriction.html +2 -2
- data/doc/NgrokAPI/Models/Listable.html +2 -2
- data/doc/NgrokAPI/Models/Ref.html +2 -2
- data/doc/NgrokAPI/Models/ReservedAddr.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomain.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
- data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
- data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
- data/doc/NgrokAPI/Models/SSHCredential.html +2 -2
- data/doc/NgrokAPI/Models/SSHHostCertificate.html +2 -2
- data/doc/NgrokAPI/Models/SSHUserCertificate.html +2 -2
- data/doc/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/doc/NgrokAPI/Models/TLSCertificate.html +2 -2
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
- data/doc/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/doc/NgrokAPI/Models/Tunnel.html +313 -17
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/doc/NgrokAPI/Models/TunnelSession.html +2 -2
- data/doc/NgrokAPI/Models/WeightedBackend.html +1075 -0
- data/doc/NgrokAPI/Models.html +4 -4
- data/doc/NgrokAPI/PagedIterator.html +2 -2
- data/doc/NgrokAPI/Services/APIKeysClient.html +2 -2
- data/doc/NgrokAPI/Services/AbuseReportsClient.html +2 -2
- data/doc/NgrokAPI/Services/AgentIngressesClient.html +2 -2
- data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
- data/doc/NgrokAPI/Services/CredentialsClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
- data/{docs/NgrokAPI/Services/EndpointCompressionModuleClient.html → doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointOIDCModuleClient.html → doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html} +206 -96
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{docs/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +206 -96
- data/{docs/NgrokAPI/Services/EndpointSAMLModuleClient.html → doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html} +206 -96
- data/doc/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/doc/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
- data/{docs/NgrokAPI/Services/EndpointConfigurationsClient.html → doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/doc/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +35 -35
- data/doc/NgrokAPI/Services/EventSourcesClient.html +2 -2
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/doc/NgrokAPI/Services/{EndpointOIDCModuleClient.html → HTTPSEdgeMutualTLSModuleClient.html} +59 -59
- data/doc/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +40 -58
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
- data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
- data/doc/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
- data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
- data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
- data/{docs/NgrokAPI/Services/EndpointLoggingModuleClient.html → doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html} +59 -59
- data/doc/NgrokAPI/Services/{EndpointIPPolicyModuleClient.html → TCPEdgeIPRestrictionModuleClient.html} +41 -41
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
- data/doc/NgrokAPI/Services/{EndpointLoggingModuleClient.html → TLSEdgeBackendModuleClient.html} +59 -59
- data/{docs/NgrokAPI/Services/EndpointIPPolicyModuleClient.html → doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html} +41 -41
- data/doc/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
- data/{docs/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
- data/doc/NgrokAPI/Services/TunnelsClient.html +241 -3
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/doc/NgrokAPI/Services.html +4 -4
- data/doc/NgrokAPI.html +3 -3
- data/doc/_index.html +237 -60
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/method_list.html +3393 -1433
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +270 -180
- data/docs/NgrokAPI/Error.html +2 -2
- data/docs/NgrokAPI/Errors/NotFoundError.html +2 -2
- data/docs/NgrokAPI/Errors.html +2 -2
- data/docs/NgrokAPI/HttpClient.html +2 -2
- data/docs/NgrokAPI/Models/APIKey.html +2 -2
- data/docs/NgrokAPI/Models/AWSAuth.html +2 -2
- data/docs/NgrokAPI/Models/AWSCredentials.html +2 -2
- data/docs/NgrokAPI/Models/AWSRole.html +2 -2
- data/docs/NgrokAPI/Models/AbuseReport.html +2 -2
- data/docs/NgrokAPI/Models/AbuseReportHostname.html +2 -2
- data/docs/NgrokAPI/Models/AgentIngress.html +2 -2
- data/docs/NgrokAPI/Models/CertificateAuthority.html +2 -2
- data/docs/NgrokAPI/Models/Credential.html +2 -2
- data/docs/NgrokAPI/Models/Endpoint.html +1431 -0
- data/{doc/NgrokAPI/Models/EndpointLogging.html → docs/NgrokAPI/Models/EndpointBackend.html} +41 -41
- data/docs/NgrokAPI/Models/{EndpointLoggingMutate.html → EndpointBackendMutate.html} +41 -41
- data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +2 -2
- data/docs/NgrokAPI/Models/EndpointCompression.html +2 -2
- data/docs/NgrokAPI/Models/EndpointIPPolicy.html +2 -2
- data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +2 -2
- data/docs/NgrokAPI/Models/EndpointMutualTLS.html +2 -2
- data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuth.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOIDC.html +2 -2
- data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +2 -2
- data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +2 -2
- data/docs/NgrokAPI/Models/EndpointSAML.html +2 -2
- data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +2 -2
- data/docs/NgrokAPI/Models/EndpointTLSTermination.html +2 -2
- data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +617 -0
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +543 -0
- data/docs/NgrokAPI/Models/EventDestination.html +6 -6
- data/docs/NgrokAPI/Models/EventSource.html +2 -2
- data/docs/NgrokAPI/Models/EventSourceList.html +2 -2
- data/docs/NgrokAPI/Models/EventSourceReplace.html +2 -2
- data/docs/NgrokAPI/Models/EventSubscription.html +2 -2
- data/docs/NgrokAPI/Models/EventTarget.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetFirehose.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetKinesis.html +2 -2
- data/docs/NgrokAPI/Models/FailoverBackend.html +1075 -0
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +1231 -0
- data/{doc/NgrokAPI/Models/EventStream.html → docs/NgrokAPI/Models/HTTPSEdge.html} +118 -118
- data/docs/NgrokAPI/Models/{EndpointConfiguration.html → HTTPSEdgeRoute.html} +202 -264
- data/docs/NgrokAPI/Models/IPPolicy.html +2 -2
- data/docs/NgrokAPI/Models/IPPolicyRule.html +96 -22
- data/docs/NgrokAPI/Models/IPRestriction.html +2 -2
- data/docs/NgrokAPI/Models/Listable.html +2 -2
- data/docs/NgrokAPI/Models/Ref.html +2 -2
- data/docs/NgrokAPI/Models/ReservedAddr.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomain.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +2 -2
- data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +2 -2
- data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +2 -2
- data/docs/NgrokAPI/Models/SSHCredential.html +2 -2
- data/docs/NgrokAPI/Models/SSHHostCertificate.html +2 -2
- data/docs/NgrokAPI/Models/SSHUserCertificate.html +2 -2
- data/docs/NgrokAPI/Models/TCPEdge.html +1235 -0
- data/docs/NgrokAPI/Models/TLSCertificate.html +2 -2
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
- data/docs/NgrokAPI/Models/TLSEdge.html +1395 -0
- data/docs/NgrokAPI/Models/Tunnel.html +313 -17
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +1149 -0
- data/docs/NgrokAPI/Models/TunnelSession.html +2 -2
- data/docs/NgrokAPI/Models/WeightedBackend.html +1075 -0
- data/docs/NgrokAPI/Models.html +4 -4
- data/docs/NgrokAPI/PagedIterator.html +2 -2
- data/docs/NgrokAPI/Services/APIKeysClient.html +2 -2
- data/docs/NgrokAPI/Services/AbuseReportsClient.html +2 -2
- data/docs/NgrokAPI/Services/AgentIngressesClient.html +2 -2
- data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +2 -2
- data/docs/NgrokAPI/Services/CredentialsClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointCircuitBreakerModuleClient.html → EdgeRouteCircuitBreakerModuleClient.html} +206 -96
- data/{doc/NgrokAPI/Services/EndpointCompressionModuleClient.html → docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html} +206 -96
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +1153 -0
- data/{doc/NgrokAPI/Services/EndpointResponseHeadersModuleClient.html → docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html} +206 -96
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EndpointWebhookValidationModuleClient.html → EdgeRouteWebhookVerificationModuleClient.html} +206 -96
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +1153 -0
- data/docs/NgrokAPI/Services/{EventStreamsClient.html → EdgesHTTPSClient.html} +236 -271
- data/{doc/NgrokAPI/Services/EndpointConfigurationsClient.html → docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html} +456 -620
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +1757 -0
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +1847 -0
- data/docs/NgrokAPI/Services/EndpointsClient.html +907 -0
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +35 -35
- data/docs/NgrokAPI/Services/EventSourcesClient.html +2 -2
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +5 -5
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +1744 -0
- data/{doc/NgrokAPI/Services/EndpointSAMLModuleClient.html → docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/{EndpointRequestHeadersModuleClient.html → HTTPSEdgeTLSTerminationModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +40 -58
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +60 -40
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +3 -3
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +41 -331
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +94 -674
- data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +2 -2
- data/docs/NgrokAPI/Services/SSHCredentialsClient.html +2 -2
- data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +2 -2
- data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +2 -2
- data/docs/NgrokAPI/Services/{EndpointOAuthModuleClient.html → TCPEdgeBackendModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
- data/{doc/NgrokAPI/Services/EndpointOAuthModuleClient.html → docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html} +59 -59
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +1043 -0
- data/docs/NgrokAPI/Services/{EndpointMutualTLSModuleClient.html → TLSEdgeMutualTLSModuleClient.html} +41 -41
- data/{doc/NgrokAPI/Services/EndpointTLSTerminationModuleClient.html → docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html} +41 -41
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
- data/docs/NgrokAPI/Services/TunnelsClient.html +241 -3
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +1644 -0
- data/docs/NgrokAPI/Services.html +4 -4
- data/docs/NgrokAPI.html +3 -3
- data/docs/_index.html +237 -60
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +2 -2
- data/docs/index.html +2 -2
- data/docs/method_list.html +3393 -1433
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +47 -24
- data/lib/ngrokapi/models/endpoint.rb +49 -0
- data/lib/ngrokapi/models/{endpoint_logging.rb → endpoint_backend.rb} +3 -3
- data/lib/ngrokapi/models/{endpoint_logging_mutate.rb → endpoint_backend_mutate.rb} +3 -3
- data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +27 -0
- data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +25 -0
- data/lib/ngrokapi/models/event_destination.rb +1 -2
- data/lib/ngrokapi/models/{event_stream.rb → failover_backend.rb} +15 -27
- data/lib/ngrokapi/models/http_response_backend.rb +71 -0
- data/lib/ngrokapi/models/https_edge.rb +80 -0
- data/lib/ngrokapi/models/{endpoint_configuration.rb → https_edge_route.rb} +56 -53
- data/lib/ngrokapi/models/ip_policy_rule.rb +3 -1
- data/lib/ngrokapi/models/tcp_edge.rb +78 -0
- data/lib/ngrokapi/models/tls_edge.rb +88 -0
- data/lib/ngrokapi/models/tunnel.rb +9 -1
- data/lib/ngrokapi/models/tunnel_group_backend.rb +67 -0
- data/lib/ngrokapi/models/weighted_backend.rb +65 -0
- data/lib/ngrokapi/services/edge_route_backend_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_circuit_breaker_module_client.rb → edge_route_circuit_breaker_module_client.rb} +37 -25
- data/lib/ngrokapi/services/{endpoint_compression_module_client.rb → edge_route_compression_module_client.rb} +37 -25
- data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +120 -0
- data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +120 -0
- data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +120 -0
- data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_response_headers_module_client.rb → edge_route_response_headers_module_client.rb} +37 -25
- data/lib/ngrokapi/services/edge_route_saml_module_client.rb +120 -0
- data/lib/ngrokapi/services/{endpoint_webhook_validation_module_client.rb → edge_route_webhook_verification_module_client.rb} +37 -25
- data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +120 -0
- data/lib/ngrokapi/services/edges_https_client.rb +227 -0
- data/lib/ngrokapi/services/edges_https_routes_client.rb +244 -0
- data/lib/ngrokapi/services/edges_tcp_client.rb +227 -0
- data/lib/ngrokapi/services/edges_tls_client.rb +239 -0
- data/lib/ngrokapi/services/endpoints_client.rb +114 -0
- data/lib/ngrokapi/services/event_destinations_client.rb +2 -4
- data/lib/ngrokapi/services/event_subscriptions_client.rb +3 -3
- data/lib/ngrokapi/services/failover_backends_client.rb +214 -0
- data/lib/ngrokapi/services/http_response_backends_client.rb +199 -0
- data/lib/ngrokapi/services/{endpoint_saml_module_client.rb → https_edge_mutual_tls_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_request_headers_module_client.rb → https_edge_tls_termination_module_client.rb} +25 -25
- data/lib/ngrokapi/services/ip_policies_client.rb +1 -3
- data/lib/ngrokapi/services/ip_policy_rules_client.rb +3 -1
- data/lib/ngrokapi/services/ip_restrictions_client.rb +1 -1
- data/lib/ngrokapi/services/reserved_addrs_client.rb +0 -37
- data/lib/ngrokapi/services/reserved_domains_client.rb +0 -74
- data/lib/ngrokapi/services/{endpoint_logging_module_client.rb → tcp_edge_backend_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_ip_policy_module_client.rb → tcp_edge_ip_restriction_module_client.rb} +15 -15
- data/lib/ngrokapi/services/{endpoint_oidc_module_client.rb → tls_edge_backend_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_o_auth_module_client.rb → tls_edge_ip_restriction_module_client.rb} +25 -25
- data/lib/ngrokapi/services/{endpoint_mutual_tls_module_client.rb → tls_edge_mutual_tls_module_client.rb} +15 -15
- data/lib/ngrokapi/services/{endpoint_tls_termination_module_client.rb → tls_edge_tls_termination_module_client.rb} +15 -15
- data/lib/ngrokapi/services/tunnel_group_backends_client.rb +212 -0
- data/lib/ngrokapi/services/tunnels_client.rb +35 -0
- data/lib/ngrokapi/services/weighted_backends_client.rb +214 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +44 -23
- data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_backend_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +21 -0
- data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +21 -0
- data/spec/ngrokapi/models/failover_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/http_response_backend_spec.rb +51 -0
- data/spec/ngrokapi/models/https_edge_route_spec.rb +81 -0
- data/spec/ngrokapi/models/https_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tcp_edge_spec.rb +51 -0
- data/spec/ngrokapi/models/tls_edge_spec.rb +57 -0
- data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +45 -0
- data/spec/ngrokapi/models/weighted_backend_spec.rb +45 -0
- data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_circuit_breaker_module_client_spec.rb → edge_route_circuit_breaker_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_compression_module_client_spec.rb → edge_route_compression_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{endpoint_o_auth_module_client_spec.rb → edge_route_o_auth_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_oidc_module_client_spec.rb → edge_route_oidc_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_request_headers_module_client_spec.rb → edge_route_request_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_response_headers_module_client_spec.rb → edge_route_response_headers_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_saml_module_client_spec.rb → edge_route_saml_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/{endpoint_webhook_validation_module_client_spec.rb → edge_route_webhook_verification_module_client_spec.rb} +31 -17
- data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +139 -0
- data/spec/ngrokapi/services/{event_streams_client_spec.rb → edges_https_client_spec.rb} +106 -108
- data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +241 -0
- data/spec/ngrokapi/services/edges_tcp_client_spec.rb +175 -0
- data/spec/ngrokapi/services/edges_tls_client_spec.rb +187 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +57 -0
- data/spec/ngrokapi/services/failover_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/http_response_backends_client_spec.rb +175 -0
- data/spec/ngrokapi/services/{endpoint_mutual_tls_module_client_spec.rb → https_edge_mutual_tls_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/{endpoint_tls_termination_module_client_spec.rb → https_edge_tls_termination_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/ip_policies_client_spec.rb +0 -1
- data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +3 -1
- data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +0 -44
- data/spec/ngrokapi/services/reserved_domains_client_spec.rb +0 -88
- data/spec/ngrokapi/services/{endpoint_logging_module_client_spec.rb → tcp_edge_backend_module_client_spec.rb} +40 -40
- data/spec/ngrokapi/services/{endpoint_ip_policy_module_client_spec.rb → tcp_edge_ip_restriction_module_client_spec.rb} +17 -17
- data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +125 -0
- data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +163 -0
- data/spec/ngrokapi/services/tunnels_client_spec.rb +36 -0
- data/spec/ngrokapi/services/weighted_backends_client_spec.rb +163 -0
- data/spec/spec_helper.rb +326 -33
- metadata +166 -74
- data/lib/ngrokapi/services/endpoint_configurations_client.rb +0 -289
- data/lib/ngrokapi/services/event_streams_client.rb +0 -224
- data/spec/ngrokapi/models/endpoint_configuration_spec.rb +0 -78
- data/spec/ngrokapi/models/endpoint_logging_mutate_spec.rb +0 -21
- data/spec/ngrokapi/models/endpoint_logging_spec.rb +0 -21
- data/spec/ngrokapi/models/event_stream_spec.rb +0 -51
- data/spec/ngrokapi/services/endpoint_configurations_client_spec.rb +0 -237
|
@@ -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::EndpointBackend
|
|
8
8
|
|
|
9
9
|
— Documentation by YARD 0.9.27
|
|
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::EndpointBackend";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
21
21
|
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<a href="../../_index.html">Index (E)</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">EndpointBackend</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::EndpointBackend
|
|
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::EndpointBackend</li>
|
|
78
78
|
|
|
79
79
|
</ul>
|
|
80
80
|
<a href="#" class="inheritanceTree">show all</a>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
<dl>
|
|
96
96
|
<dt>Defined in:</dt>
|
|
97
|
-
<dd>lib/ngrokapi/models/
|
|
97
|
+
<dd>lib/ngrokapi/models/endpoint_backend.rb</dd>
|
|
98
98
|
</dl>
|
|
99
99
|
|
|
100
100
|
</div>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<li class="public ">
|
|
110
110
|
<span class="summary_signature">
|
|
111
111
|
|
|
112
|
-
<a href="#
|
|
112
|
+
<a href="#backend-instance_method" title="#backend (instance method)">#<strong>backend</strong> ⇒ Object </a>
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
<span class="summary_desc"><div class='inline'>
|
|
132
|
-
<p>Returns the value of attribute
|
|
132
|
+
<p>Returns the value of attribute backend.</p>
|
|
133
133
|
</div></span>
|
|
134
134
|
|
|
135
135
|
</li>
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
<li class="public ">
|
|
139
139
|
<span class="summary_signature">
|
|
140
140
|
|
|
141
|
-
<a href="#
|
|
141
|
+
<a href="#client-instance_method" title="#client (instance method)">#<strong>client</strong> ⇒ Object </a>
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
<span class="summary_desc"><div class='inline'>
|
|
161
|
-
<p>Returns the value of attribute
|
|
161
|
+
<p>Returns the value of attribute client.</p>
|
|
162
162
|
</div></span>
|
|
163
163
|
|
|
164
164
|
</li>
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
<li class="public ">
|
|
168
168
|
<span class="summary_signature">
|
|
169
169
|
|
|
170
|
-
<a href="#
|
|
170
|
+
<a href="#enabled-instance_method" title="#enabled (instance method)">#<strong>enabled</strong> ⇒ Object </a>
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
|
|
188
188
|
|
|
189
189
|
<span class="summary_desc"><div class='inline'>
|
|
190
|
-
<p>Returns the value of attribute
|
|
190
|
+
<p>Returns the value of attribute enabled.</p>
|
|
191
191
|
</div></span>
|
|
192
192
|
|
|
193
193
|
</li>
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
<li class="public ">
|
|
261
261
|
<span class="summary_signature">
|
|
262
262
|
|
|
263
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒
|
|
263
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒ EndpointBackend </a>
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
<span class="summary_desc"><div class='inline'>
|
|
280
|
-
<p>A new instance of
|
|
280
|
+
<p>A new instance of EndpointBackend.</p>
|
|
281
281
|
</div></span>
|
|
282
282
|
|
|
283
283
|
</li>
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
<div class="method_details first">
|
|
315
315
|
<h3 class="signature first" id="initialize-instance_method">
|
|
316
316
|
|
|
317
|
-
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::
|
|
317
|
+
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::EndpointBackend (class)">EndpointBackend</a></span></tt>
|
|
318
318
|
|
|
319
319
|
|
|
320
320
|
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
</h3><div class="docstring">
|
|
324
324
|
<div class="discussion">
|
|
325
325
|
|
|
326
|
-
<p>Returns a new instance of
|
|
326
|
+
<p>Returns a new instance of EndpointBackend.</p>
|
|
327
327
|
|
|
328
328
|
|
|
329
329
|
</div>
|
|
@@ -345,13 +345,13 @@
|
|
|
345
345
|
16</pre>
|
|
346
346
|
</td>
|
|
347
347
|
<td>
|
|
348
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
348
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend.rb', line 11</span>
|
|
349
349
|
|
|
350
350
|
<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>
|
|
351
351
|
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
352
352
|
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
|
353
353
|
<span class='ivar'>@enabled</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'>enabled</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
354
|
-
<span class='ivar'>@
|
|
354
|
+
<span class='ivar'>@backend</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'>backend</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
355
355
|
<span class='kw'>end</span></pre>
|
|
356
356
|
</td>
|
|
357
357
|
</tr>
|
|
@@ -366,9 +366,9 @@
|
|
|
366
366
|
|
|
367
367
|
<span id=""></span>
|
|
368
368
|
<div class="method_details first">
|
|
369
|
-
<h3 class="signature first" id="
|
|
369
|
+
<h3 class="signature first" id="backend-instance_method">
|
|
370
370
|
|
|
371
|
-
#<strong>
|
|
371
|
+
#<strong>backend</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
</h3><div class="docstring">
|
|
378
378
|
<div class="discussion">
|
|
379
379
|
|
|
380
|
-
<p>Returns the value of attribute
|
|
380
|
+
<p>Returns the value of attribute backend.</p>
|
|
381
381
|
|
|
382
382
|
|
|
383
383
|
</div>
|
|
@@ -396,10 +396,10 @@
|
|
|
396
396
|
8</pre>
|
|
397
397
|
</td>
|
|
398
398
|
<td>
|
|
399
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
399
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend.rb', line 6</span>
|
|
400
400
|
|
|
401
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
402
|
-
<span class='ivar'>@
|
|
401
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_backend'>backend</span>
|
|
402
|
+
<span class='ivar'>@backend</span>
|
|
403
403
|
<span class='kw'>end</span></pre>
|
|
404
404
|
</td>
|
|
405
405
|
</tr>
|
|
@@ -409,9 +409,9 @@
|
|
|
409
409
|
|
|
410
410
|
<span id=""></span>
|
|
411
411
|
<div class="method_details ">
|
|
412
|
-
<h3 class="signature " id="
|
|
412
|
+
<h3 class="signature " id="client-instance_method">
|
|
413
413
|
|
|
414
|
-
#<strong>
|
|
414
|
+
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
415
415
|
|
|
416
416
|
|
|
417
417
|
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
</h3><div class="docstring">
|
|
421
421
|
<div class="discussion">
|
|
422
422
|
|
|
423
|
-
<p>Returns the value of attribute
|
|
423
|
+
<p>Returns the value of attribute client.</p>
|
|
424
424
|
|
|
425
425
|
|
|
426
426
|
</div>
|
|
@@ -439,10 +439,10 @@
|
|
|
439
439
|
8</pre>
|
|
440
440
|
</td>
|
|
441
441
|
<td>
|
|
442
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
442
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend.rb', line 6</span>
|
|
443
443
|
|
|
444
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
445
|
-
<span class='ivar'>@
|
|
444
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
|
445
|
+
<span class='ivar'>@client</span>
|
|
446
446
|
<span class='kw'>end</span></pre>
|
|
447
447
|
</td>
|
|
448
448
|
</tr>
|
|
@@ -452,9 +452,9 @@
|
|
|
452
452
|
|
|
453
453
|
<span id=""></span>
|
|
454
454
|
<div class="method_details ">
|
|
455
|
-
<h3 class="signature " id="
|
|
455
|
+
<h3 class="signature " id="enabled-instance_method">
|
|
456
456
|
|
|
457
|
-
#<strong>
|
|
457
|
+
#<strong>enabled</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
458
458
|
|
|
459
459
|
|
|
460
460
|
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
</h3><div class="docstring">
|
|
464
464
|
<div class="discussion">
|
|
465
465
|
|
|
466
|
-
<p>Returns the value of attribute
|
|
466
|
+
<p>Returns the value of attribute enabled.</p>
|
|
467
467
|
|
|
468
468
|
|
|
469
469
|
</div>
|
|
@@ -482,10 +482,10 @@
|
|
|
482
482
|
8</pre>
|
|
483
483
|
</td>
|
|
484
484
|
<td>
|
|
485
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
485
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend.rb', line 6</span>
|
|
486
486
|
|
|
487
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
488
|
-
<span class='ivar'>@
|
|
487
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_enabled'>enabled</span>
|
|
488
|
+
<span class='ivar'>@enabled</span>
|
|
489
489
|
<span class='kw'>end</span></pre>
|
|
490
490
|
</td>
|
|
491
491
|
</tr>
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
8</pre>
|
|
526
526
|
</td>
|
|
527
527
|
<td>
|
|
528
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
528
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend.rb', line 6</span>
|
|
529
529
|
|
|
530
530
|
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
|
531
531
|
<span class='ivar'>@result</span>
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
20</pre>
|
|
563
563
|
</td>
|
|
564
564
|
<td>
|
|
565
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
565
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend.rb', line 18</span>
|
|
566
566
|
|
|
567
567
|
<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>
|
|
568
568
|
<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>
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
24</pre>
|
|
593
593
|
</td>
|
|
594
594
|
<td>
|
|
595
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
595
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend.rb', line 22</span>
|
|
596
596
|
|
|
597
597
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
598
598
|
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
@@ -607,9 +607,9 @@
|
|
|
607
607
|
</div>
|
|
608
608
|
|
|
609
609
|
<div id="footer">
|
|
610
|
-
Generated on Thu
|
|
610
|
+
Generated on Thu Mar 10 04:54:49 2022 by
|
|
611
611
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
612
|
-
0.9.27 (ruby-
|
|
612
|
+
0.9.27 (ruby-2.7.5).
|
|
613
613
|
</div>
|
|
614
614
|
|
|
615
615
|
</div>
|
|
@@ -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::EndpointBackendMutate
|
|
8
8
|
|
|
9
9
|
— Documentation by YARD 0.9.27
|
|
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::EndpointBackendMutate";
|
|
19
19
|
relpath = '../../';
|
|
20
20
|
</script>
|
|
21
21
|
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
<a href="../../_index.html">Index (E)</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">EndpointBackendMutate</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::EndpointBackendMutate
|
|
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::EndpointBackendMutate</li>
|
|
78
78
|
|
|
79
79
|
</ul>
|
|
80
80
|
<a href="#" class="inheritanceTree">show all</a>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
|
|
95
95
|
<dl>
|
|
96
96
|
<dt>Defined in:</dt>
|
|
97
|
-
<dd>lib/ngrokapi/models/
|
|
97
|
+
<dd>lib/ngrokapi/models/endpoint_backend_mutate.rb</dd>
|
|
98
98
|
</dl>
|
|
99
99
|
|
|
100
100
|
</div>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<li class="public ">
|
|
110
110
|
<span class="summary_signature">
|
|
111
111
|
|
|
112
|
-
<a href="#
|
|
112
|
+
<a href="#backend_id-instance_method" title="#backend_id (instance method)">#<strong>backend_id</strong> ⇒ Object </a>
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
<span class="summary_desc"><div class='inline'>
|
|
132
|
-
<p>Returns the value of attribute
|
|
132
|
+
<p>Returns the value of attribute backend_id.</p>
|
|
133
133
|
</div></span>
|
|
134
134
|
|
|
135
135
|
</li>
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
<li class="public ">
|
|
139
139
|
<span class="summary_signature">
|
|
140
140
|
|
|
141
|
-
<a href="#
|
|
141
|
+
<a href="#client-instance_method" title="#client (instance method)">#<strong>client</strong> ⇒ Object </a>
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
<span class="summary_desc"><div class='inline'>
|
|
161
|
-
<p>Returns the value of attribute
|
|
161
|
+
<p>Returns the value of attribute client.</p>
|
|
162
162
|
</div></span>
|
|
163
163
|
|
|
164
164
|
</li>
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
<li class="public ">
|
|
168
168
|
<span class="summary_signature">
|
|
169
169
|
|
|
170
|
-
<a href="#
|
|
170
|
+
<a href="#enabled-instance_method" title="#enabled (instance method)">#<strong>enabled</strong> ⇒ Object </a>
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
|
|
188
188
|
|
|
189
189
|
<span class="summary_desc"><div class='inline'>
|
|
190
|
-
<p>Returns the value of attribute
|
|
190
|
+
<p>Returns the value of attribute enabled.</p>
|
|
191
191
|
</div></span>
|
|
192
192
|
|
|
193
193
|
</li>
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
<li class="public ">
|
|
261
261
|
<span class="summary_signature">
|
|
262
262
|
|
|
263
|
-
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒
|
|
263
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client:, result:) ⇒ EndpointBackendMutate </a>
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
|
|
278
278
|
|
|
279
279
|
<span class="summary_desc"><div class='inline'>
|
|
280
|
-
<p>A new instance of
|
|
280
|
+
<p>A new instance of EndpointBackendMutate.</p>
|
|
281
281
|
</div></span>
|
|
282
282
|
|
|
283
283
|
</li>
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
<div class="method_details first">
|
|
315
315
|
<h3 class="signature first" id="initialize-instance_method">
|
|
316
316
|
|
|
317
|
-
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::
|
|
317
|
+
#<strong>initialize</strong>(client:, result:) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::EndpointBackendMutate (class)">EndpointBackendMutate</a></span></tt>
|
|
318
318
|
|
|
319
319
|
|
|
320
320
|
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
</h3><div class="docstring">
|
|
324
324
|
<div class="discussion">
|
|
325
325
|
|
|
326
|
-
<p>Returns a new instance of
|
|
326
|
+
<p>Returns a new instance of EndpointBackendMutate.</p>
|
|
327
327
|
|
|
328
328
|
|
|
329
329
|
</div>
|
|
@@ -345,13 +345,13 @@
|
|
|
345
345
|
16</pre>
|
|
346
346
|
</td>
|
|
347
347
|
<td>
|
|
348
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
348
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend_mutate.rb', line 11</span>
|
|
349
349
|
|
|
350
350
|
<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>
|
|
351
351
|
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
|
352
352
|
<span class='ivar'>@result</span> <span class='op'>=</span> <span class='id identifier rubyid_result'>result</span>
|
|
353
353
|
<span class='ivar'>@enabled</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'>enabled</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
354
|
-
<span class='ivar'>@
|
|
354
|
+
<span class='ivar'>@backend_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'>backend_id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
|
355
355
|
<span class='kw'>end</span></pre>
|
|
356
356
|
</td>
|
|
357
357
|
</tr>
|
|
@@ -366,9 +366,9 @@
|
|
|
366
366
|
|
|
367
367
|
<span id=""></span>
|
|
368
368
|
<div class="method_details first">
|
|
369
|
-
<h3 class="signature first" id="
|
|
369
|
+
<h3 class="signature first" id="backend_id-instance_method">
|
|
370
370
|
|
|
371
|
-
#<strong>
|
|
371
|
+
#<strong>backend_id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
</h3><div class="docstring">
|
|
378
378
|
<div class="discussion">
|
|
379
379
|
|
|
380
|
-
<p>Returns the value of attribute
|
|
380
|
+
<p>Returns the value of attribute backend_id.</p>
|
|
381
381
|
|
|
382
382
|
|
|
383
383
|
</div>
|
|
@@ -396,10 +396,10 @@
|
|
|
396
396
|
8</pre>
|
|
397
397
|
</td>
|
|
398
398
|
<td>
|
|
399
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
399
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend_mutate.rb', line 6</span>
|
|
400
400
|
|
|
401
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
402
|
-
<span class='ivar'>@
|
|
401
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_backend_id'>backend_id</span>
|
|
402
|
+
<span class='ivar'>@backend_id</span>
|
|
403
403
|
<span class='kw'>end</span></pre>
|
|
404
404
|
</td>
|
|
405
405
|
</tr>
|
|
@@ -409,9 +409,9 @@
|
|
|
409
409
|
|
|
410
410
|
<span id=""></span>
|
|
411
411
|
<div class="method_details ">
|
|
412
|
-
<h3 class="signature " id="
|
|
412
|
+
<h3 class="signature " id="client-instance_method">
|
|
413
413
|
|
|
414
|
-
#<strong>
|
|
414
|
+
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
415
415
|
|
|
416
416
|
|
|
417
417
|
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
</h3><div class="docstring">
|
|
421
421
|
<div class="discussion">
|
|
422
422
|
|
|
423
|
-
<p>Returns the value of attribute
|
|
423
|
+
<p>Returns the value of attribute client.</p>
|
|
424
424
|
|
|
425
425
|
|
|
426
426
|
</div>
|
|
@@ -439,10 +439,10 @@
|
|
|
439
439
|
8</pre>
|
|
440
440
|
</td>
|
|
441
441
|
<td>
|
|
442
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
442
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend_mutate.rb', line 6</span>
|
|
443
443
|
|
|
444
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
445
|
-
<span class='ivar'>@
|
|
444
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
|
445
|
+
<span class='ivar'>@client</span>
|
|
446
446
|
<span class='kw'>end</span></pre>
|
|
447
447
|
</td>
|
|
448
448
|
</tr>
|
|
@@ -452,9 +452,9 @@
|
|
|
452
452
|
|
|
453
453
|
<span id=""></span>
|
|
454
454
|
<div class="method_details ">
|
|
455
|
-
<h3 class="signature " id="
|
|
455
|
+
<h3 class="signature " id="enabled-instance_method">
|
|
456
456
|
|
|
457
|
-
#<strong>
|
|
457
|
+
#<strong>enabled</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
|
458
458
|
|
|
459
459
|
|
|
460
460
|
|
|
@@ -463,7 +463,7 @@
|
|
|
463
463
|
</h3><div class="docstring">
|
|
464
464
|
<div class="discussion">
|
|
465
465
|
|
|
466
|
-
<p>Returns the value of attribute
|
|
466
|
+
<p>Returns the value of attribute enabled.</p>
|
|
467
467
|
|
|
468
468
|
|
|
469
469
|
</div>
|
|
@@ -482,10 +482,10 @@
|
|
|
482
482
|
8</pre>
|
|
483
483
|
</td>
|
|
484
484
|
<td>
|
|
485
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
485
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend_mutate.rb', line 6</span>
|
|
486
486
|
|
|
487
|
-
<span class='kw'>def</span> <span class='id identifier
|
|
488
|
-
<span class='ivar'>@
|
|
487
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_enabled'>enabled</span>
|
|
488
|
+
<span class='ivar'>@enabled</span>
|
|
489
489
|
<span class='kw'>end</span></pre>
|
|
490
490
|
</td>
|
|
491
491
|
</tr>
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
8</pre>
|
|
526
526
|
</td>
|
|
527
527
|
<td>
|
|
528
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
528
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend_mutate.rb', line 6</span>
|
|
529
529
|
|
|
530
530
|
<span class='kw'>def</span> <span class='id identifier rubyid_result'>result</span>
|
|
531
531
|
<span class='ivar'>@result</span>
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
20</pre>
|
|
563
563
|
</td>
|
|
564
564
|
<td>
|
|
565
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
565
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend_mutate.rb', line 18</span>
|
|
566
566
|
|
|
567
567
|
<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>
|
|
568
568
|
<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>
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
24</pre>
|
|
593
593
|
</td>
|
|
594
594
|
<td>
|
|
595
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/
|
|
595
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint_backend_mutate.rb', line 22</span>
|
|
596
596
|
|
|
597
597
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
|
598
598
|
<span class='ivar'>@result</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
|
@@ -607,9 +607,9 @@
|
|
|
607
607
|
</div>
|
|
608
608
|
|
|
609
609
|
<div id="footer">
|
|
610
|
-
Generated on Thu
|
|
610
|
+
Generated on Thu Mar 10 04:54:51 2022 by
|
|
611
611
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
612
|
-
0.9.27 (ruby-
|
|
612
|
+
0.9.27 (ruby-2.7.5).
|
|
613
613
|
</div>
|
|
614
614
|
|
|
615
615
|
</div>
|
|
@@ -903,9 +903,9 @@
|
|
|
903
903
|
</div>
|
|
904
904
|
|
|
905
905
|
<div id="footer">
|
|
906
|
-
Generated on Thu
|
|
906
|
+
Generated on Thu Mar 10 04:54:52 2022 by
|
|
907
907
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
908
|
-
0.9.27 (ruby-
|
|
908
|
+
0.9.27 (ruby-2.7.5).
|
|
909
909
|
</div>
|
|
910
910
|
|
|
911
911
|
</div>
|
|
@@ -533,9 +533,9 @@
|
|
|
533
533
|
</div>
|
|
534
534
|
|
|
535
535
|
<div id="footer">
|
|
536
|
-
Generated on Thu
|
|
536
|
+
Generated on Thu Mar 10 04:54:50 2022 by
|
|
537
537
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
538
|
-
0.9.27 (ruby-
|
|
538
|
+
0.9.27 (ruby-2.7.5).
|
|
539
539
|
</div>
|
|
540
540
|
|
|
541
541
|
</div>
|
|
@@ -607,9 +607,9 @@
|
|
|
607
607
|
</div>
|
|
608
608
|
|
|
609
609
|
<div id="footer">
|
|
610
|
-
Generated on Thu
|
|
610
|
+
Generated on Thu Mar 10 04:54:49 2022 by
|
|
611
611
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
612
|
-
0.9.27 (ruby-
|
|
612
|
+
0.9.27 (ruby-2.7.5).
|
|
613
613
|
</div>
|
|
614
614
|
|
|
615
615
|
</div>
|
|
@@ -607,9 +607,9 @@
|
|
|
607
607
|
</div>
|
|
608
608
|
|
|
609
609
|
<div id="footer">
|
|
610
|
-
Generated on Thu
|
|
610
|
+
Generated on Thu Mar 10 04:54:53 2022 by
|
|
611
611
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
612
|
-
0.9.27 (ruby-
|
|
612
|
+
0.9.27 (ruby-2.7.5).
|
|
613
613
|
</div>
|
|
614
614
|
|
|
615
615
|
</div>
|