ngrok-api 0.23.0 → 0.25.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/.github/workflows/ci.yml +1 -1
- data/.gitignore +0 -1
- data/CHANGELOG.md +18 -1
- data/Gemfile +10 -10
- data/Gemfile.lock +183 -0
- data/README.md +21 -0
- data/doc/NgrokAPI/Client.html +229 -67
- 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/AgentIngressCertJob.html +2 -2
- data/doc/NgrokAPI/Models/AgentIngressCertPolicy.html +2 -2
- data/doc/NgrokAPI/Models/AgentIngressCertStatus.html +2 -2
- data/doc/NgrokAPI/Models/ApplicationSession.html +2 -2
- data/doc/NgrokAPI/Models/ApplicationUser.html +2 -2
- data/doc/NgrokAPI/Models/BotUser.html +2 -2
- data/doc/NgrokAPI/Models/BrowserSession.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 +1400 -180
- data/doc/NgrokAPI/Models/EndpointBackend.html +2 -2
- data/doc/NgrokAPI/Models/EndpointBackendMutate.html +2 -2
- 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/EndpointOAuthAmazon.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthGitLab.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthLinkedIn.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
- data/doc/NgrokAPI/Models/EndpointOAuthTwitch.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 +2 -2
- data/doc/NgrokAPI/Models/EndpointTrafficPolicy.html +2 -2
- data/doc/NgrokAPI/Models/EndpointUserAgentFilter.html +2 -2
- data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
- data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +2 -2
- data/doc/NgrokAPI/Models/EventDestination.html +2 -2
- 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/EventTargetAzureLogsIngestion.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
- data/doc/NgrokAPI/Models/EventTargetDatadog.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 +2 -2
- data/doc/NgrokAPI/Models/HTTPResponseBackend.html +2 -2
- data/doc/NgrokAPI/Models/HTTPSEdge.html +2 -2
- data/doc/NgrokAPI/Models/HTTPSEdgeRoute.html +2 -2
- data/doc/NgrokAPI/Models/IPPolicy.html +2 -2
- data/doc/NgrokAPI/Models/IPPolicyRule.html +2 -2
- data/doc/NgrokAPI/Models/IPRestriction.html +2 -2
- data/doc/NgrokAPI/Models/IdentityProvider.html +2 -2
- data/doc/NgrokAPI/Models/Listable.html +2 -2
- data/doc/NgrokAPI/Models/Location.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/Secret.html +1336 -0
- data/doc/NgrokAPI/Models/StaticBackend.html +2 -2
- data/doc/NgrokAPI/Models/StaticBackendTLS.html +2 -2
- data/doc/NgrokAPI/Models/TCPEdge.html +2 -2
- data/doc/NgrokAPI/Models/TLSCertificate.html +2 -2
- data/doc/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
- data/doc/NgrokAPI/Models/TLSEdge.html +2 -2
- data/doc/NgrokAPI/Models/Tunnel.html +2 -2
- data/doc/NgrokAPI/Models/TunnelGroupBackend.html +2 -2
- data/doc/NgrokAPI/Models/TunnelSession.html +2 -2
- data/doc/NgrokAPI/Models/UserAgent.html +2 -2
- data/doc/NgrokAPI/Models/Vault.html +1353 -0
- data/doc/NgrokAPI/Models/WeightedBackend.html +2 -2
- 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/ApplicationSessionsClient.html +2 -2
- data/doc/NgrokAPI/Services/ApplicationUsersClient.html +2 -2
- data/doc/NgrokAPI/Services/BotUsersClient.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 +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgesTCPClient.html +2 -2
- data/doc/NgrokAPI/Services/EdgesTLSClient.html +2 -2
- data/doc/NgrokAPI/Services/EndpointsClient.html +1353 -139
- data/doc/NgrokAPI/Services/EventDestinationsClient.html +2 -2
- data/doc/NgrokAPI/Services/EventSourcesClient.html +2 -2
- data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +2 -2
- data/doc/NgrokAPI/Services/FailoverBackendsClient.html +2 -2
- data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +2 -2
- data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/IPPoliciesClient.html +2 -2
- data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +2 -2
- data/doc/NgrokAPI/Services/IPRestrictionsClient.html +2 -2
- data/doc/NgrokAPI/Services/ReservedAddrsClient.html +2 -2
- data/doc/NgrokAPI/Services/ReservedDomainsClient.html +2 -2
- 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/doc/NgrokAPI/Services/SecretsClient.html +1925 -0
- data/doc/NgrokAPI/Services/StaticBackendsClient.html +2 -2
- data/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
- data/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +2 -2
- data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +2 -2
- data/doc/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
- data/doc/NgrokAPI/Services/TunnelsClient.html +2 -2
- data/doc/NgrokAPI/Services/VaultsClient.html +1809 -0
- data/doc/NgrokAPI/Services/WeightedBackendsClient.html +2 -2
- data/doc/NgrokAPI/Services.html +5 -5
- data/doc/NgrokAPI.html +4 -4
- data/doc/_index.html +38 -2
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +21 -2
- data/doc/index.html +21 -2
- data/doc/method_list.html +1293 -637
- data/doc/top-level-namespace.html +2 -2
- data/docs/NgrokAPI/Client.html +229 -67
- 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/AgentIngressCertJob.html +2 -2
- data/docs/NgrokAPI/Models/AgentIngressCertPolicy.html +2 -2
- data/docs/NgrokAPI/Models/AgentIngressCertStatus.html +2 -2
- data/docs/NgrokAPI/Models/ApplicationSession.html +2 -2
- data/docs/NgrokAPI/Models/ApplicationUser.html +2 -2
- data/docs/NgrokAPI/Models/BotUser.html +2 -2
- data/docs/NgrokAPI/Models/BrowserSession.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 +1400 -180
- data/docs/NgrokAPI/Models/EndpointBackend.html +2 -2
- data/docs/NgrokAPI/Models/EndpointBackendMutate.html +2 -2
- 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/EndpointOAuthAmazon.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthGitLab.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthLinkedIn.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +2 -2
- data/docs/NgrokAPI/Models/EndpointOAuthTwitch.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 +2 -2
- data/docs/NgrokAPI/Models/EndpointTrafficPolicy.html +2 -2
- data/docs/NgrokAPI/Models/EndpointUserAgentFilter.html +2 -2
- data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +2 -2
- data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +2 -2
- data/docs/NgrokAPI/Models/EventDestination.html +2 -2
- 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/EventTargetAzureLogsIngestion.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +2 -2
- data/docs/NgrokAPI/Models/EventTargetDatadog.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 +2 -2
- data/docs/NgrokAPI/Models/HTTPResponseBackend.html +2 -2
- data/docs/NgrokAPI/Models/HTTPSEdge.html +2 -2
- data/docs/NgrokAPI/Models/HTTPSEdgeRoute.html +2 -2
- data/docs/NgrokAPI/Models/IPPolicy.html +2 -2
- data/docs/NgrokAPI/Models/IPPolicyRule.html +2 -2
- data/docs/NgrokAPI/Models/IPRestriction.html +2 -2
- data/docs/NgrokAPI/Models/IdentityProvider.html +2 -2
- data/docs/NgrokAPI/Models/Listable.html +2 -2
- data/docs/NgrokAPI/Models/Location.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/Secret.html +1336 -0
- data/docs/NgrokAPI/Models/StaticBackend.html +2 -2
- data/docs/NgrokAPI/Models/StaticBackendTLS.html +2 -2
- data/docs/NgrokAPI/Models/TCPEdge.html +2 -2
- data/docs/NgrokAPI/Models/TLSCertificate.html +2 -2
- data/docs/NgrokAPI/Models/TLSCertificateSANs.html +2 -2
- data/docs/NgrokAPI/Models/TLSEdge.html +2 -2
- data/docs/NgrokAPI/Models/Tunnel.html +2 -2
- data/docs/NgrokAPI/Models/TunnelGroupBackend.html +2 -2
- data/docs/NgrokAPI/Models/TunnelSession.html +2 -2
- data/docs/NgrokAPI/Models/UserAgent.html +2 -2
- data/docs/NgrokAPI/Models/Vault.html +1353 -0
- data/docs/NgrokAPI/Models/WeightedBackend.html +2 -2
- 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/ApplicationSessionsClient.html +2 -2
- data/docs/NgrokAPI/Services/ApplicationUsersClient.html +2 -2
- data/docs/NgrokAPI/Services/BotUsersClient.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 +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteTrafficPolicyModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteUserAgentFilterModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgesTCPClient.html +2 -2
- data/docs/NgrokAPI/Services/EdgesTLSClient.html +2 -2
- data/docs/NgrokAPI/Services/EndpointsClient.html +1353 -139
- data/docs/NgrokAPI/Services/EventDestinationsClient.html +2 -2
- data/docs/NgrokAPI/Services/EventSourcesClient.html +2 -2
- data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +2 -2
- data/docs/NgrokAPI/Services/FailoverBackendsClient.html +2 -2
- data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +2 -2
- data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/IPPoliciesClient.html +2 -2
- data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +2 -2
- data/docs/NgrokAPI/Services/IPRestrictionsClient.html +2 -2
- data/docs/NgrokAPI/Services/ReservedAddrsClient.html +2 -2
- data/docs/NgrokAPI/Services/ReservedDomainsClient.html +2 -2
- 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/SecretsClient.html +1925 -0
- data/docs/NgrokAPI/Services/StaticBackendsClient.html +2 -2
- data/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TCPEdgeTrafficPolicyModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TLSCertificatesClient.html +2 -2
- data/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TLSEdgeTrafficPolicyModuleClient.html +2 -2
- data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +2 -2
- data/docs/NgrokAPI/Services/TunnelSessionsClient.html +2 -2
- data/docs/NgrokAPI/Services/TunnelsClient.html +2 -2
- data/docs/NgrokAPI/Services/VaultsClient.html +1809 -0
- data/docs/NgrokAPI/Services/WeightedBackendsClient.html +2 -2
- data/docs/NgrokAPI/Services.html +5 -5
- data/docs/NgrokAPI.html +4 -4
- data/docs/_index.html +38 -2
- data/docs/class_list.html +1 -1
- data/docs/file.README.html +21 -2
- data/docs/index.html +21 -2
- data/docs/method_list.html +1293 -637
- data/docs/top-level-namespace.html +2 -2
- data/lib/ngrokapi/client.rb +21 -0
- data/lib/ngrokapi/models/endpoint.rb +70 -1
- data/lib/ngrokapi/models/secret.rb +63 -0
- data/lib/ngrokapi/models/vault.rb +81 -0
- data/lib/ngrokapi/services/endpoints_client.rb +161 -4
- data/lib/ngrokapi/services/secrets_client.rb +246 -0
- data/lib/ngrokapi/services/vaults_client.rb +234 -0
- data/lib/ngrokapi/version.rb +1 -1
- data/spec/ngrokapi/client_spec.rb +15 -0
- data/spec/ngrokapi/models/endpoint_spec.rb +33 -0
- data/spec/ngrokapi/models/secret_spec.rb +30 -0
- data/spec/ngrokapi/models/vault_spec.rb +47 -0
- data/spec/ngrokapi/services/endpoints_client_spec.rb +155 -0
- data/spec/ngrokapi/services/secrets_client_spec.rb +198 -0
- data/spec/ngrokapi/services/vaults_client_spec.rb +186 -0
- data/spec/spec_helper.rb +117 -0
- metadata +19 -5
@@ -132,6 +132,35 @@
|
|
132
132
|
<p>Returns the value of attribute attrs.</p>
|
133
133
|
</div></span>
|
134
134
|
|
135
|
+
</li>
|
136
|
+
|
137
|
+
|
138
|
+
<li class="public ">
|
139
|
+
<span class="summary_signature">
|
140
|
+
|
141
|
+
<a href="#bindings-instance_method" title="#bindings (instance method)">#<strong>bindings</strong> ⇒ Object </a>
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
</span>
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
<span class="note title readonly">readonly</span>
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
<span class="summary_desc"><div class='inline'>
|
161
|
+
<p>Returns the value of attribute bindings.</p>
|
162
|
+
</div></span>
|
163
|
+
|
135
164
|
</li>
|
136
165
|
|
137
166
|
|
@@ -190,6 +219,35 @@
|
|
190
219
|
<p>Returns the value of attribute created_at.</p>
|
191
220
|
</div></span>
|
192
221
|
|
222
|
+
</li>
|
223
|
+
|
224
|
+
|
225
|
+
<li class="public ">
|
226
|
+
<span class="summary_signature">
|
227
|
+
|
228
|
+
<a href="#description-instance_method" title="#description (instance method)">#<strong>description</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 description.</p>
|
249
|
+
</div></span>
|
250
|
+
|
193
251
|
</li>
|
194
252
|
|
195
253
|
|
@@ -248,6 +306,35 @@
|
|
248
306
|
<p>Returns the value of attribute edge.</p>
|
249
307
|
</div></span>
|
250
308
|
|
309
|
+
</li>
|
310
|
+
|
311
|
+
|
312
|
+
<li class="public ">
|
313
|
+
<span class="summary_signature">
|
314
|
+
|
315
|
+
<a href="#host-instance_method" title="#host (instance method)">#<strong>host</strong> ⇒ Object </a>
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
</span>
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
<span class="note title readonly">readonly</span>
|
325
|
+
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
<span class="summary_desc"><div class='inline'>
|
335
|
+
<p>Returns the value of attribute host.</p>
|
336
|
+
</div></span>
|
337
|
+
|
251
338
|
</li>
|
252
339
|
|
253
340
|
|
@@ -341,7 +428,7 @@
|
|
341
428
|
<li class="public ">
|
342
429
|
<span class="summary_signature">
|
343
430
|
|
344
|
-
<a href="#
|
431
|
+
<a href="#name-instance_method" title="#name (instance method)">#<strong>name</strong> ⇒ Object </a>
|
345
432
|
|
346
433
|
|
347
434
|
|
@@ -361,7 +448,7 @@
|
|
361
448
|
|
362
449
|
|
363
450
|
<span class="summary_desc"><div class='inline'>
|
364
|
-
<p>Returns the value of attribute
|
451
|
+
<p>Returns the value of attribute name.</p>
|
365
452
|
</div></span>
|
366
453
|
|
367
454
|
</li>
|
@@ -370,7 +457,7 @@
|
|
370
457
|
<li class="public ">
|
371
458
|
<span class="summary_signature">
|
372
459
|
|
373
|
-
<a href="#
|
460
|
+
<a href="#pooling_enabled-instance_method" title="#pooling_enabled (instance method)">#<strong>pooling_enabled</strong> ⇒ Object </a>
|
374
461
|
|
375
462
|
|
376
463
|
|
@@ -390,7 +477,7 @@
|
|
390
477
|
|
391
478
|
|
392
479
|
<span class="summary_desc"><div class='inline'>
|
393
|
-
<p>Returns the value of attribute
|
480
|
+
<p>Returns the value of attribute pooling_enabled.</p>
|
394
481
|
</div></span>
|
395
482
|
|
396
483
|
</li>
|
@@ -399,7 +486,7 @@
|
|
399
486
|
<li class="public ">
|
400
487
|
<span class="summary_signature">
|
401
488
|
|
402
|
-
<a href="#
|
489
|
+
<a href="#port-instance_method" title="#port (instance method)">#<strong>port</strong> ⇒ Object </a>
|
403
490
|
|
404
491
|
|
405
492
|
|
@@ -419,7 +506,7 @@
|
|
419
506
|
|
420
507
|
|
421
508
|
<span class="summary_desc"><div class='inline'>
|
422
|
-
<p>Returns the value of attribute
|
509
|
+
<p>Returns the value of attribute port.</p>
|
423
510
|
</div></span>
|
424
511
|
|
425
512
|
</li>
|
@@ -428,7 +515,7 @@
|
|
428
515
|
<li class="public ">
|
429
516
|
<span class="summary_signature">
|
430
517
|
|
431
|
-
<a href="#
|
518
|
+
<a href="#principal-instance_method" title="#principal (instance method)">#<strong>principal</strong> ⇒ Object </a>
|
432
519
|
|
433
520
|
|
434
521
|
|
@@ -448,7 +535,7 @@
|
|
448
535
|
|
449
536
|
|
450
537
|
<span class="summary_desc"><div class='inline'>
|
451
|
-
<p>Returns the value of attribute
|
538
|
+
<p>Returns the value of attribute principal.</p>
|
452
539
|
</div></span>
|
453
540
|
|
454
541
|
</li>
|
@@ -457,7 +544,7 @@
|
|
457
544
|
<li class="public ">
|
458
545
|
<span class="summary_signature">
|
459
546
|
|
460
|
-
<a href="#
|
547
|
+
<a href="#proto-instance_method" title="#proto (instance method)">#<strong>proto</strong> ⇒ Object </a>
|
461
548
|
|
462
549
|
|
463
550
|
|
@@ -477,7 +564,7 @@
|
|
477
564
|
|
478
565
|
|
479
566
|
<span class="summary_desc"><div class='inline'>
|
480
|
-
<p>Returns the value of attribute
|
567
|
+
<p>Returns the value of attribute proto.</p>
|
481
568
|
</div></span>
|
482
569
|
|
483
570
|
</li>
|
@@ -486,7 +573,7 @@
|
|
486
573
|
<li class="public ">
|
487
574
|
<span class="summary_signature">
|
488
575
|
|
489
|
-
<a href="#
|
576
|
+
<a href="#public_url-instance_method" title="#public_url (instance method)">#<strong>public_url</strong> ⇒ Object </a>
|
490
577
|
|
491
578
|
|
492
579
|
|
@@ -506,7 +593,7 @@
|
|
506
593
|
|
507
594
|
|
508
595
|
<span class="summary_desc"><div class='inline'>
|
509
|
-
<p>Returns the value of attribute
|
596
|
+
<p>Returns the value of attribute public_url.</p>
|
510
597
|
</div></span>
|
511
598
|
|
512
599
|
</li>
|
@@ -515,7 +602,7 @@
|
|
515
602
|
<li class="public ">
|
516
603
|
<span class="summary_signature">
|
517
604
|
|
518
|
-
<a href="#
|
605
|
+
<a href="#region-instance_method" title="#region (instance method)">#<strong>region</strong> ⇒ Object </a>
|
519
606
|
|
520
607
|
|
521
608
|
|
@@ -535,29 +622,103 @@
|
|
535
622
|
|
536
623
|
|
537
624
|
<span class="summary_desc"><div class='inline'>
|
538
|
-
<p>Returns the value of attribute
|
625
|
+
<p>Returns the value of attribute region.</p>
|
539
626
|
</div></span>
|
540
627
|
|
541
628
|
</li>
|
542
629
|
|
543
630
|
|
544
|
-
|
631
|
+
<li class="public ">
|
632
|
+
<span class="summary_signature">
|
633
|
+
|
634
|
+
<a href="#scheme-instance_method" title="#scheme (instance method)">#<strong>scheme</strong> ⇒ Object </a>
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
</span>
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
|
643
|
+
<span class="note title readonly">readonly</span>
|
644
|
+
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
<span class="summary_desc"><div class='inline'>
|
654
|
+
<p>Returns the value of attribute scheme.</p>
|
655
|
+
</div></span>
|
656
|
+
|
657
|
+
</li>
|
658
|
+
|
659
|
+
|
660
|
+
<li class="public ">
|
661
|
+
<span class="summary_signature">
|
662
|
+
|
663
|
+
<a href="#tcp_addr-instance_method" title="#tcp_addr (instance method)">#<strong>tcp_addr</strong> ⇒ Object </a>
|
664
|
+
|
665
|
+
|
666
|
+
|
667
|
+
</span>
|
668
|
+
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
<span class="note title readonly">readonly</span>
|
673
|
+
|
674
|
+
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
|
545
680
|
|
681
|
+
|
682
|
+
<span class="summary_desc"><div class='inline'>
|
683
|
+
<p>Returns the value of attribute tcp_addr.</p>
|
684
|
+
</div></span>
|
685
|
+
|
686
|
+
</li>
|
546
687
|
|
688
|
+
|
689
|
+
<li class="public ">
|
690
|
+
<span class="summary_signature">
|
691
|
+
|
692
|
+
<a href="#traffic_policy-instance_method" title="#traffic_policy (instance method)">#<strong>traffic_policy</strong> ⇒ Object </a>
|
693
|
+
|
547
694
|
|
695
|
+
|
696
|
+
</span>
|
697
|
+
|
698
|
+
|
699
|
+
|
700
|
+
|
701
|
+
<span class="note title readonly">readonly</span>
|
702
|
+
|
703
|
+
|
704
|
+
|
705
|
+
|
706
|
+
|
707
|
+
|
708
|
+
|
548
709
|
|
549
710
|
|
550
|
-
<
|
551
|
-
|
552
|
-
|
553
|
-
|
711
|
+
<span class="summary_desc"><div class='inline'>
|
712
|
+
<p>Returns the value of attribute traffic_policy.</p>
|
713
|
+
</div></span>
|
714
|
+
|
715
|
+
</li>
|
554
716
|
|
555
|
-
|
556
|
-
|
557
|
-
<li class="public ">
|
717
|
+
|
718
|
+
<li class="public ">
|
558
719
|
<span class="summary_signature">
|
559
720
|
|
560
|
-
<a href="
|
721
|
+
<a href="#tunnel-instance_method" title="#tunnel (instance method)">#<strong>tunnel</strong> ⇒ Object </a>
|
561
722
|
|
562
723
|
|
563
724
|
|
@@ -565,29 +726,39 @@
|
|
565
726
|
|
566
727
|
|
567
728
|
|
729
|
+
|
730
|
+
<span class="note title readonly">readonly</span>
|
731
|
+
|
732
|
+
|
733
|
+
|
568
734
|
|
569
735
|
|
570
736
|
|
571
737
|
|
572
738
|
|
573
739
|
|
574
|
-
<span class="summary_desc"><div class='inline'
|
740
|
+
<span class="summary_desc"><div class='inline'>
|
741
|
+
<p>Returns the value of attribute tunnel.</p>
|
742
|
+
</div></span>
|
575
743
|
|
576
744
|
</li>
|
577
745
|
|
578
|
-
|
579
|
-
|
746
|
+
|
747
|
+
<li class="public ">
|
580
748
|
<span class="summary_signature">
|
581
749
|
|
582
|
-
<a href="#
|
750
|
+
<a href="#tunnel_session-instance_method" title="#tunnel_session (instance method)">#<strong>tunnel_session</strong> ⇒ Object </a>
|
583
751
|
|
584
752
|
|
585
753
|
|
586
754
|
</span>
|
587
755
|
|
588
756
|
|
589
|
-
<span class="note title constructor">constructor</span>
|
590
757
|
|
758
|
+
|
759
|
+
<span class="note title readonly">readonly</span>
|
760
|
+
|
761
|
+
|
591
762
|
|
592
763
|
|
593
764
|
|
@@ -596,16 +767,16 @@
|
|
596
767
|
|
597
768
|
|
598
769
|
<span class="summary_desc"><div class='inline'>
|
599
|
-
<p>
|
770
|
+
<p>Returns the value of attribute tunnel_session.</p>
|
600
771
|
</div></span>
|
601
772
|
|
602
773
|
</li>
|
603
774
|
|
604
|
-
|
605
|
-
|
775
|
+
|
776
|
+
<li class="public ">
|
606
777
|
<span class="summary_signature">
|
607
778
|
|
608
|
-
<a href="#
|
779
|
+
<a href="#type-instance_method" title="#type (instance method)">#<strong>type</strong> ⇒ Object </a>
|
609
780
|
|
610
781
|
|
611
782
|
|
@@ -613,21 +784,28 @@
|
|
613
784
|
|
614
785
|
|
615
786
|
|
787
|
+
|
788
|
+
<span class="note title readonly">readonly</span>
|
789
|
+
|
790
|
+
|
791
|
+
|
616
792
|
|
617
793
|
|
618
794
|
|
619
795
|
|
620
796
|
|
621
797
|
|
622
|
-
<span class="summary_desc"><div class='inline'
|
798
|
+
<span class="summary_desc"><div class='inline'>
|
799
|
+
<p>Returns the value of attribute type.</p>
|
800
|
+
</div></span>
|
623
801
|
|
624
802
|
</li>
|
625
803
|
|
626
|
-
|
627
|
-
|
804
|
+
|
805
|
+
<li class="public ">
|
628
806
|
<span class="summary_signature">
|
629
807
|
|
630
|
-
<a href="#
|
808
|
+
<a href="#updated_at-instance_method" title="#updated_at (instance method)">#<strong>updated_at</strong> ⇒ Object </a>
|
631
809
|
|
632
810
|
|
633
811
|
|
@@ -635,27 +813,974 @@
|
|
635
813
|
|
636
814
|
|
637
815
|
|
816
|
+
|
817
|
+
<span class="note title readonly">readonly</span>
|
818
|
+
|
819
|
+
|
820
|
+
|
821
|
+
|
822
|
+
|
823
|
+
|
824
|
+
|
825
|
+
|
826
|
+
|
827
|
+
<span class="summary_desc"><div class='inline'>
|
828
|
+
<p>Returns the value of attribute updated_at.</p>
|
829
|
+
</div></span>
|
830
|
+
|
831
|
+
</li>
|
832
|
+
|
833
|
+
|
834
|
+
<li class="public ">
|
835
|
+
<span class="summary_signature">
|
836
|
+
|
837
|
+
<a href="#upstream_protocol-instance_method" title="#upstream_protocol (instance method)">#<strong>upstream_protocol</strong> ⇒ Object </a>
|
838
|
+
|
839
|
+
|
840
|
+
|
841
|
+
</span>
|
842
|
+
|
638
843
|
|
639
844
|
|
845
|
+
|
846
|
+
<span class="note title readonly">readonly</span>
|
847
|
+
|
848
|
+
|
849
|
+
|
850
|
+
|
851
|
+
|
852
|
+
|
853
|
+
|
854
|
+
|
855
|
+
|
856
|
+
<span class="summary_desc"><div class='inline'>
|
857
|
+
<p>Returns the value of attribute upstream_protocol.</p>
|
858
|
+
</div></span>
|
859
|
+
|
860
|
+
</li>
|
861
|
+
|
862
|
+
|
863
|
+
<li class="public ">
|
864
|
+
<span class="summary_signature">
|
865
|
+
|
866
|
+
<a href="#upstream_url-instance_method" title="#upstream_url (instance method)">#<strong>upstream_url</strong> ⇒ Object </a>
|
867
|
+
|
868
|
+
|
869
|
+
|
870
|
+
</span>
|
871
|
+
|
872
|
+
|
873
|
+
|
874
|
+
|
875
|
+
<span class="note title readonly">readonly</span>
|
876
|
+
|
877
|
+
|
878
|
+
|
879
|
+
|
880
|
+
|
881
|
+
|
882
|
+
|
883
|
+
|
884
|
+
|
885
|
+
<span class="summary_desc"><div class='inline'>
|
886
|
+
<p>Returns the value of attribute upstream_url.</p>
|
887
|
+
</div></span>
|
888
|
+
|
889
|
+
</li>
|
890
|
+
|
891
|
+
|
892
|
+
<li class="public ">
|
893
|
+
<span class="summary_signature">
|
894
|
+
|
895
|
+
<a href="#uri-instance_method" title="#uri (instance method)">#<strong>uri</strong> ⇒ Object </a>
|
896
|
+
|
897
|
+
|
898
|
+
|
899
|
+
</span>
|
900
|
+
|
901
|
+
|
902
|
+
|
903
|
+
|
904
|
+
<span class="note title readonly">readonly</span>
|
905
|
+
|
906
|
+
|
907
|
+
|
908
|
+
|
909
|
+
|
910
|
+
|
911
|
+
|
912
|
+
|
913
|
+
|
914
|
+
<span class="summary_desc"><div class='inline'>
|
915
|
+
<p>Returns the value of attribute uri.</p>
|
916
|
+
</div></span>
|
917
|
+
|
918
|
+
</li>
|
919
|
+
|
920
|
+
|
921
|
+
<li class="public ">
|
922
|
+
<span class="summary_signature">
|
923
|
+
|
924
|
+
<a href="#url-instance_method" title="#url (instance method)">#<strong>url</strong> ⇒ Object </a>
|
925
|
+
|
926
|
+
|
927
|
+
|
928
|
+
</span>
|
929
|
+
|
930
|
+
|
931
|
+
|
932
|
+
|
933
|
+
<span class="note title readonly">readonly</span>
|
934
|
+
|
935
|
+
|
936
|
+
|
937
|
+
|
938
|
+
|
939
|
+
|
940
|
+
|
941
|
+
|
942
|
+
|
943
|
+
<span class="summary_desc"><div class='inline'>
|
944
|
+
<p>Returns the value of attribute url.</p>
|
945
|
+
</div></span>
|
946
|
+
|
947
|
+
</li>
|
948
|
+
|
949
|
+
|
950
|
+
</ul>
|
951
|
+
|
952
|
+
|
953
|
+
|
954
|
+
|
955
|
+
|
956
|
+
<h2>
|
957
|
+
Instance Method Summary
|
958
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
959
|
+
</h2>
|
960
|
+
|
961
|
+
<ul class="summary">
|
962
|
+
|
963
|
+
<li class="public ">
|
964
|
+
<span class="summary_signature">
|
965
|
+
|
966
|
+
<a href="#==-instance_method" title="#== (instance method)">#<strong>==</strong>(other) ⇒ Object </a>
|
967
|
+
|
968
|
+
|
969
|
+
|
970
|
+
</span>
|
971
|
+
|
972
|
+
|
973
|
+
|
974
|
+
|
975
|
+
|
976
|
+
|
977
|
+
|
978
|
+
|
979
|
+
|
980
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
981
|
+
|
982
|
+
</li>
|
983
|
+
|
984
|
+
|
985
|
+
<li class="public ">
|
986
|
+
<span class="summary_signature">
|
987
|
+
|
988
|
+
<a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong> ⇒ Object </a>
|
989
|
+
|
990
|
+
|
991
|
+
|
992
|
+
</span>
|
993
|
+
|
994
|
+
|
995
|
+
|
996
|
+
|
997
|
+
|
998
|
+
|
999
|
+
|
1000
|
+
|
1001
|
+
|
1002
|
+
<span class="summary_desc"><div class='inline'>
|
1003
|
+
<p>Delete an Endpoint by ID, currently available only for cloud endpoints.</p>
|
1004
|
+
</div></span>
|
1005
|
+
|
1006
|
+
</li>
|
1007
|
+
|
1008
|
+
|
1009
|
+
<li class="public ">
|
1010
|
+
<span class="summary_signature">
|
1011
|
+
|
1012
|
+
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ Endpoint </a>
|
1013
|
+
|
1014
|
+
|
1015
|
+
|
1016
|
+
</span>
|
1017
|
+
|
1018
|
+
|
1019
|
+
<span class="note title constructor">constructor</span>
|
1020
|
+
|
1021
|
+
|
1022
|
+
|
1023
|
+
|
1024
|
+
|
1025
|
+
|
1026
|
+
|
1027
|
+
|
1028
|
+
<span class="summary_desc"><div class='inline'>
|
1029
|
+
<p>A new instance of Endpoint.</p>
|
1030
|
+
</div></span>
|
1031
|
+
|
1032
|
+
</li>
|
1033
|
+
|
1034
|
+
|
1035
|
+
<li class="public ">
|
1036
|
+
<span class="summary_signature">
|
1037
|
+
|
1038
|
+
<a href="#to_h-instance_method" title="#to_h (instance method)">#<strong>to_h</strong> ⇒ Object </a>
|
1039
|
+
|
1040
|
+
|
1041
|
+
|
1042
|
+
</span>
|
1043
|
+
|
1044
|
+
|
1045
|
+
|
1046
|
+
|
1047
|
+
|
1048
|
+
|
1049
|
+
|
1050
|
+
|
1051
|
+
|
1052
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
1053
|
+
|
1054
|
+
</li>
|
1055
|
+
|
1056
|
+
|
1057
|
+
<li class="public ">
|
1058
|
+
<span class="summary_signature">
|
1059
|
+
|
1060
|
+
<a href="#to_s-instance_method" title="#to_s (instance method)">#<strong>to_s</strong> ⇒ Object </a>
|
1061
|
+
|
1062
|
+
|
1063
|
+
|
1064
|
+
</span>
|
1065
|
+
|
1066
|
+
|
1067
|
+
|
1068
|
+
|
1069
|
+
|
1070
|
+
|
1071
|
+
|
1072
|
+
|
1073
|
+
|
1074
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
1075
|
+
|
1076
|
+
</li>
|
1077
|
+
|
1078
|
+
|
1079
|
+
<li class="public ">
|
1080
|
+
<span class="summary_signature">
|
1081
|
+
|
1082
|
+
<a href="#update-instance_method" title="#update (instance method)">#<strong>update</strong>(url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ Object </a>
|
1083
|
+
|
1084
|
+
|
1085
|
+
|
1086
|
+
</span>
|
1087
|
+
|
1088
|
+
|
1089
|
+
|
1090
|
+
|
1091
|
+
|
1092
|
+
|
1093
|
+
|
1094
|
+
|
1095
|
+
|
1096
|
+
<span class="summary_desc"><div class='inline'>
|
1097
|
+
<p>Update an Endpoint by ID, currently available only for cloud endpoints.</p>
|
1098
|
+
</div></span>
|
1099
|
+
|
1100
|
+
</li>
|
1101
|
+
|
1102
|
+
|
1103
|
+
</ul>
|
1104
|
+
|
1105
|
+
|
1106
|
+
<div id="constructor_details" class="method_details_list">
|
1107
|
+
<h2>Constructor Details</h2>
|
1108
|
+
|
1109
|
+
<div class="method_details first">
|
1110
|
+
<h3 class="signature first" id="initialize-instance_method">
|
1111
|
+
|
1112
|
+
#<strong>initialize</strong>(client: nil, attrs: {}) ⇒ <tt><span class='object_link'><a href="" title="NgrokAPI::Models::Endpoint (class)">Endpoint</a></span></tt>
|
1113
|
+
|
1114
|
+
|
1115
|
+
|
1116
|
+
|
1117
|
+
|
1118
|
+
</h3><div class="docstring">
|
1119
|
+
<div class="discussion">
|
1120
|
+
|
1121
|
+
<p>Returns a new instance of Endpoint.</p>
|
1122
|
+
|
1123
|
+
|
1124
|
+
</div>
|
1125
|
+
</div>
|
1126
|
+
<div class="tags">
|
1127
|
+
|
1128
|
+
|
1129
|
+
</div><table class="source_code">
|
1130
|
+
<tr>
|
1131
|
+
<td>
|
1132
|
+
<pre class="lines">
|
1133
|
+
|
1134
|
+
|
1135
|
+
40
|
1136
|
+
41
|
1137
|
+
42
|
1138
|
+
43
|
1139
|
+
44
|
1140
|
+
45
|
1141
|
+
46
|
1142
|
+
47
|
1143
|
+
48
|
1144
|
+
49
|
1145
|
+
50
|
1146
|
+
51
|
1147
|
+
52
|
1148
|
+
53
|
1149
|
+
54
|
1150
|
+
55
|
1151
|
+
56
|
1152
|
+
57
|
1153
|
+
58
|
1154
|
+
59
|
1155
|
+
60
|
1156
|
+
61
|
1157
|
+
62
|
1158
|
+
63
|
1159
|
+
64
|
1160
|
+
65
|
1161
|
+
66
|
1162
|
+
67
|
1163
|
+
68
|
1164
|
+
69
|
1165
|
+
70
|
1166
|
+
71
|
1167
|
+
72
|
1168
|
+
73
|
1169
|
+
74</pre>
|
1170
|
+
</td>
|
1171
|
+
<td>
|
1172
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 40</span>
|
1173
|
+
|
1174
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>client:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>attrs:</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1175
|
+
<span class='ivar'>@client</span> <span class='op'>=</span> <span class='id identifier rubyid_client'>client</span>
|
1176
|
+
<span class='ivar'>@attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
1177
|
+
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1178
|
+
<span class='ivar'>@region</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>region</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1179
|
+
<span class='ivar'>@created_at</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>created_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1180
|
+
<span class='ivar'>@updated_at</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>updated_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1181
|
+
<span class='kw'>unless</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>public_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
1182
|
+
<span class='ivar'>@public_url</span> <span class='op'>=</span> <span class='const'>URI</span><span class='lparen'>(</span><span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>public_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
1183
|
+
<span class='kw'>end</span>
|
1184
|
+
<span class='ivar'>@proto</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>proto</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1185
|
+
<span class='ivar'>@scheme</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>scheme</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1186
|
+
<span class='ivar'>@hostport</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>hostport</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1187
|
+
<span class='ivar'>@host</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>host</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1188
|
+
<span class='ivar'>@port</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>port</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1189
|
+
<span class='ivar'>@type</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>type</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1190
|
+
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1191
|
+
<span class='ivar'>@description</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>description</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1192
|
+
<span class='ivar'>@domain</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>domain</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1193
|
+
<span class='ivar'>@tcp_addr</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tcp_addr</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1194
|
+
<span class='ivar'>@tunnel</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tunnel</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1195
|
+
<span class='ivar'>@edge</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>edge</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1196
|
+
<span class='ivar'>@upstream_url</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>upstream_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1197
|
+
<span class='ivar'>@upstream_protocol</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>upstream_protocol</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1198
|
+
<span class='ivar'>@url</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1199
|
+
<span class='ivar'>@principal</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>principal</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1200
|
+
<span class='ivar'>@traffic_policy</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>traffic_policy</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1201
|
+
<span class='ivar'>@bindings</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>bindings</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1202
|
+
<span class='ivar'>@tunnel_session</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tunnel_session</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1203
|
+
<span class='kw'>unless</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
1204
|
+
<span class='ivar'>@uri</span> <span class='op'>=</span> <span class='const'>URI</span><span class='lparen'>(</span><span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>uri</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
1205
|
+
<span class='kw'>end</span>
|
1206
|
+
<span class='ivar'>@name</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>name</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1207
|
+
<span class='ivar'>@pooling_enabled</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>pooling_enabled</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1208
|
+
<span class='kw'>end</span></pre>
|
1209
|
+
</td>
|
1210
|
+
</tr>
|
1211
|
+
</table>
|
1212
|
+
</div>
|
1213
|
+
|
1214
|
+
</div>
|
1215
|
+
|
1216
|
+
<div id="instance_attr_details" class="attr_details">
|
1217
|
+
<h2>Instance Attribute Details</h2>
|
1218
|
+
|
1219
|
+
|
1220
|
+
<span id=""></span>
|
1221
|
+
<div class="method_details first">
|
1222
|
+
<h3 class="signature first" id="attrs-instance_method">
|
1223
|
+
|
1224
|
+
#<strong>attrs</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1225
|
+
|
1226
|
+
|
1227
|
+
|
1228
|
+
|
1229
|
+
|
1230
|
+
</h3><div class="docstring">
|
1231
|
+
<div class="discussion">
|
1232
|
+
|
1233
|
+
<p>Returns the value of attribute attrs.</p>
|
1234
|
+
|
1235
|
+
|
1236
|
+
</div>
|
1237
|
+
</div>
|
1238
|
+
<div class="tags">
|
1239
|
+
|
1240
|
+
|
1241
|
+
</div><table class="source_code">
|
1242
|
+
<tr>
|
1243
|
+
<td>
|
1244
|
+
<pre class="lines">
|
1245
|
+
|
1246
|
+
|
1247
|
+
10
|
1248
|
+
11
|
1249
|
+
12</pre>
|
1250
|
+
</td>
|
1251
|
+
<td>
|
1252
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1253
|
+
|
1254
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
1255
|
+
<span class='ivar'>@attrs</span>
|
1256
|
+
<span class='kw'>end</span></pre>
|
1257
|
+
</td>
|
1258
|
+
</tr>
|
1259
|
+
</table>
|
1260
|
+
</div>
|
1261
|
+
|
1262
|
+
|
1263
|
+
<span id=""></span>
|
1264
|
+
<div class="method_details ">
|
1265
|
+
<h3 class="signature " id="bindings-instance_method">
|
1266
|
+
|
1267
|
+
#<strong>bindings</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1268
|
+
|
1269
|
+
|
1270
|
+
|
1271
|
+
|
1272
|
+
|
1273
|
+
</h3><div class="docstring">
|
1274
|
+
<div class="discussion">
|
1275
|
+
|
1276
|
+
<p>Returns the value of attribute bindings.</p>
|
1277
|
+
|
1278
|
+
|
1279
|
+
</div>
|
1280
|
+
</div>
|
1281
|
+
<div class="tags">
|
1282
|
+
|
1283
|
+
|
1284
|
+
</div><table class="source_code">
|
1285
|
+
<tr>
|
1286
|
+
<td>
|
1287
|
+
<pre class="lines">
|
1288
|
+
|
1289
|
+
|
1290
|
+
10
|
1291
|
+
11
|
1292
|
+
12</pre>
|
1293
|
+
</td>
|
1294
|
+
<td>
|
1295
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1296
|
+
|
1297
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_bindings'>bindings</span>
|
1298
|
+
<span class='ivar'>@bindings</span>
|
1299
|
+
<span class='kw'>end</span></pre>
|
1300
|
+
</td>
|
1301
|
+
</tr>
|
1302
|
+
</table>
|
1303
|
+
</div>
|
1304
|
+
|
1305
|
+
|
1306
|
+
<span id=""></span>
|
1307
|
+
<div class="method_details ">
|
1308
|
+
<h3 class="signature " id="client-instance_method">
|
1309
|
+
|
1310
|
+
#<strong>client</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1311
|
+
|
1312
|
+
|
1313
|
+
|
1314
|
+
|
1315
|
+
|
1316
|
+
</h3><div class="docstring">
|
1317
|
+
<div class="discussion">
|
1318
|
+
|
1319
|
+
<p>Returns the value of attribute client.</p>
|
1320
|
+
|
1321
|
+
|
1322
|
+
</div>
|
1323
|
+
</div>
|
1324
|
+
<div class="tags">
|
1325
|
+
|
1326
|
+
|
1327
|
+
</div><table class="source_code">
|
1328
|
+
<tr>
|
1329
|
+
<td>
|
1330
|
+
<pre class="lines">
|
1331
|
+
|
1332
|
+
|
1333
|
+
10
|
1334
|
+
11
|
1335
|
+
12</pre>
|
1336
|
+
</td>
|
1337
|
+
<td>
|
1338
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1339
|
+
|
1340
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_client'>client</span>
|
1341
|
+
<span class='ivar'>@client</span>
|
1342
|
+
<span class='kw'>end</span></pre>
|
1343
|
+
</td>
|
1344
|
+
</tr>
|
1345
|
+
</table>
|
1346
|
+
</div>
|
1347
|
+
|
1348
|
+
|
1349
|
+
<span id=""></span>
|
1350
|
+
<div class="method_details ">
|
1351
|
+
<h3 class="signature " id="created_at-instance_method">
|
1352
|
+
|
1353
|
+
#<strong>created_at</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1354
|
+
|
1355
|
+
|
1356
|
+
|
1357
|
+
|
1358
|
+
|
1359
|
+
</h3><div class="docstring">
|
1360
|
+
<div class="discussion">
|
1361
|
+
|
1362
|
+
<p>Returns the value of attribute created_at.</p>
|
1363
|
+
|
1364
|
+
|
1365
|
+
</div>
|
1366
|
+
</div>
|
1367
|
+
<div class="tags">
|
1368
|
+
|
1369
|
+
|
1370
|
+
</div><table class="source_code">
|
1371
|
+
<tr>
|
1372
|
+
<td>
|
1373
|
+
<pre class="lines">
|
1374
|
+
|
1375
|
+
|
1376
|
+
10
|
1377
|
+
11
|
1378
|
+
12</pre>
|
1379
|
+
</td>
|
1380
|
+
<td>
|
1381
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1382
|
+
|
1383
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_created_at'>created_at</span>
|
1384
|
+
<span class='ivar'>@created_at</span>
|
1385
|
+
<span class='kw'>end</span></pre>
|
1386
|
+
</td>
|
1387
|
+
</tr>
|
1388
|
+
</table>
|
1389
|
+
</div>
|
1390
|
+
|
1391
|
+
|
1392
|
+
<span id=""></span>
|
1393
|
+
<div class="method_details ">
|
1394
|
+
<h3 class="signature " id="description-instance_method">
|
1395
|
+
|
1396
|
+
#<strong>description</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1397
|
+
|
1398
|
+
|
1399
|
+
|
1400
|
+
|
1401
|
+
|
1402
|
+
</h3><div class="docstring">
|
1403
|
+
<div class="discussion">
|
1404
|
+
|
1405
|
+
<p>Returns the value of attribute description.</p>
|
1406
|
+
|
1407
|
+
|
1408
|
+
</div>
|
1409
|
+
</div>
|
1410
|
+
<div class="tags">
|
1411
|
+
|
1412
|
+
|
1413
|
+
</div><table class="source_code">
|
1414
|
+
<tr>
|
1415
|
+
<td>
|
1416
|
+
<pre class="lines">
|
1417
|
+
|
1418
|
+
|
1419
|
+
10
|
1420
|
+
11
|
1421
|
+
12</pre>
|
1422
|
+
</td>
|
1423
|
+
<td>
|
1424
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1425
|
+
|
1426
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_description'>description</span>
|
1427
|
+
<span class='ivar'>@description</span>
|
1428
|
+
<span class='kw'>end</span></pre>
|
1429
|
+
</td>
|
1430
|
+
</tr>
|
1431
|
+
</table>
|
1432
|
+
</div>
|
1433
|
+
|
1434
|
+
|
1435
|
+
<span id=""></span>
|
1436
|
+
<div class="method_details ">
|
1437
|
+
<h3 class="signature " id="domain-instance_method">
|
1438
|
+
|
1439
|
+
#<strong>domain</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1440
|
+
|
1441
|
+
|
1442
|
+
|
1443
|
+
|
1444
|
+
|
1445
|
+
</h3><div class="docstring">
|
1446
|
+
<div class="discussion">
|
1447
|
+
|
1448
|
+
<p>Returns the value of attribute domain.</p>
|
1449
|
+
|
1450
|
+
|
1451
|
+
</div>
|
1452
|
+
</div>
|
1453
|
+
<div class="tags">
|
1454
|
+
|
1455
|
+
|
1456
|
+
</div><table class="source_code">
|
1457
|
+
<tr>
|
1458
|
+
<td>
|
1459
|
+
<pre class="lines">
|
1460
|
+
|
1461
|
+
|
1462
|
+
10
|
1463
|
+
11
|
1464
|
+
12</pre>
|
1465
|
+
</td>
|
1466
|
+
<td>
|
1467
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1468
|
+
|
1469
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_domain'>domain</span>
|
1470
|
+
<span class='ivar'>@domain</span>
|
1471
|
+
<span class='kw'>end</span></pre>
|
1472
|
+
</td>
|
1473
|
+
</tr>
|
1474
|
+
</table>
|
1475
|
+
</div>
|
1476
|
+
|
1477
|
+
|
1478
|
+
<span id=""></span>
|
1479
|
+
<div class="method_details ">
|
1480
|
+
<h3 class="signature " id="edge-instance_method">
|
1481
|
+
|
1482
|
+
#<strong>edge</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1483
|
+
|
1484
|
+
|
1485
|
+
|
1486
|
+
|
1487
|
+
|
1488
|
+
</h3><div class="docstring">
|
1489
|
+
<div class="discussion">
|
1490
|
+
|
1491
|
+
<p>Returns the value of attribute edge.</p>
|
1492
|
+
|
1493
|
+
|
1494
|
+
</div>
|
1495
|
+
</div>
|
1496
|
+
<div class="tags">
|
1497
|
+
|
1498
|
+
|
1499
|
+
</div><table class="source_code">
|
1500
|
+
<tr>
|
1501
|
+
<td>
|
1502
|
+
<pre class="lines">
|
1503
|
+
|
1504
|
+
|
1505
|
+
10
|
1506
|
+
11
|
1507
|
+
12</pre>
|
1508
|
+
</td>
|
1509
|
+
<td>
|
1510
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1511
|
+
|
1512
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_edge'>edge</span>
|
1513
|
+
<span class='ivar'>@edge</span>
|
1514
|
+
<span class='kw'>end</span></pre>
|
1515
|
+
</td>
|
1516
|
+
</tr>
|
1517
|
+
</table>
|
1518
|
+
</div>
|
1519
|
+
|
1520
|
+
|
1521
|
+
<span id=""></span>
|
1522
|
+
<div class="method_details ">
|
1523
|
+
<h3 class="signature " id="host-instance_method">
|
1524
|
+
|
1525
|
+
#<strong>host</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1526
|
+
|
1527
|
+
|
1528
|
+
|
1529
|
+
|
1530
|
+
|
1531
|
+
</h3><div class="docstring">
|
1532
|
+
<div class="discussion">
|
1533
|
+
|
1534
|
+
<p>Returns the value of attribute host.</p>
|
1535
|
+
|
1536
|
+
|
1537
|
+
</div>
|
1538
|
+
</div>
|
1539
|
+
<div class="tags">
|
1540
|
+
|
1541
|
+
|
1542
|
+
</div><table class="source_code">
|
1543
|
+
<tr>
|
1544
|
+
<td>
|
1545
|
+
<pre class="lines">
|
1546
|
+
|
1547
|
+
|
1548
|
+
10
|
1549
|
+
11
|
1550
|
+
12</pre>
|
1551
|
+
</td>
|
1552
|
+
<td>
|
1553
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1554
|
+
|
1555
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_host'>host</span>
|
1556
|
+
<span class='ivar'>@host</span>
|
1557
|
+
<span class='kw'>end</span></pre>
|
1558
|
+
</td>
|
1559
|
+
</tr>
|
1560
|
+
</table>
|
1561
|
+
</div>
|
1562
|
+
|
1563
|
+
|
1564
|
+
<span id=""></span>
|
1565
|
+
<div class="method_details ">
|
1566
|
+
<h3 class="signature " id="hostport-instance_method">
|
1567
|
+
|
1568
|
+
#<strong>hostport</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1569
|
+
|
1570
|
+
|
1571
|
+
|
1572
|
+
|
1573
|
+
|
1574
|
+
</h3><div class="docstring">
|
1575
|
+
<div class="discussion">
|
1576
|
+
|
1577
|
+
<p>Returns the value of attribute hostport.</p>
|
1578
|
+
|
1579
|
+
|
1580
|
+
</div>
|
1581
|
+
</div>
|
1582
|
+
<div class="tags">
|
1583
|
+
|
1584
|
+
|
1585
|
+
</div><table class="source_code">
|
1586
|
+
<tr>
|
1587
|
+
<td>
|
1588
|
+
<pre class="lines">
|
1589
|
+
|
1590
|
+
|
1591
|
+
10
|
1592
|
+
11
|
1593
|
+
12</pre>
|
1594
|
+
</td>
|
1595
|
+
<td>
|
1596
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1597
|
+
|
1598
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_hostport'>hostport</span>
|
1599
|
+
<span class='ivar'>@hostport</span>
|
1600
|
+
<span class='kw'>end</span></pre>
|
1601
|
+
</td>
|
1602
|
+
</tr>
|
1603
|
+
</table>
|
1604
|
+
</div>
|
1605
|
+
|
1606
|
+
|
1607
|
+
<span id=""></span>
|
1608
|
+
<div class="method_details ">
|
1609
|
+
<h3 class="signature " id="id-instance_method">
|
1610
|
+
|
1611
|
+
#<strong>id</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1612
|
+
|
1613
|
+
|
1614
|
+
|
1615
|
+
|
1616
|
+
|
1617
|
+
</h3><div class="docstring">
|
1618
|
+
<div class="discussion">
|
1619
|
+
|
1620
|
+
<p>Returns the value of attribute id.</p>
|
1621
|
+
|
1622
|
+
|
1623
|
+
</div>
|
1624
|
+
</div>
|
1625
|
+
<div class="tags">
|
1626
|
+
|
1627
|
+
|
1628
|
+
</div><table class="source_code">
|
1629
|
+
<tr>
|
1630
|
+
<td>
|
1631
|
+
<pre class="lines">
|
1632
|
+
|
1633
|
+
|
1634
|
+
10
|
1635
|
+
11
|
1636
|
+
12</pre>
|
1637
|
+
</td>
|
1638
|
+
<td>
|
1639
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1640
|
+
|
1641
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_id'>id</span>
|
1642
|
+
<span class='ivar'>@id</span>
|
1643
|
+
<span class='kw'>end</span></pre>
|
1644
|
+
</td>
|
1645
|
+
</tr>
|
1646
|
+
</table>
|
1647
|
+
</div>
|
1648
|
+
|
1649
|
+
|
1650
|
+
<span id=""></span>
|
1651
|
+
<div class="method_details ">
|
1652
|
+
<h3 class="signature " id="metadata-instance_method">
|
1653
|
+
|
1654
|
+
#<strong>metadata</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1655
|
+
|
1656
|
+
|
1657
|
+
|
1658
|
+
|
1659
|
+
|
1660
|
+
</h3><div class="docstring">
|
1661
|
+
<div class="discussion">
|
1662
|
+
|
1663
|
+
<p>Returns the value of attribute metadata.</p>
|
1664
|
+
|
1665
|
+
|
1666
|
+
</div>
|
1667
|
+
</div>
|
1668
|
+
<div class="tags">
|
1669
|
+
|
1670
|
+
|
1671
|
+
</div><table class="source_code">
|
1672
|
+
<tr>
|
1673
|
+
<td>
|
1674
|
+
<pre class="lines">
|
1675
|
+
|
1676
|
+
|
1677
|
+
10
|
1678
|
+
11
|
1679
|
+
12</pre>
|
1680
|
+
</td>
|
1681
|
+
<td>
|
1682
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1683
|
+
|
1684
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_metadata'>metadata</span>
|
1685
|
+
<span class='ivar'>@metadata</span>
|
1686
|
+
<span class='kw'>end</span></pre>
|
1687
|
+
</td>
|
1688
|
+
</tr>
|
1689
|
+
</table>
|
1690
|
+
</div>
|
1691
|
+
|
1692
|
+
|
1693
|
+
<span id=""></span>
|
1694
|
+
<div class="method_details ">
|
1695
|
+
<h3 class="signature " id="name-instance_method">
|
1696
|
+
|
1697
|
+
#<strong>name</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1698
|
+
|
1699
|
+
|
1700
|
+
|
1701
|
+
|
1702
|
+
|
1703
|
+
</h3><div class="docstring">
|
1704
|
+
<div class="discussion">
|
1705
|
+
|
1706
|
+
<p>Returns the value of attribute name.</p>
|
1707
|
+
|
1708
|
+
|
1709
|
+
</div>
|
1710
|
+
</div>
|
1711
|
+
<div class="tags">
|
1712
|
+
|
1713
|
+
|
1714
|
+
</div><table class="source_code">
|
1715
|
+
<tr>
|
1716
|
+
<td>
|
1717
|
+
<pre class="lines">
|
1718
|
+
|
1719
|
+
|
1720
|
+
10
|
1721
|
+
11
|
1722
|
+
12</pre>
|
1723
|
+
</td>
|
1724
|
+
<td>
|
1725
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1726
|
+
|
1727
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_name'>name</span>
|
1728
|
+
<span class='ivar'>@name</span>
|
1729
|
+
<span class='kw'>end</span></pre>
|
1730
|
+
</td>
|
1731
|
+
</tr>
|
1732
|
+
</table>
|
1733
|
+
</div>
|
1734
|
+
|
1735
|
+
|
1736
|
+
<span id=""></span>
|
1737
|
+
<div class="method_details ">
|
1738
|
+
<h3 class="signature " id="pooling_enabled-instance_method">
|
640
1739
|
|
1740
|
+
#<strong>pooling_enabled</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
641
1741
|
|
642
1742
|
|
643
1743
|
|
644
|
-
<span class="summary_desc"><div class='inline'></div></span>
|
645
|
-
|
646
|
-
</li>
|
647
1744
|
|
648
|
-
|
649
|
-
</ul>
|
650
1745
|
|
1746
|
+
</h3><div class="docstring">
|
1747
|
+
<div class="discussion">
|
1748
|
+
|
1749
|
+
<p>Returns the value of attribute pooling_enabled.</p>
|
651
1750
|
|
652
|
-
|
653
|
-
|
1751
|
+
|
1752
|
+
</div>
|
1753
|
+
</div>
|
1754
|
+
<div class="tags">
|
654
1755
|
|
655
|
-
|
656
|
-
|
1756
|
+
|
1757
|
+
</div><table class="source_code">
|
1758
|
+
<tr>
|
1759
|
+
<td>
|
1760
|
+
<pre class="lines">
|
1761
|
+
|
1762
|
+
|
1763
|
+
10
|
1764
|
+
11
|
1765
|
+
12</pre>
|
1766
|
+
</td>
|
1767
|
+
<td>
|
1768
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1769
|
+
|
1770
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span>
|
1771
|
+
<span class='ivar'>@pooling_enabled</span>
|
1772
|
+
<span class='kw'>end</span></pre>
|
1773
|
+
</td>
|
1774
|
+
</tr>
|
1775
|
+
</table>
|
1776
|
+
</div>
|
1777
|
+
|
1778
|
+
|
1779
|
+
<span id=""></span>
|
1780
|
+
<div class="method_details ">
|
1781
|
+
<h3 class="signature " id="port-instance_method">
|
657
1782
|
|
658
|
-
#<strong>
|
1783
|
+
#<strong>port</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
659
1784
|
|
660
1785
|
|
661
1786
|
|
@@ -664,7 +1789,7 @@
|
|
664
1789
|
</h3><div class="docstring">
|
665
1790
|
<div class="discussion">
|
666
1791
|
|
667
|
-
<p>Returns
|
1792
|
+
<p>Returns the value of attribute port.</p>
|
668
1793
|
|
669
1794
|
|
670
1795
|
</div>
|
@@ -678,64 +1803,27 @@
|
|
678
1803
|
<pre class="lines">
|
679
1804
|
|
680
1805
|
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
29
|
685
|
-
30
|
686
|
-
31
|
687
|
-
32
|
688
|
-
33
|
689
|
-
34
|
690
|
-
35
|
691
|
-
36
|
692
|
-
37
|
693
|
-
38
|
694
|
-
39
|
695
|
-
40
|
696
|
-
41
|
697
|
-
42
|
698
|
-
43
|
699
|
-
44</pre>
|
1806
|
+
10
|
1807
|
+
11
|
1808
|
+
12</pre>
|
700
1809
|
</td>
|
701
1810
|
<td>
|
702
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line
|
1811
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
703
1812
|
|
704
|
-
<span class='kw'>def</span> <span class='id identifier
|
705
|
-
<span class='ivar'>@
|
706
|
-
<span class='ivar'>@attrs</span> <span class='op'>=</span> <span class='id identifier rubyid_attrs'>attrs</span>
|
707
|
-
<span class='ivar'>@id</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>id</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
708
|
-
<span class='ivar'>@region</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>region</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
709
|
-
<span class='ivar'>@created_at</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>created_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
710
|
-
<span class='ivar'>@updated_at</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>updated_at</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
711
|
-
<span class='kw'>unless</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>public_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
|
712
|
-
<span class='ivar'>@public_url</span> <span class='op'>=</span> <span class='const'>URI</span><span class='lparen'>(</span><span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>public_url</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
|
713
|
-
<span class='kw'>end</span>
|
714
|
-
<span class='ivar'>@proto</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>proto</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
715
|
-
<span class='ivar'>@hostport</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>hostport</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
716
|
-
<span class='ivar'>@type</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>type</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
717
|
-
<span class='ivar'>@metadata</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>metadata</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
718
|
-
<span class='ivar'>@domain</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>domain</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
719
|
-
<span class='ivar'>@tcp_addr</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tcp_addr</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
720
|
-
<span class='ivar'>@tunnel</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>tunnel</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
721
|
-
<span class='ivar'>@edge</span> <span class='op'>=</span> <span class='ivar'>@attrs</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>edge</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span>
|
1813
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_port'>port</span>
|
1814
|
+
<span class='ivar'>@port</span>
|
722
1815
|
<span class='kw'>end</span></pre>
|
723
1816
|
</td>
|
724
1817
|
</tr>
|
725
1818
|
</table>
|
726
1819
|
</div>
|
727
|
-
|
728
|
-
</div>
|
729
|
-
|
730
|
-
<div id="instance_attr_details" class="attr_details">
|
731
|
-
<h2>Instance Attribute Details</h2>
|
732
1820
|
|
733
1821
|
|
734
1822
|
<span id=""></span>
|
735
|
-
<div class="method_details
|
736
|
-
<h3 class="signature
|
1823
|
+
<div class="method_details ">
|
1824
|
+
<h3 class="signature " id="principal-instance_method">
|
737
1825
|
|
738
|
-
#<strong>
|
1826
|
+
#<strong>principal</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
739
1827
|
|
740
1828
|
|
741
1829
|
|
@@ -744,7 +1832,7 @@
|
|
744
1832
|
</h3><div class="docstring">
|
745
1833
|
<div class="discussion">
|
746
1834
|
|
747
|
-
<p>Returns the value of attribute
|
1835
|
+
<p>Returns the value of attribute principal.</p>
|
748
1836
|
|
749
1837
|
|
750
1838
|
</div>
|
@@ -765,8 +1853,8 @@
|
|
765
1853
|
<td>
|
766
1854
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
767
1855
|
|
768
|
-
<span class='kw'>def</span> <span class='id identifier
|
769
|
-
<span class='ivar'>@
|
1856
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_principal'>principal</span>
|
1857
|
+
<span class='ivar'>@principal</span>
|
770
1858
|
<span class='kw'>end</span></pre>
|
771
1859
|
</td>
|
772
1860
|
</tr>
|
@@ -776,9 +1864,9 @@
|
|
776
1864
|
|
777
1865
|
<span id=""></span>
|
778
1866
|
<div class="method_details ">
|
779
|
-
<h3 class="signature " id="
|
1867
|
+
<h3 class="signature " id="proto-instance_method">
|
780
1868
|
|
781
|
-
#<strong>
|
1869
|
+
#<strong>proto</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
782
1870
|
|
783
1871
|
|
784
1872
|
|
@@ -787,7 +1875,7 @@
|
|
787
1875
|
</h3><div class="docstring">
|
788
1876
|
<div class="discussion">
|
789
1877
|
|
790
|
-
<p>Returns the value of attribute
|
1878
|
+
<p>Returns the value of attribute proto.</p>
|
791
1879
|
|
792
1880
|
|
793
1881
|
</div>
|
@@ -808,8 +1896,8 @@
|
|
808
1896
|
<td>
|
809
1897
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
810
1898
|
|
811
|
-
<span class='kw'>def</span> <span class='id identifier
|
812
|
-
<span class='ivar'>@
|
1899
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_proto'>proto</span>
|
1900
|
+
<span class='ivar'>@proto</span>
|
813
1901
|
<span class='kw'>end</span></pre>
|
814
1902
|
</td>
|
815
1903
|
</tr>
|
@@ -819,9 +1907,9 @@
|
|
819
1907
|
|
820
1908
|
<span id=""></span>
|
821
1909
|
<div class="method_details ">
|
822
|
-
<h3 class="signature " id="
|
1910
|
+
<h3 class="signature " id="public_url-instance_method">
|
823
1911
|
|
824
|
-
#<strong>
|
1912
|
+
#<strong>public_url</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
825
1913
|
|
826
1914
|
|
827
1915
|
|
@@ -830,7 +1918,7 @@
|
|
830
1918
|
</h3><div class="docstring">
|
831
1919
|
<div class="discussion">
|
832
1920
|
|
833
|
-
<p>Returns the value of attribute
|
1921
|
+
<p>Returns the value of attribute public_url.</p>
|
834
1922
|
|
835
1923
|
|
836
1924
|
</div>
|
@@ -851,8 +1939,8 @@
|
|
851
1939
|
<td>
|
852
1940
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
853
1941
|
|
854
|
-
<span class='kw'>def</span> <span class='id identifier
|
855
|
-
<span class='ivar'>@
|
1942
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_public_url'>public_url</span>
|
1943
|
+
<span class='ivar'>@public_url</span>
|
856
1944
|
<span class='kw'>end</span></pre>
|
857
1945
|
</td>
|
858
1946
|
</tr>
|
@@ -862,9 +1950,9 @@
|
|
862
1950
|
|
863
1951
|
<span id=""></span>
|
864
1952
|
<div class="method_details ">
|
865
|
-
<h3 class="signature " id="
|
1953
|
+
<h3 class="signature " id="region-instance_method">
|
866
1954
|
|
867
|
-
#<strong>
|
1955
|
+
#<strong>region</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
868
1956
|
|
869
1957
|
|
870
1958
|
|
@@ -873,7 +1961,7 @@
|
|
873
1961
|
</h3><div class="docstring">
|
874
1962
|
<div class="discussion">
|
875
1963
|
|
876
|
-
<p>Returns the value of attribute
|
1964
|
+
<p>Returns the value of attribute region.</p>
|
877
1965
|
|
878
1966
|
|
879
1967
|
</div>
|
@@ -894,8 +1982,8 @@
|
|
894
1982
|
<td>
|
895
1983
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
896
1984
|
|
897
|
-
<span class='kw'>def</span> <span class='id identifier
|
898
|
-
<span class='ivar'>@
|
1985
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_region'>region</span>
|
1986
|
+
<span class='ivar'>@region</span>
|
899
1987
|
<span class='kw'>end</span></pre>
|
900
1988
|
</td>
|
901
1989
|
</tr>
|
@@ -905,9 +1993,9 @@
|
|
905
1993
|
|
906
1994
|
<span id=""></span>
|
907
1995
|
<div class="method_details ">
|
908
|
-
<h3 class="signature " id="
|
1996
|
+
<h3 class="signature " id="scheme-instance_method">
|
909
1997
|
|
910
|
-
#<strong>
|
1998
|
+
#<strong>scheme</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
911
1999
|
|
912
2000
|
|
913
2001
|
|
@@ -916,7 +2004,7 @@
|
|
916
2004
|
</h3><div class="docstring">
|
917
2005
|
<div class="discussion">
|
918
2006
|
|
919
|
-
<p>Returns the value of attribute
|
2007
|
+
<p>Returns the value of attribute scheme.</p>
|
920
2008
|
|
921
2009
|
|
922
2010
|
</div>
|
@@ -937,8 +2025,8 @@
|
|
937
2025
|
<td>
|
938
2026
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
939
2027
|
|
940
|
-
<span class='kw'>def</span> <span class='id identifier
|
941
|
-
<span class='ivar'>@
|
2028
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_scheme'>scheme</span>
|
2029
|
+
<span class='ivar'>@scheme</span>
|
942
2030
|
<span class='kw'>end</span></pre>
|
943
2031
|
</td>
|
944
2032
|
</tr>
|
@@ -948,9 +2036,9 @@
|
|
948
2036
|
|
949
2037
|
<span id=""></span>
|
950
2038
|
<div class="method_details ">
|
951
|
-
<h3 class="signature " id="
|
2039
|
+
<h3 class="signature " id="tcp_addr-instance_method">
|
952
2040
|
|
953
|
-
#<strong>
|
2041
|
+
#<strong>tcp_addr</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
954
2042
|
|
955
2043
|
|
956
2044
|
|
@@ -959,7 +2047,7 @@
|
|
959
2047
|
</h3><div class="docstring">
|
960
2048
|
<div class="discussion">
|
961
2049
|
|
962
|
-
<p>Returns the value of attribute
|
2050
|
+
<p>Returns the value of attribute tcp_addr.</p>
|
963
2051
|
|
964
2052
|
|
965
2053
|
</div>
|
@@ -980,8 +2068,8 @@
|
|
980
2068
|
<td>
|
981
2069
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
982
2070
|
|
983
|
-
<span class='kw'>def</span> <span class='id identifier
|
984
|
-
<span class='ivar'>@
|
2071
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_tcp_addr'>tcp_addr</span>
|
2072
|
+
<span class='ivar'>@tcp_addr</span>
|
985
2073
|
<span class='kw'>end</span></pre>
|
986
2074
|
</td>
|
987
2075
|
</tr>
|
@@ -991,9 +2079,9 @@
|
|
991
2079
|
|
992
2080
|
<span id=""></span>
|
993
2081
|
<div class="method_details ">
|
994
|
-
<h3 class="signature " id="
|
2082
|
+
<h3 class="signature " id="traffic_policy-instance_method">
|
995
2083
|
|
996
|
-
#<strong>
|
2084
|
+
#<strong>traffic_policy</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
997
2085
|
|
998
2086
|
|
999
2087
|
|
@@ -1002,7 +2090,7 @@
|
|
1002
2090
|
</h3><div class="docstring">
|
1003
2091
|
<div class="discussion">
|
1004
2092
|
|
1005
|
-
<p>Returns the value of attribute
|
2093
|
+
<p>Returns the value of attribute traffic_policy.</p>
|
1006
2094
|
|
1007
2095
|
|
1008
2096
|
</div>
|
@@ -1023,8 +2111,8 @@
|
|
1023
2111
|
<td>
|
1024
2112
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1025
2113
|
|
1026
|
-
<span class='kw'>def</span> <span class='id identifier
|
1027
|
-
<span class='ivar'>@
|
2114
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
2115
|
+
<span class='ivar'>@traffic_policy</span>
|
1028
2116
|
<span class='kw'>end</span></pre>
|
1029
2117
|
</td>
|
1030
2118
|
</tr>
|
@@ -1034,9 +2122,9 @@
|
|
1034
2122
|
|
1035
2123
|
<span id=""></span>
|
1036
2124
|
<div class="method_details ">
|
1037
|
-
<h3 class="signature " id="
|
2125
|
+
<h3 class="signature " id="tunnel-instance_method">
|
1038
2126
|
|
1039
|
-
#<strong>
|
2127
|
+
#<strong>tunnel</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1040
2128
|
|
1041
2129
|
|
1042
2130
|
|
@@ -1045,7 +2133,7 @@
|
|
1045
2133
|
</h3><div class="docstring">
|
1046
2134
|
<div class="discussion">
|
1047
2135
|
|
1048
|
-
<p>Returns the value of attribute
|
2136
|
+
<p>Returns the value of attribute tunnel.</p>
|
1049
2137
|
|
1050
2138
|
|
1051
2139
|
</div>
|
@@ -1066,8 +2154,8 @@
|
|
1066
2154
|
<td>
|
1067
2155
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1068
2156
|
|
1069
|
-
<span class='kw'>def</span> <span class='id identifier
|
1070
|
-
<span class='ivar'>@
|
2157
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_tunnel'>tunnel</span>
|
2158
|
+
<span class='ivar'>@tunnel</span>
|
1071
2159
|
<span class='kw'>end</span></pre>
|
1072
2160
|
</td>
|
1073
2161
|
</tr>
|
@@ -1077,9 +2165,9 @@
|
|
1077
2165
|
|
1078
2166
|
<span id=""></span>
|
1079
2167
|
<div class="method_details ">
|
1080
|
-
<h3 class="signature " id="
|
2168
|
+
<h3 class="signature " id="tunnel_session-instance_method">
|
1081
2169
|
|
1082
|
-
#<strong>
|
2170
|
+
#<strong>tunnel_session</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1083
2171
|
|
1084
2172
|
|
1085
2173
|
|
@@ -1088,7 +2176,7 @@
|
|
1088
2176
|
</h3><div class="docstring">
|
1089
2177
|
<div class="discussion">
|
1090
2178
|
|
1091
|
-
<p>Returns the value of attribute
|
2179
|
+
<p>Returns the value of attribute tunnel_session.</p>
|
1092
2180
|
|
1093
2181
|
|
1094
2182
|
</div>
|
@@ -1109,8 +2197,8 @@
|
|
1109
2197
|
<td>
|
1110
2198
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1111
2199
|
|
1112
|
-
<span class='kw'>def</span> <span class='id identifier
|
1113
|
-
<span class='ivar'>@
|
2200
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_tunnel_session'>tunnel_session</span>
|
2201
|
+
<span class='ivar'>@tunnel_session</span>
|
1114
2202
|
<span class='kw'>end</span></pre>
|
1115
2203
|
</td>
|
1116
2204
|
</tr>
|
@@ -1120,9 +2208,9 @@
|
|
1120
2208
|
|
1121
2209
|
<span id=""></span>
|
1122
2210
|
<div class="method_details ">
|
1123
|
-
<h3 class="signature " id="
|
2211
|
+
<h3 class="signature " id="type-instance_method">
|
1124
2212
|
|
1125
|
-
#<strong>
|
2213
|
+
#<strong>type</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1126
2214
|
|
1127
2215
|
|
1128
2216
|
|
@@ -1131,7 +2219,7 @@
|
|
1131
2219
|
</h3><div class="docstring">
|
1132
2220
|
<div class="discussion">
|
1133
2221
|
|
1134
|
-
<p>Returns the value of attribute
|
2222
|
+
<p>Returns the value of attribute type.</p>
|
1135
2223
|
|
1136
2224
|
|
1137
2225
|
</div>
|
@@ -1152,8 +2240,8 @@
|
|
1152
2240
|
<td>
|
1153
2241
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1154
2242
|
|
1155
|
-
<span class='kw'>def</span> <span class='id identifier
|
1156
|
-
<span class='ivar'>@
|
2243
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_type'>type</span>
|
2244
|
+
<span class='ivar'>@type</span>
|
1157
2245
|
<span class='kw'>end</span></pre>
|
1158
2246
|
</td>
|
1159
2247
|
</tr>
|
@@ -1163,9 +2251,9 @@
|
|
1163
2251
|
|
1164
2252
|
<span id=""></span>
|
1165
2253
|
<div class="method_details ">
|
1166
|
-
<h3 class="signature " id="
|
2254
|
+
<h3 class="signature " id="updated_at-instance_method">
|
1167
2255
|
|
1168
|
-
#<strong>
|
2256
|
+
#<strong>updated_at</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1169
2257
|
|
1170
2258
|
|
1171
2259
|
|
@@ -1174,7 +2262,7 @@
|
|
1174
2262
|
</h3><div class="docstring">
|
1175
2263
|
<div class="discussion">
|
1176
2264
|
|
1177
|
-
<p>Returns the value of attribute
|
2265
|
+
<p>Returns the value of attribute updated_at.</p>
|
1178
2266
|
|
1179
2267
|
|
1180
2268
|
</div>
|
@@ -1195,8 +2283,8 @@
|
|
1195
2283
|
<td>
|
1196
2284
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1197
2285
|
|
1198
|
-
<span class='kw'>def</span> <span class='id identifier
|
1199
|
-
<span class='ivar'>@
|
2286
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_updated_at'>updated_at</span>
|
2287
|
+
<span class='ivar'>@updated_at</span>
|
1200
2288
|
<span class='kw'>end</span></pre>
|
1201
2289
|
</td>
|
1202
2290
|
</tr>
|
@@ -1206,9 +2294,9 @@
|
|
1206
2294
|
|
1207
2295
|
<span id=""></span>
|
1208
2296
|
<div class="method_details ">
|
1209
|
-
<h3 class="signature " id="
|
2297
|
+
<h3 class="signature " id="upstream_protocol-instance_method">
|
1210
2298
|
|
1211
|
-
#<strong>
|
2299
|
+
#<strong>upstream_protocol</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1212
2300
|
|
1213
2301
|
|
1214
2302
|
|
@@ -1217,7 +2305,7 @@
|
|
1217
2305
|
</h3><div class="docstring">
|
1218
2306
|
<div class="discussion">
|
1219
2307
|
|
1220
|
-
<p>Returns the value of attribute
|
2308
|
+
<p>Returns the value of attribute upstream_protocol.</p>
|
1221
2309
|
|
1222
2310
|
|
1223
2311
|
</div>
|
@@ -1238,8 +2326,8 @@
|
|
1238
2326
|
<td>
|
1239
2327
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1240
2328
|
|
1241
|
-
<span class='kw'>def</span> <span class='id identifier
|
1242
|
-
<span class='ivar'>@
|
2329
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_upstream_protocol'>upstream_protocol</span>
|
2330
|
+
<span class='ivar'>@upstream_protocol</span>
|
1243
2331
|
<span class='kw'>end</span></pre>
|
1244
2332
|
</td>
|
1245
2333
|
</tr>
|
@@ -1249,9 +2337,9 @@
|
|
1249
2337
|
|
1250
2338
|
<span id=""></span>
|
1251
2339
|
<div class="method_details ">
|
1252
|
-
<h3 class="signature " id="
|
2340
|
+
<h3 class="signature " id="upstream_url-instance_method">
|
1253
2341
|
|
1254
|
-
#<strong>
|
2342
|
+
#<strong>upstream_url</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1255
2343
|
|
1256
2344
|
|
1257
2345
|
|
@@ -1260,7 +2348,7 @@
|
|
1260
2348
|
</h3><div class="docstring">
|
1261
2349
|
<div class="discussion">
|
1262
2350
|
|
1263
|
-
<p>Returns the value of attribute
|
2351
|
+
<p>Returns the value of attribute upstream_url.</p>
|
1264
2352
|
|
1265
2353
|
|
1266
2354
|
</div>
|
@@ -1281,8 +2369,8 @@
|
|
1281
2369
|
<td>
|
1282
2370
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1283
2371
|
|
1284
|
-
<span class='kw'>def</span> <span class='id identifier
|
1285
|
-
<span class='ivar'>@
|
2372
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_upstream_url'>upstream_url</span>
|
2373
|
+
<span class='ivar'>@upstream_url</span>
|
1286
2374
|
<span class='kw'>end</span></pre>
|
1287
2375
|
</td>
|
1288
2376
|
</tr>
|
@@ -1292,9 +2380,9 @@
|
|
1292
2380
|
|
1293
2381
|
<span id=""></span>
|
1294
2382
|
<div class="method_details ">
|
1295
|
-
<h3 class="signature " id="
|
2383
|
+
<h3 class="signature " id="uri-instance_method">
|
1296
2384
|
|
1297
|
-
#<strong>
|
2385
|
+
#<strong>uri</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1298
2386
|
|
1299
2387
|
|
1300
2388
|
|
@@ -1303,7 +2391,7 @@
|
|
1303
2391
|
</h3><div class="docstring">
|
1304
2392
|
<div class="discussion">
|
1305
2393
|
|
1306
|
-
<p>Returns the value of attribute
|
2394
|
+
<p>Returns the value of attribute uri.</p>
|
1307
2395
|
|
1308
2396
|
|
1309
2397
|
</div>
|
@@ -1324,8 +2412,8 @@
|
|
1324
2412
|
<td>
|
1325
2413
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1326
2414
|
|
1327
|
-
<span class='kw'>def</span> <span class='id identifier
|
1328
|
-
<span class='ivar'>@
|
2415
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_uri'>uri</span>
|
2416
|
+
<span class='ivar'>@uri</span>
|
1329
2417
|
<span class='kw'>end</span></pre>
|
1330
2418
|
</td>
|
1331
2419
|
</tr>
|
@@ -1335,9 +2423,9 @@
|
|
1335
2423
|
|
1336
2424
|
<span id=""></span>
|
1337
2425
|
<div class="method_details ">
|
1338
|
-
<h3 class="signature " id="
|
2426
|
+
<h3 class="signature " id="url-instance_method">
|
1339
2427
|
|
1340
|
-
#<strong>
|
2428
|
+
#<strong>url</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span>
|
1341
2429
|
|
1342
2430
|
|
1343
2431
|
|
@@ -1346,7 +2434,7 @@
|
|
1346
2434
|
</h3><div class="docstring">
|
1347
2435
|
<div class="discussion">
|
1348
2436
|
|
1349
|
-
<p>Returns the value of attribute
|
2437
|
+
<p>Returns the value of attribute url.</p>
|
1350
2438
|
|
1351
2439
|
|
1352
2440
|
</div>
|
@@ -1367,8 +2455,8 @@
|
|
1367
2455
|
<td>
|
1368
2456
|
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 10</span>
|
1369
2457
|
|
1370
|
-
<span class='kw'>def</span> <span class='id identifier
|
1371
|
-
<span class='ivar'>@
|
2458
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_url'>url</span>
|
2459
|
+
<span class='ivar'>@url</span>
|
1372
2460
|
<span class='kw'>end</span></pre>
|
1373
2461
|
</td>
|
1374
2462
|
</tr>
|
@@ -1397,12 +2485,12 @@
|
|
1397
2485
|
<pre class="lines">
|
1398
2486
|
|
1399
2487
|
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
2488
|
+
76
|
2489
|
+
77
|
2490
|
+
78</pre>
|
1403
2491
|
</td>
|
1404
2492
|
<td>
|
1405
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line
|
2493
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 76</span>
|
1406
2494
|
|
1407
2495
|
<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>
|
1408
2496
|
<span class='ivar'>@attrs</span> <span class='op'>==</span> <span class='id identifier rubyid_other'>other</span><span class='period'>.</span><span class='id identifier rubyid_attrs'>attrs</span>
|
@@ -1410,6 +2498,53 @@
|
|
1410
2498
|
</td>
|
1411
2499
|
</tr>
|
1412
2500
|
</table>
|
2501
|
+
</div>
|
2502
|
+
|
2503
|
+
<div class="method_details ">
|
2504
|
+
<h3 class="signature " id="delete-instance_method">
|
2505
|
+
|
2506
|
+
#<strong>delete</strong> ⇒ <tt>Object</tt>
|
2507
|
+
|
2508
|
+
|
2509
|
+
|
2510
|
+
|
2511
|
+
|
2512
|
+
</h3><div class="docstring">
|
2513
|
+
<div class="discussion">
|
2514
|
+
|
2515
|
+
<p>Delete an Endpoint by ID, currently available only for cloud endpoints</p>
|
2516
|
+
|
2517
|
+
<p><a href="https://ngrok.com/docs/api#api-endpoints-delete">ngrok.com/docs/api#api-endpoints-delete</a></p>
|
2518
|
+
|
2519
|
+
|
2520
|
+
</div>
|
2521
|
+
</div>
|
2522
|
+
<div class="tags">
|
2523
|
+
|
2524
|
+
|
2525
|
+
</div><table class="source_code">
|
2526
|
+
<tr>
|
2527
|
+
<td>
|
2528
|
+
<pre class="lines">
|
2529
|
+
|
2530
|
+
|
2531
|
+
121
|
2532
|
+
122
|
2533
|
+
123
|
2534
|
+
124
|
2535
|
+
125</pre>
|
2536
|
+
</td>
|
2537
|
+
<td>
|
2538
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 121</span>
|
2539
|
+
|
2540
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete'>delete</span>
|
2541
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span>
|
2542
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span>
|
2543
|
+
<span class='rparen'>)</span>
|
2544
|
+
<span class='kw'>end</span></pre>
|
2545
|
+
</td>
|
2546
|
+
</tr>
|
2547
|
+
</table>
|
1413
2548
|
</div>
|
1414
2549
|
|
1415
2550
|
<div class="method_details ">
|
@@ -1427,12 +2562,12 @@
|
|
1427
2562
|
<pre class="lines">
|
1428
2563
|
|
1429
2564
|
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
2565
|
+
84
|
2566
|
+
85
|
2567
|
+
86</pre>
|
1433
2568
|
</td>
|
1434
2569
|
<td>
|
1435
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line
|
2570
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 84</span>
|
1436
2571
|
|
1437
2572
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_h'>to_h</span>
|
1438
2573
|
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_h'>to_h</span>
|
@@ -1457,12 +2592,12 @@
|
|
1457
2592
|
<pre class="lines">
|
1458
2593
|
|
1459
2594
|
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
2595
|
+
80
|
2596
|
+
81
|
2597
|
+
82</pre>
|
1463
2598
|
</td>
|
1464
2599
|
<td>
|
1465
|
-
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line
|
2600
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 80</span>
|
1466
2601
|
|
1467
2602
|
<span class='kw'>def</span> <span class='id identifier rubyid_to_s'>to_s</span>
|
1468
2603
|
<span class='ivar'>@attrs</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span>
|
@@ -1470,6 +2605,91 @@
|
|
1470
2605
|
</td>
|
1471
2606
|
</tr>
|
1472
2607
|
</table>
|
2608
|
+
</div>
|
2609
|
+
|
2610
|
+
<div class="method_details ">
|
2611
|
+
<h3 class="signature " id="update-instance_method">
|
2612
|
+
|
2613
|
+
#<strong>update</strong>(url: nil, traffic_policy: nil, description: nil, metadata: nil, bindings: nil, pooling_enabled: False) ⇒ <tt>Object</tt>
|
2614
|
+
|
2615
|
+
|
2616
|
+
|
2617
|
+
|
2618
|
+
|
2619
|
+
</h3><div class="docstring">
|
2620
|
+
<div class="discussion">
|
2621
|
+
|
2622
|
+
<p>Update an Endpoint by ID, currently available only for cloud endpoints</p>
|
2623
|
+
|
2624
|
+
<p><a href="https://ngrok.com/docs/api#api-endpoints-update">ngrok.com/docs/api#api-endpoints-update</a></p>
|
2625
|
+
|
2626
|
+
|
2627
|
+
</div>
|
2628
|
+
</div>
|
2629
|
+
<div class="tags">
|
2630
|
+
|
2631
|
+
|
2632
|
+
</div><table class="source_code">
|
2633
|
+
<tr>
|
2634
|
+
<td>
|
2635
|
+
<pre class="lines">
|
2636
|
+
|
2637
|
+
|
2638
|
+
92
|
2639
|
+
93
|
2640
|
+
94
|
2641
|
+
95
|
2642
|
+
96
|
2643
|
+
97
|
2644
|
+
98
|
2645
|
+
99
|
2646
|
+
100
|
2647
|
+
101
|
2648
|
+
102
|
2649
|
+
103
|
2650
|
+
104
|
2651
|
+
105
|
2652
|
+
106
|
2653
|
+
107
|
2654
|
+
108
|
2655
|
+
109
|
2656
|
+
110
|
2657
|
+
111
|
2658
|
+
112
|
2659
|
+
113
|
2660
|
+
114
|
2661
|
+
115</pre>
|
2662
|
+
</td>
|
2663
|
+
<td>
|
2664
|
+
<pre class="code"><span class="info file"># File 'lib/ngrokapi/models/endpoint.rb', line 92</span>
|
2665
|
+
|
2666
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
2667
|
+
<span class='label'>url:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2668
|
+
<span class='label'>traffic_policy:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2669
|
+
<span class='label'>description:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2670
|
+
<span class='label'>metadata:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2671
|
+
<span class='label'>bindings:</span> <span class='kw'>nil</span><span class='comma'>,</span>
|
2672
|
+
<span class='label'>pooling_enabled:</span> <span class='const'>False</span>
|
2673
|
+
<span class='rparen'>)</span>
|
2674
|
+
<span class='ivar'>@url</span> <span class='op'>=</span> <span class='id identifier rubyid_url'>url</span> <span class='kw'>if</span> <span class='id identifier rubyid_url'>url</span>
|
2675
|
+
<span class='ivar'>@traffic_policy</span> <span class='op'>=</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span> <span class='kw'>if</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span>
|
2676
|
+
<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>
|
2677
|
+
<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>
|
2678
|
+
<span class='ivar'>@bindings</span> <span class='op'>=</span> <span class='id identifier rubyid_bindings'>bindings</span> <span class='kw'>if</span> <span class='id identifier rubyid_bindings'>bindings</span>
|
2679
|
+
<span class='ivar'>@pooling_enabled</span> <span class='op'>=</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span> <span class='kw'>if</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span>
|
2680
|
+
<span class='ivar'>@client</span><span class='period'>.</span><span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span>
|
2681
|
+
<span class='label'>id:</span> <span class='ivar'>@id</span><span class='comma'>,</span>
|
2682
|
+
<span class='label'>url:</span> <span class='id identifier rubyid_url'>url</span><span class='comma'>,</span>
|
2683
|
+
<span class='label'>traffic_policy:</span> <span class='id identifier rubyid_traffic_policy'>traffic_policy</span><span class='comma'>,</span>
|
2684
|
+
<span class='label'>description:</span> <span class='id identifier rubyid_description'>description</span><span class='comma'>,</span>
|
2685
|
+
<span class='label'>metadata:</span> <span class='id identifier rubyid_metadata'>metadata</span><span class='comma'>,</span>
|
2686
|
+
<span class='label'>bindings:</span> <span class='id identifier rubyid_bindings'>bindings</span><span class='comma'>,</span>
|
2687
|
+
<span class='label'>pooling_enabled:</span> <span class='id identifier rubyid_pooling_enabled'>pooling_enabled</span>
|
2688
|
+
<span class='rparen'>)</span>
|
2689
|
+
<span class='kw'>end</span></pre>
|
2690
|
+
</td>
|
2691
|
+
</tr>
|
2692
|
+
</table>
|
1473
2693
|
</div>
|
1474
2694
|
|
1475
2695
|
</div>
|
@@ -1477,9 +2697,9 @@
|
|
1477
2697
|
</div>
|
1478
2698
|
|
1479
2699
|
<div id="footer">
|
1480
|
-
Generated on Thu
|
2700
|
+
Generated on Thu Aug 14 22:44:15 2025 by
|
1481
2701
|
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1482
|
-
0.9.36 (ruby-3.3.
|
2702
|
+
0.9.36 (ruby-3.3.8).
|
1483
2703
|
</div>
|
1484
2704
|
|
1485
2705
|
</div>
|