ngrok-api 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (499) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +28 -1
  3. data/doc/NgrokAPI/Client.html +1 -1
  4. data/doc/NgrokAPI/Error.html +1 -1
  5. data/doc/NgrokAPI/Errors/NotFoundError.html +1 -1
  6. data/doc/NgrokAPI/Errors.html +1 -1
  7. data/doc/NgrokAPI/HttpClient.html +146 -3
  8. data/doc/NgrokAPI/Models/APIKey.html +119 -67
  9. data/doc/NgrokAPI/Models/AWSAuth.html +82 -30
  10. data/doc/NgrokAPI/Models/AWSCredentials.html +89 -37
  11. data/doc/NgrokAPI/Models/AWSRole.html +74 -22
  12. data/doc/NgrokAPI/Models/AbuseReport.html +108 -56
  13. data/doc/NgrokAPI/Models/AbuseReportHostname.html +82 -30
  14. data/doc/NgrokAPI/Models/AgentIngress.html +141 -89
  15. data/doc/NgrokAPI/Models/CertificateAuthority.html +148 -96
  16. data/doc/NgrokAPI/Models/Credential.html +120 -68
  17. data/doc/NgrokAPI/Models/Endpoint.html +138 -86
  18. data/doc/NgrokAPI/Models/EndpointBackend.html +89 -37
  19. data/doc/NgrokAPI/Models/EndpointBackendMutate.html +89 -37
  20. data/doc/NgrokAPI/Models/EndpointCircuitBreaker.html +100 -48
  21. data/doc/NgrokAPI/Models/EndpointCompression.html +81 -29
  22. data/doc/NgrokAPI/Models/EndpointIPPolicy.html +89 -37
  23. data/doc/NgrokAPI/Models/EndpointIPPolicyMutate.html +89 -37
  24. data/doc/NgrokAPI/Models/EndpointMutualTLS.html +89 -37
  25. data/doc/NgrokAPI/Models/EndpointMutualTLSMutate.html +89 -37
  26. data/doc/NgrokAPI/Models/EndpointOAuth.html +123 -71
  27. data/doc/NgrokAPI/Models/EndpointOAuthFacebook.html +106 -54
  28. data/doc/NgrokAPI/Models/EndpointOAuthGitHub.html +115 -63
  29. data/doc/NgrokAPI/Models/EndpointOAuthGoogle.html +106 -54
  30. data/doc/NgrokAPI/Models/EndpointOAuthMicrosoft.html +106 -54
  31. data/doc/NgrokAPI/Models/EndpointOAuthProvider.html +105 -53
  32. data/doc/NgrokAPI/Models/EndpointOIDC.html +132 -80
  33. data/doc/NgrokAPI/Models/EndpointRequestHeaders.html +90 -38
  34. data/doc/NgrokAPI/Models/EndpointResponseHeaders.html +90 -38
  35. data/doc/NgrokAPI/Models/EndpointSAML.html +147 -95
  36. data/doc/NgrokAPI/Models/EndpointSAMLMutate.html +132 -80
  37. data/doc/NgrokAPI/Models/EndpointTLSTermination.html +90 -38
  38. data/doc/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +89 -37
  39. data/doc/NgrokAPI/Models/EndpointWebhookValidation.html +90 -38
  40. data/doc/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +81 -29
  41. data/doc/NgrokAPI/Models/EventDestination.html +121 -69
  42. data/doc/NgrokAPI/Models/EventSource.html +91 -39
  43. data/doc/NgrokAPI/Models/EventSourceList.html +75 -23
  44. data/doc/NgrokAPI/Models/EventSourceReplace.html +90 -38
  45. data/doc/NgrokAPI/Models/EventSubscription.html +121 -69
  46. data/doc/NgrokAPI/Models/EventTarget.html +105 -53
  47. data/doc/NgrokAPI/Models/EventTargetCloudwatchLogs.html +89 -37
  48. data/doc/NgrokAPI/Models/EventTargetFirehose.html +89 -37
  49. data/doc/NgrokAPI/Models/EventTargetKinesis.html +82 -30
  50. data/doc/NgrokAPI/Models/FailoverBackend.html +127 -75
  51. data/doc/NgrokAPI/Models/HTTPResponseBackend.html +135 -83
  52. data/doc/NgrokAPI/Models/HTTPSEdge.html +136 -84
  53. data/doc/NgrokAPI/Models/HTTPSEdgeRoute.html +163 -111
  54. data/doc/NgrokAPI/Models/IPPolicy.html +119 -67
  55. data/doc/NgrokAPI/Models/IPPolicyRule.html +135 -83
  56. data/doc/NgrokAPI/Models/IPRestriction.html +129 -77
  57. data/doc/NgrokAPI/Models/Listable.html +60 -60
  58. data/doc/NgrokAPI/Models/Ref.html +82 -30
  59. data/doc/NgrokAPI/Models/ReservedAddr.html +129 -77
  60. data/doc/NgrokAPI/Models/ReservedDomain.html +150 -98
  61. data/doc/NgrokAPI/Models/ReservedDomainCertJob.html +91 -39
  62. data/doc/NgrokAPI/Models/ReservedDomainCertPolicy.html +89 -37
  63. data/doc/NgrokAPI/Models/ReservedDomainCertStatus.html +89 -37
  64. data/doc/NgrokAPI/Models/SSHCertificateAuthority.html +134 -82
  65. data/doc/NgrokAPI/Models/SSHCredential.html +127 -75
  66. data/doc/NgrokAPI/Models/SSHHostCertificate.html +147 -95
  67. data/doc/NgrokAPI/Models/SSHUserCertificate.html +153 -101
  68. data/doc/NgrokAPI/Models/TCPEdge.html +141 -89
  69. data/doc/NgrokAPI/Models/TLSCertificate.html +164 -112
  70. data/doc/NgrokAPI/Models/TLSCertificateSANs.html +89 -37
  71. data/doc/NgrokAPI/Models/TLSEdge.html +145 -93
  72. data/doc/NgrokAPI/Models/Tunnel.html +136 -84
  73. data/doc/NgrokAPI/Models/TunnelGroupBackend.html +128 -76
  74. data/doc/NgrokAPI/Models/TunnelSession.html +125 -73
  75. data/doc/NgrokAPI/Models/WeightedBackend.html +127 -75
  76. data/doc/NgrokAPI/Models.html +1 -1
  77. data/doc/NgrokAPI/PagedIterator.html +2 -2
  78. data/doc/NgrokAPI/Services/APIKeysClient.html +243 -108
  79. data/doc/NgrokAPI/Services/AbuseReportsClient.html +161 -24
  80. data/doc/NgrokAPI/Services/AgentIngressesClient.html +261 -108
  81. data/doc/NgrokAPI/Services/CertificateAuthoritiesClient.html +261 -108
  82. data/doc/NgrokAPI/Services/CredentialsClient.html +265 -110
  83. data/doc/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +27 -31
  84. data/doc/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +27 -31
  85. data/doc/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +27 -31
  86. data/doc/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +27 -31
  87. data/doc/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +27 -31
  88. data/doc/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +27 -31
  89. data/doc/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +27 -31
  90. data/doc/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +27 -31
  91. data/doc/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +27 -31
  92. data/doc/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +27 -31
  93. data/doc/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +27 -31
  94. data/doc/NgrokAPI/Services/EdgesHTTPSClient.html +304 -114
  95. data/doc/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +513 -98
  96. data/doc/NgrokAPI/Services/EdgesTCPClient.html +304 -114
  97. data/doc/NgrokAPI/Services/EdgesTLSClient.html +338 -118
  98. data/doc/NgrokAPI/Services/EndpointsClient.html +19 -23
  99. data/doc/NgrokAPI/Services/EventDestinationsClient.html +287 -112
  100. data/doc/NgrokAPI/Services/EventSourcesClient.html +226 -87
  101. data/doc/NgrokAPI/Services/EventSubscriptionsClient.html +287 -112
  102. data/doc/NgrokAPI/Services/FailoverBackendsClient.html +267 -112
  103. data/doc/NgrokAPI/Services/HTTPResponseBackendsClient.html +307 -114
  104. data/doc/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +27 -31
  105. data/doc/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +27 -31
  106. data/doc/NgrokAPI/Services/IPPoliciesClient.html +243 -108
  107. data/doc/NgrokAPI/Services/IPPolicyRulesClient.html +301 -110
  108. data/doc/NgrokAPI/Services/IPRestrictionsClient.html +303 -112
  109. data/doc/NgrokAPI/Services/ReservedAddrsClient.html +263 -108
  110. data/doc/NgrokAPI/Services/ReservedDomainsClient.html +357 -144
  111. data/doc/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +303 -108
  112. data/doc/NgrokAPI/Services/SSHCredentialsClient.html +283 -110
  113. data/doc/NgrokAPI/Services/SSHHostCertificatesClient.html +339 -108
  114. data/doc/NgrokAPI/Services/SSHUserCertificatesClient.html +380 -109
  115. data/doc/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +27 -31
  116. data/doc/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +27 -31
  117. data/doc/NgrokAPI/Services/TLSCertificatesClient.html +279 -108
  118. data/doc/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +27 -31
  119. data/doc/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +27 -31
  120. data/doc/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +27 -31
  121. data/doc/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +27 -31
  122. data/doc/NgrokAPI/Services/TunnelGroupBackendsClient.html +267 -112
  123. data/doc/NgrokAPI/Services/TunnelSessionsClient.html +43 -47
  124. data/doc/NgrokAPI/Services/TunnelsClient.html +19 -23
  125. data/doc/NgrokAPI/Services/WeightedBackendsClient.html +270 -115
  126. data/doc/NgrokAPI/Services.html +1 -1
  127. data/doc/NgrokAPI.html +1 -1
  128. data/doc/_index.html +1 -1
  129. data/doc/file.README.html +54 -54
  130. data/doc/index.html +54 -54
  131. data/doc/method_list.html +1089 -337
  132. data/doc/top-level-namespace.html +1 -1
  133. data/docs/NgrokAPI/Client.html +1 -1
  134. data/docs/NgrokAPI/Error.html +1 -1
  135. data/docs/NgrokAPI/Errors/NotFoundError.html +1 -1
  136. data/docs/NgrokAPI/Errors.html +1 -1
  137. data/docs/NgrokAPI/HttpClient.html +146 -3
  138. data/docs/NgrokAPI/Models/APIKey.html +119 -67
  139. data/docs/NgrokAPI/Models/AWSAuth.html +82 -30
  140. data/docs/NgrokAPI/Models/AWSCredentials.html +89 -37
  141. data/docs/NgrokAPI/Models/AWSRole.html +74 -22
  142. data/docs/NgrokAPI/Models/AbuseReport.html +108 -56
  143. data/docs/NgrokAPI/Models/AbuseReportHostname.html +82 -30
  144. data/docs/NgrokAPI/Models/AgentIngress.html +141 -89
  145. data/docs/NgrokAPI/Models/CertificateAuthority.html +148 -96
  146. data/docs/NgrokAPI/Models/Credential.html +120 -68
  147. data/docs/NgrokAPI/Models/Endpoint.html +138 -86
  148. data/docs/NgrokAPI/Models/EndpointBackend.html +89 -37
  149. data/docs/NgrokAPI/Models/EndpointBackendMutate.html +89 -37
  150. data/docs/NgrokAPI/Models/EndpointCircuitBreaker.html +100 -48
  151. data/docs/NgrokAPI/Models/EndpointCompression.html +81 -29
  152. data/docs/NgrokAPI/Models/EndpointIPPolicy.html +89 -37
  153. data/docs/NgrokAPI/Models/EndpointIPPolicyMutate.html +89 -37
  154. data/docs/NgrokAPI/Models/EndpointMutualTLS.html +89 -37
  155. data/docs/NgrokAPI/Models/EndpointMutualTLSMutate.html +89 -37
  156. data/docs/NgrokAPI/Models/EndpointOAuth.html +123 -71
  157. data/docs/NgrokAPI/Models/EndpointOAuthFacebook.html +106 -54
  158. data/docs/NgrokAPI/Models/EndpointOAuthGitHub.html +115 -63
  159. data/docs/NgrokAPI/Models/EndpointOAuthGoogle.html +106 -54
  160. data/docs/NgrokAPI/Models/EndpointOAuthMicrosoft.html +106 -54
  161. data/docs/NgrokAPI/Models/EndpointOAuthProvider.html +105 -53
  162. data/docs/NgrokAPI/Models/EndpointOIDC.html +132 -80
  163. data/docs/NgrokAPI/Models/EndpointRequestHeaders.html +90 -38
  164. data/docs/NgrokAPI/Models/EndpointResponseHeaders.html +90 -38
  165. data/docs/NgrokAPI/Models/EndpointSAML.html +147 -95
  166. data/docs/NgrokAPI/Models/EndpointSAMLMutate.html +132 -80
  167. data/docs/NgrokAPI/Models/EndpointTLSTermination.html +90 -38
  168. data/docs/NgrokAPI/Models/EndpointTLSTerminationAtEdge.html +89 -37
  169. data/docs/NgrokAPI/Models/EndpointWebhookValidation.html +90 -38
  170. data/docs/NgrokAPI/Models/EndpointWebsocketTCPConverter.html +81 -29
  171. data/docs/NgrokAPI/Models/EventDestination.html +121 -69
  172. data/docs/NgrokAPI/Models/EventSource.html +91 -39
  173. data/docs/NgrokAPI/Models/EventSourceList.html +75 -23
  174. data/docs/NgrokAPI/Models/EventSourceReplace.html +90 -38
  175. data/docs/NgrokAPI/Models/EventSubscription.html +121 -69
  176. data/docs/NgrokAPI/Models/EventTarget.html +105 -53
  177. data/docs/NgrokAPI/Models/EventTargetCloudwatchLogs.html +89 -37
  178. data/docs/NgrokAPI/Models/EventTargetFirehose.html +89 -37
  179. data/docs/NgrokAPI/Models/EventTargetKinesis.html +82 -30
  180. data/docs/NgrokAPI/Models/FailoverBackend.html +127 -75
  181. data/docs/NgrokAPI/Models/HTTPResponseBackend.html +135 -83
  182. data/docs/NgrokAPI/Models/HTTPSEdge.html +136 -84
  183. data/docs/NgrokAPI/Models/HTTPSEdgeRoute.html +163 -111
  184. data/docs/NgrokAPI/Models/IPPolicy.html +119 -67
  185. data/docs/NgrokAPI/Models/IPPolicyRule.html +135 -83
  186. data/docs/NgrokAPI/Models/IPRestriction.html +129 -77
  187. data/docs/NgrokAPI/Models/Listable.html +60 -60
  188. data/docs/NgrokAPI/Models/Ref.html +82 -30
  189. data/docs/NgrokAPI/Models/ReservedAddr.html +129 -77
  190. data/docs/NgrokAPI/Models/ReservedDomain.html +150 -98
  191. data/docs/NgrokAPI/Models/ReservedDomainCertJob.html +91 -39
  192. data/docs/NgrokAPI/Models/ReservedDomainCertPolicy.html +89 -37
  193. data/docs/NgrokAPI/Models/ReservedDomainCertStatus.html +89 -37
  194. data/docs/NgrokAPI/Models/SSHCertificateAuthority.html +134 -82
  195. data/docs/NgrokAPI/Models/SSHCredential.html +127 -75
  196. data/docs/NgrokAPI/Models/SSHHostCertificate.html +147 -95
  197. data/docs/NgrokAPI/Models/SSHUserCertificate.html +153 -101
  198. data/docs/NgrokAPI/Models/TCPEdge.html +141 -89
  199. data/docs/NgrokAPI/Models/TLSCertificate.html +164 -112
  200. data/docs/NgrokAPI/Models/TLSCertificateSANs.html +89 -37
  201. data/docs/NgrokAPI/Models/TLSEdge.html +145 -93
  202. data/docs/NgrokAPI/Models/Tunnel.html +136 -84
  203. data/docs/NgrokAPI/Models/TunnelGroupBackend.html +128 -76
  204. data/docs/NgrokAPI/Models/TunnelSession.html +125 -73
  205. data/docs/NgrokAPI/Models/WeightedBackend.html +127 -75
  206. data/docs/NgrokAPI/Models.html +1 -1
  207. data/docs/NgrokAPI/PagedIterator.html +2 -2
  208. data/docs/NgrokAPI/Services/APIKeysClient.html +243 -108
  209. data/docs/NgrokAPI/Services/AbuseReportsClient.html +161 -24
  210. data/docs/NgrokAPI/Services/AgentIngressesClient.html +261 -108
  211. data/docs/NgrokAPI/Services/CertificateAuthoritiesClient.html +261 -108
  212. data/docs/NgrokAPI/Services/CredentialsClient.html +265 -110
  213. data/docs/NgrokAPI/Services/EdgeRouteBackendModuleClient.html +27 -31
  214. data/docs/NgrokAPI/Services/EdgeRouteCircuitBreakerModuleClient.html +27 -31
  215. data/docs/NgrokAPI/Services/EdgeRouteCompressionModuleClient.html +27 -31
  216. data/docs/NgrokAPI/Services/EdgeRouteIPRestrictionModuleClient.html +27 -31
  217. data/docs/NgrokAPI/Services/EdgeRouteOAuthModuleClient.html +27 -31
  218. data/docs/NgrokAPI/Services/EdgeRouteOIDCModuleClient.html +27 -31
  219. data/docs/NgrokAPI/Services/EdgeRouteRequestHeadersModuleClient.html +27 -31
  220. data/docs/NgrokAPI/Services/EdgeRouteResponseHeadersModuleClient.html +27 -31
  221. data/docs/NgrokAPI/Services/EdgeRouteSAMLModuleClient.html +27 -31
  222. data/docs/NgrokAPI/Services/EdgeRouteWebhookVerificationModuleClient.html +27 -31
  223. data/docs/NgrokAPI/Services/EdgeRouteWebsocketTCPConverterModuleClient.html +27 -31
  224. data/docs/NgrokAPI/Services/EdgesHTTPSClient.html +304 -114
  225. data/docs/NgrokAPI/Services/EdgesHTTPSRoutesClient.html +513 -98
  226. data/docs/NgrokAPI/Services/EdgesTCPClient.html +304 -114
  227. data/docs/NgrokAPI/Services/EdgesTLSClient.html +338 -118
  228. data/docs/NgrokAPI/Services/EndpointsClient.html +19 -23
  229. data/docs/NgrokAPI/Services/EventDestinationsClient.html +287 -112
  230. data/docs/NgrokAPI/Services/EventSourcesClient.html +226 -87
  231. data/docs/NgrokAPI/Services/EventSubscriptionsClient.html +287 -112
  232. data/docs/NgrokAPI/Services/FailoverBackendsClient.html +267 -112
  233. data/docs/NgrokAPI/Services/HTTPResponseBackendsClient.html +307 -114
  234. data/docs/NgrokAPI/Services/HTTPSEdgeMutualTLSModuleClient.html +27 -31
  235. data/docs/NgrokAPI/Services/HTTPSEdgeTLSTerminationModuleClient.html +27 -31
  236. data/docs/NgrokAPI/Services/IPPoliciesClient.html +243 -108
  237. data/docs/NgrokAPI/Services/IPPolicyRulesClient.html +301 -110
  238. data/docs/NgrokAPI/Services/IPRestrictionsClient.html +303 -112
  239. data/docs/NgrokAPI/Services/ReservedAddrsClient.html +263 -108
  240. data/docs/NgrokAPI/Services/ReservedDomainsClient.html +357 -144
  241. data/docs/NgrokAPI/Services/SSHCertificateAuthoritiesClient.html +303 -108
  242. data/docs/NgrokAPI/Services/SSHCredentialsClient.html +283 -110
  243. data/docs/NgrokAPI/Services/SSHHostCertificatesClient.html +339 -108
  244. data/docs/NgrokAPI/Services/SSHUserCertificatesClient.html +380 -109
  245. data/docs/NgrokAPI/Services/TCPEdgeBackendModuleClient.html +27 -31
  246. data/docs/NgrokAPI/Services/TCPEdgeIPRestrictionModuleClient.html +27 -31
  247. data/docs/NgrokAPI/Services/TLSCertificatesClient.html +279 -108
  248. data/docs/NgrokAPI/Services/TLSEdgeBackendModuleClient.html +27 -31
  249. data/docs/NgrokAPI/Services/TLSEdgeIPRestrictionModuleClient.html +27 -31
  250. data/docs/NgrokAPI/Services/TLSEdgeMutualTLSModuleClient.html +27 -31
  251. data/docs/NgrokAPI/Services/TLSEdgeTLSTerminationModuleClient.html +27 -31
  252. data/docs/NgrokAPI/Services/TunnelGroupBackendsClient.html +267 -112
  253. data/docs/NgrokAPI/Services/TunnelSessionsClient.html +43 -47
  254. data/docs/NgrokAPI/Services/TunnelsClient.html +19 -23
  255. data/docs/NgrokAPI/Services/WeightedBackendsClient.html +270 -115
  256. data/docs/NgrokAPI/Services.html +1 -1
  257. data/docs/NgrokAPI.html +1 -1
  258. data/docs/_index.html +1 -1
  259. data/docs/file.README.html +54 -54
  260. data/docs/index.html +54 -54
  261. data/docs/method_list.html +1089 -337
  262. data/docs/top-level-namespace.html +1 -1
  263. data/lib/ngrokapi/http_client.rb +21 -2
  264. data/lib/ngrokapi/models/abuse_report.rb +16 -12
  265. data/lib/ngrokapi/models/abuse_report_hostname.rb +11 -7
  266. data/lib/ngrokapi/models/agent_ingress.rb +17 -13
  267. data/lib/ngrokapi/models/api_key.rb +15 -11
  268. data/lib/ngrokapi/models/aws_auth.rb +11 -7
  269. data/lib/ngrokapi/models/aws_credentials.rb +11 -7
  270. data/lib/ngrokapi/models/aws_role.rb +10 -6
  271. data/lib/ngrokapi/models/certificate_authority.rb +20 -16
  272. data/lib/ngrokapi/models/credential.rb +16 -12
  273. data/lib/ngrokapi/models/endpoint.rb +22 -18
  274. data/lib/ngrokapi/models/endpoint_backend.rb +11 -7
  275. data/lib/ngrokapi/models/endpoint_backend_mutate.rb +11 -7
  276. data/lib/ngrokapi/models/endpoint_circuit_breaker.rb +15 -11
  277. data/lib/ngrokapi/models/endpoint_compression.rb +10 -6
  278. data/lib/ngrokapi/models/endpoint_ip_policy.rb +11 -7
  279. data/lib/ngrokapi/models/endpoint_ip_policy_mutate.rb +11 -7
  280. data/lib/ngrokapi/models/endpoint_mutual_tls.rb +11 -7
  281. data/lib/ngrokapi/models/endpoint_mutual_tls_mutate.rb +11 -7
  282. data/lib/ngrokapi/models/endpoint_o_auth.rb +16 -12
  283. data/lib/ngrokapi/models/endpoint_o_auth_facebook.rb +14 -10
  284. data/lib/ngrokapi/models/endpoint_o_auth_git_hub.rb +16 -12
  285. data/lib/ngrokapi/models/endpoint_o_auth_google.rb +14 -10
  286. data/lib/ngrokapi/models/endpoint_o_auth_microsoft.rb +14 -10
  287. data/lib/ngrokapi/models/endpoint_o_auth_provider.rb +13 -9
  288. data/lib/ngrokapi/models/endpoint_oidc.rb +18 -14
  289. data/lib/ngrokapi/models/endpoint_request_headers.rb +12 -8
  290. data/lib/ngrokapi/models/endpoint_response_headers.rb +12 -8
  291. data/lib/ngrokapi/models/endpoint_saml.rb +25 -21
  292. data/lib/ngrokapi/models/endpoint_saml_mutate.rb +20 -16
  293. data/lib/ngrokapi/models/endpoint_tls_termination.rb +12 -8
  294. data/lib/ngrokapi/models/endpoint_tls_termination_at_edge.rb +11 -7
  295. data/lib/ngrokapi/models/endpoint_webhook_validation.rb +12 -8
  296. data/lib/ngrokapi/models/endpoint_websocket_tcp_converter.rb +10 -6
  297. data/lib/ngrokapi/models/event_destination.rb +16 -12
  298. data/lib/ngrokapi/models/event_source.rb +13 -9
  299. data/lib/ngrokapi/models/event_source_list.rb +11 -7
  300. data/lib/ngrokapi/models/event_source_replace.rb +12 -8
  301. data/lib/ngrokapi/models/event_subscription.rb +16 -12
  302. data/lib/ngrokapi/models/event_target.rb +13 -9
  303. data/lib/ngrokapi/models/event_target_cloudwatch_logs.rb +11 -7
  304. data/lib/ngrokapi/models/event_target_firehose.rb +11 -7
  305. data/lib/ngrokapi/models/event_target_kinesis.rb +11 -7
  306. data/lib/ngrokapi/models/failover_backend.rb +16 -12
  307. data/lib/ngrokapi/models/http_response_backend.rb +17 -13
  308. data/lib/ngrokapi/models/https_edge.rb +18 -14
  309. data/lib/ngrokapi/models/https_edge_route.rb +28 -24
  310. data/lib/ngrokapi/models/ip_policy.rb +15 -11
  311. data/lib/ngrokapi/models/ip_policy_rule.rb +17 -13
  312. data/lib/ngrokapi/models/ip_restriction.rb +17 -13
  313. data/lib/ngrokapi/models/listable.rb +9 -9
  314. data/lib/ngrokapi/models/ref.rb +11 -7
  315. data/lib/ngrokapi/models/reserved_addr.rb +17 -13
  316. data/lib/ngrokapi/models/reserved_domain.rb +23 -19
  317. data/lib/ngrokapi/models/reserved_domain_cert_job.rb +13 -9
  318. data/lib/ngrokapi/models/reserved_domain_cert_policy.rb +11 -7
  319. data/lib/ngrokapi/models/reserved_domain_cert_status.rb +11 -7
  320. data/lib/ngrokapi/models/ssh_certificate_authority.rb +16 -12
  321. data/lib/ngrokapi/models/ssh_credential.rb +16 -12
  322. data/lib/ngrokapi/models/ssh_host_certificate.rb +21 -17
  323. data/lib/ngrokapi/models/ssh_user_certificate.rb +23 -19
  324. data/lib/ngrokapi/models/tcp_edge.rb +17 -13
  325. data/lib/ngrokapi/models/tls_certificate.rb +30 -26
  326. data/lib/ngrokapi/models/tls_certificate_sa_ns.rb +11 -7
  327. data/lib/ngrokapi/models/tls_edge.rb +19 -15
  328. data/lib/ngrokapi/models/tunnel.rb +20 -16
  329. data/lib/ngrokapi/models/tunnel_group_backend.rb +17 -13
  330. data/lib/ngrokapi/models/tunnel_session.rb +19 -15
  331. data/lib/ngrokapi/models/weighted_backend.rb +16 -12
  332. data/lib/ngrokapi/paged_iterator.rb +1 -1
  333. data/lib/ngrokapi/services/abuse_reports_client.rb +25 -3
  334. data/lib/ngrokapi/services/agent_ingresses_client.rb +32 -11
  335. data/lib/ngrokapi/services/api_keys_client.rb +30 -11
  336. data/lib/ngrokapi/services/certificate_authorities_client.rb +31 -11
  337. data/lib/ngrokapi/services/credentials_client.rb +34 -11
  338. data/lib/ngrokapi/services/edge_route_backend_module_client.rb +6 -8
  339. data/lib/ngrokapi/services/edge_route_circuit_breaker_module_client.rb +6 -8
  340. data/lib/ngrokapi/services/edge_route_compression_module_client.rb +6 -8
  341. data/lib/ngrokapi/services/edge_route_ip_restriction_module_client.rb +6 -8
  342. data/lib/ngrokapi/services/edge_route_o_auth_module_client.rb +6 -8
  343. data/lib/ngrokapi/services/edge_route_oidc_module_client.rb +6 -8
  344. data/lib/ngrokapi/services/edge_route_request_headers_module_client.rb +6 -8
  345. data/lib/ngrokapi/services/edge_route_response_headers_module_client.rb +6 -8
  346. data/lib/ngrokapi/services/edge_route_saml_module_client.rb +6 -8
  347. data/lib/ngrokapi/services/edge_route_webhook_verification_module_client.rb +6 -8
  348. data/lib/ngrokapi/services/edge_route_websocket_tcp_converter_module_client.rb +6 -8
  349. data/lib/ngrokapi/services/edges_https_client.rb +35 -11
  350. data/lib/ngrokapi/services/edges_https_routes_client.rb +53 -5
  351. data/lib/ngrokapi/services/edges_tcp_client.rb +35 -11
  352. data/lib/ngrokapi/services/edges_tls_client.rb +39 -11
  353. data/lib/ngrokapi/services/endpoints_client.rb +6 -8
  354. data/lib/ngrokapi/services/event_destinations_client.rb +35 -11
  355. data/lib/ngrokapi/services/event_sources_client.rb +27 -7
  356. data/lib/ngrokapi/services/event_subscriptions_client.rb +33 -11
  357. data/lib/ngrokapi/services/failover_backends_client.rb +33 -13
  358. data/lib/ngrokapi/services/http_response_backends_client.rb +32 -11
  359. data/lib/ngrokapi/services/https_edge_mutual_tls_module_client.rb +6 -8
  360. data/lib/ngrokapi/services/https_edge_tls_termination_module_client.rb +6 -8
  361. data/lib/ngrokapi/services/ip_policies_client.rb +30 -11
  362. data/lib/ngrokapi/services/ip_policy_rules_client.rb +35 -11
  363. data/lib/ngrokapi/services/ip_restrictions_client.rb +35 -11
  364. data/lib/ngrokapi/services/reserved_addrs_client.rb +31 -11
  365. data/lib/ngrokapi/services/reserved_domains_client.rb +37 -11
  366. data/lib/ngrokapi/services/ssh_certificate_authorities_client.rb +35 -11
  367. data/lib/ngrokapi/services/ssh_credentials_client.rb +34 -11
  368. data/lib/ngrokapi/services/ssh_host_certificates_client.rb +39 -11
  369. data/lib/ngrokapi/services/ssh_user_certificates_client.rb +44 -12
  370. data/lib/ngrokapi/services/tcp_edge_backend_module_client.rb +6 -8
  371. data/lib/ngrokapi/services/tcp_edge_ip_restriction_module_client.rb +6 -8
  372. data/lib/ngrokapi/services/tls_certificates_client.rb +33 -11
  373. data/lib/ngrokapi/services/tls_edge_backend_module_client.rb +6 -8
  374. data/lib/ngrokapi/services/tls_edge_ip_restriction_module_client.rb +6 -8
  375. data/lib/ngrokapi/services/tls_edge_mutual_tls_module_client.rb +6 -8
  376. data/lib/ngrokapi/services/tls_edge_tls_termination_module_client.rb +6 -8
  377. data/lib/ngrokapi/services/tunnel_group_backends_client.rb +33 -13
  378. data/lib/ngrokapi/services/tunnel_sessions_client.rb +6 -8
  379. data/lib/ngrokapi/services/tunnels_client.rb +6 -8
  380. data/lib/ngrokapi/services/weighted_backends_client.rb +36 -16
  381. data/lib/ngrokapi/version.rb +1 -1
  382. data/lib/ngrokapi.rb +1 -1
  383. data/spec/ngrokapi/models/abuse_report_hostname_spec.rb +2 -2
  384. data/spec/ngrokapi/models/abuse_report_spec.rb +2 -2
  385. data/spec/ngrokapi/models/agent_ingress_spec.rb +2 -2
  386. data/spec/ngrokapi/models/api_key_spec.rb +2 -2
  387. data/spec/ngrokapi/models/aws_auth_spec.rb +2 -2
  388. data/spec/ngrokapi/models/aws_credentials_spec.rb +2 -2
  389. data/spec/ngrokapi/models/aws_role_spec.rb +2 -2
  390. data/spec/ngrokapi/models/certificate_authority_spec.rb +2 -2
  391. data/spec/ngrokapi/models/credential_spec.rb +2 -2
  392. data/spec/ngrokapi/models/endpoint_backend_mutate_spec.rb +2 -2
  393. data/spec/ngrokapi/models/endpoint_backend_spec.rb +2 -2
  394. data/spec/ngrokapi/models/endpoint_circuit_breaker_spec.rb +2 -2
  395. data/spec/ngrokapi/models/endpoint_compression_spec.rb +2 -2
  396. data/spec/ngrokapi/models/endpoint_ip_policy_mutate_spec.rb +2 -2
  397. data/spec/ngrokapi/models/endpoint_ip_policy_spec.rb +2 -2
  398. data/spec/ngrokapi/models/endpoint_mutual_tls_mutate_spec.rb +2 -2
  399. data/spec/ngrokapi/models/endpoint_mutual_tls_spec.rb +2 -2
  400. data/spec/ngrokapi/models/endpoint_o_auth_facebook_spec.rb +2 -2
  401. data/spec/ngrokapi/models/endpoint_o_auth_git_hub_spec.rb +2 -2
  402. data/spec/ngrokapi/models/endpoint_o_auth_google_spec.rb +2 -2
  403. data/spec/ngrokapi/models/endpoint_o_auth_microsoft_spec.rb +2 -2
  404. data/spec/ngrokapi/models/endpoint_o_auth_provider_spec.rb +2 -2
  405. data/spec/ngrokapi/models/endpoint_o_auth_spec.rb +2 -2
  406. data/spec/ngrokapi/models/endpoint_oidc_spec.rb +2 -2
  407. data/spec/ngrokapi/models/endpoint_request_headers_spec.rb +2 -2
  408. data/spec/ngrokapi/models/endpoint_response_headers_spec.rb +2 -2
  409. data/spec/ngrokapi/models/endpoint_saml_mutate_spec.rb +2 -2
  410. data/spec/ngrokapi/models/endpoint_saml_spec.rb +2 -2
  411. data/spec/ngrokapi/models/endpoint_spec.rb +2 -2
  412. data/spec/ngrokapi/models/endpoint_tls_termination_at_edge_spec.rb +2 -2
  413. data/spec/ngrokapi/models/endpoint_tls_termination_spec.rb +2 -2
  414. data/spec/ngrokapi/models/endpoint_webhook_validation_spec.rb +2 -2
  415. data/spec/ngrokapi/models/endpoint_websocket_tcp_converter_spec.rb +2 -2
  416. data/spec/ngrokapi/models/event_destination_spec.rb +2 -2
  417. data/spec/ngrokapi/models/event_source_list_spec.rb +2 -2
  418. data/spec/ngrokapi/models/event_source_replace_spec.rb +2 -2
  419. data/spec/ngrokapi/models/event_source_spec.rb +2 -2
  420. data/spec/ngrokapi/models/event_subscription_spec.rb +2 -2
  421. data/spec/ngrokapi/models/event_target_cloudwatch_logs_spec.rb +2 -2
  422. data/spec/ngrokapi/models/event_target_firehose_spec.rb +2 -2
  423. data/spec/ngrokapi/models/event_target_kinesis_spec.rb +2 -2
  424. data/spec/ngrokapi/models/event_target_spec.rb +2 -2
  425. data/spec/ngrokapi/models/failover_backend_spec.rb +2 -2
  426. data/spec/ngrokapi/models/http_response_backend_spec.rb +2 -2
  427. data/spec/ngrokapi/models/https_edge_route_spec.rb +2 -2
  428. data/spec/ngrokapi/models/https_edge_spec.rb +2 -2
  429. data/spec/ngrokapi/models/ip_policy_rule_spec.rb +2 -2
  430. data/spec/ngrokapi/models/ip_policy_spec.rb +2 -2
  431. data/spec/ngrokapi/models/ip_restriction_spec.rb +2 -2
  432. data/spec/ngrokapi/models/listable_spec.rb +2 -2
  433. data/spec/ngrokapi/models/ref_spec.rb +2 -2
  434. data/spec/ngrokapi/models/reserved_addr_spec.rb +2 -2
  435. data/spec/ngrokapi/models/reserved_domain_cert_job_spec.rb +2 -2
  436. data/spec/ngrokapi/models/reserved_domain_cert_policy_spec.rb +2 -2
  437. data/spec/ngrokapi/models/reserved_domain_cert_status_spec.rb +2 -2
  438. data/spec/ngrokapi/models/reserved_domain_spec.rb +2 -2
  439. data/spec/ngrokapi/models/ssh_certificate_authority_spec.rb +2 -2
  440. data/spec/ngrokapi/models/ssh_credential_spec.rb +2 -2
  441. data/spec/ngrokapi/models/ssh_host_certificate_spec.rb +2 -2
  442. data/spec/ngrokapi/models/ssh_user_certificate_spec.rb +2 -2
  443. data/spec/ngrokapi/models/tcp_edge_spec.rb +2 -2
  444. data/spec/ngrokapi/models/tls_certificate_sa_ns_spec.rb +2 -2
  445. data/spec/ngrokapi/models/tls_certificate_spec.rb +2 -2
  446. data/spec/ngrokapi/models/tls_edge_spec.rb +2 -2
  447. data/spec/ngrokapi/models/tunnel_group_backend_spec.rb +2 -2
  448. data/spec/ngrokapi/models/tunnel_session_spec.rb +2 -2
  449. data/spec/ngrokapi/models/tunnel_spec.rb +2 -2
  450. data/spec/ngrokapi/models/weighted_backend_spec.rb +2 -2
  451. data/spec/ngrokapi/paged_iterator_spec.rb +5 -5
  452. data/spec/ngrokapi/services/abuse_reports_client_spec.rb +19 -0
  453. data/spec/ngrokapi/services/agent_ingresses_client_spec.rb +21 -0
  454. data/spec/ngrokapi/services/api_keys_client_spec.rb +19 -0
  455. data/spec/ngrokapi/services/certificate_authorities_client_spec.rb +21 -0
  456. data/spec/ngrokapi/services/credentials_client_spec.rb +21 -0
  457. data/spec/ngrokapi/services/edge_route_backend_module_client_spec.rb +2 -4
  458. data/spec/ngrokapi/services/edge_route_circuit_breaker_module_client_spec.rb +2 -4
  459. data/spec/ngrokapi/services/edge_route_compression_module_client_spec.rb +2 -4
  460. data/spec/ngrokapi/services/edge_route_ip_restriction_module_client_spec.rb +2 -4
  461. data/spec/ngrokapi/services/edge_route_o_auth_module_client_spec.rb +2 -4
  462. data/spec/ngrokapi/services/edge_route_oidc_module_client_spec.rb +2 -4
  463. data/spec/ngrokapi/services/edge_route_request_headers_module_client_spec.rb +2 -4
  464. data/spec/ngrokapi/services/edge_route_response_headers_module_client_spec.rb +2 -4
  465. data/spec/ngrokapi/services/edge_route_saml_module_client_spec.rb +2 -4
  466. data/spec/ngrokapi/services/edge_route_webhook_verification_module_client_spec.rb +2 -4
  467. data/spec/ngrokapi/services/edge_route_websocket_tcp_converter_module_client_spec.rb +2 -4
  468. data/spec/ngrokapi/services/edges_https_client_spec.rb +25 -0
  469. data/spec/ngrokapi/services/edges_https_routes_client_spec.rb +47 -0
  470. data/spec/ngrokapi/services/edges_tcp_client_spec.rb +25 -0
  471. data/spec/ngrokapi/services/edges_tls_client_spec.rb +29 -0
  472. data/spec/ngrokapi/services/event_destinations_client_spec.rb +24 -0
  473. data/spec/ngrokapi/services/event_sources_client_spec.rb +21 -0
  474. data/spec/ngrokapi/services/event_subscriptions_client_spec.rb +23 -0
  475. data/spec/ngrokapi/services/failover_backends_client_spec.rb +21 -0
  476. data/spec/ngrokapi/services/http_response_backends_client_spec.rb +25 -0
  477. data/spec/ngrokapi/services/https_edge_mutual_tls_module_client_spec.rb +2 -4
  478. data/spec/ngrokapi/services/https_edge_tls_termination_module_client_spec.rb +2 -4
  479. data/spec/ngrokapi/services/ip_policies_client_spec.rb +20 -0
  480. data/spec/ngrokapi/services/ip_policy_rules_client_spec.rb +25 -0
  481. data/spec/ngrokapi/services/ip_restrictions_client_spec.rb +25 -0
  482. data/spec/ngrokapi/services/reserved_addrs_client_spec.rb +22 -0
  483. data/spec/ngrokapi/services/reserved_domains_client_spec.rb +29 -0
  484. data/spec/ngrokapi/services/ssh_certificate_authorities_client_spec.rb +25 -0
  485. data/spec/ngrokapi/services/ssh_credentials_client_spec.rb +23 -0
  486. data/spec/ngrokapi/services/ssh_host_certificates_client_spec.rb +29 -0
  487. data/spec/ngrokapi/services/ssh_user_certificates_client_spec.rb +33 -0
  488. data/spec/ngrokapi/services/tcp_edge_backend_module_client_spec.rb +2 -4
  489. data/spec/ngrokapi/services/tcp_edge_ip_restriction_module_client_spec.rb +2 -4
  490. data/spec/ngrokapi/services/tls_certificates_client_spec.rb +23 -0
  491. data/spec/ngrokapi/services/tls_edge_backend_module_client_spec.rb +2 -4
  492. data/spec/ngrokapi/services/tls_edge_ip_restriction_module_client_spec.rb +2 -4
  493. data/spec/ngrokapi/services/tls_edge_mutual_tls_module_client_spec.rb +2 -4
  494. data/spec/ngrokapi/services/tls_edge_tls_termination_module_client_spec.rb +2 -4
  495. data/spec/ngrokapi/services/tunnel_group_backends_client_spec.rb +21 -0
  496. data/spec/ngrokapi/services/weighted_backends_client_spec.rb +21 -0
  497. metadata +1 -3
  498. data/doc/README +0 -94
  499. data/docs/README +0 -94
@@ -4,25 +4,29 @@ module NgrokAPI
4
4
  module Models
5
5
  class EndpointTLSTermination
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :enabled,
9
9
  :terminate_at,
10
10
  :min_version
11
11
 
12
- def initialize(client:, result:)
12
+ def initialize(client: nil, attrs: {})
13
13
  @client = client
14
- @result = result
15
- @enabled = @result['enabled']
16
- @terminate_at = @result['terminate_at']
17
- @min_version = @result['min_version']
14
+ @attrs = attrs
15
+ @enabled = @attrs['enabled']
16
+ @terminate_at = @attrs['terminate_at']
17
+ @min_version = @attrs['min_version']
18
18
  end
19
19
 
20
20
  def ==(other)
21
- @result == other.result
21
+ @attrs == other.attrs
22
22
  end
23
23
 
24
24
  def to_s
25
- @result.to_s
25
+ @attrs.to_s
26
+ end
27
+
28
+ def to_h
29
+ @attrs.to_h
26
30
  end
27
31
  end
28
32
  end
@@ -4,23 +4,27 @@ module NgrokAPI
4
4
  module Models
5
5
  class EndpointTLSTerminationAtEdge
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :enabled,
9
9
  :min_version
10
10
 
11
- def initialize(client:, result:)
11
+ def initialize(client: nil, attrs: {})
12
12
  @client = client
13
- @result = result
14
- @enabled = @result['enabled']
15
- @min_version = @result['min_version']
13
+ @attrs = attrs
14
+ @enabled = @attrs['enabled']
15
+ @min_version = @attrs['min_version']
16
16
  end
17
17
 
18
18
  def ==(other)
19
- @result == other.result
19
+ @attrs == other.attrs
20
20
  end
21
21
 
22
22
  def to_s
23
- @result.to_s
23
+ @attrs.to_s
24
+ end
25
+
26
+ def to_h
27
+ @attrs.to_h
24
28
  end
25
29
  end
26
30
  end
@@ -4,25 +4,29 @@ module NgrokAPI
4
4
  module Models
5
5
  class EndpointWebhookValidation
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :enabled,
9
9
  :provider,
10
10
  :secret
11
11
 
12
- def initialize(client:, result:)
12
+ def initialize(client: nil, attrs: {})
13
13
  @client = client
14
- @result = result
15
- @enabled = @result['enabled']
16
- @provider = @result['provider']
17
- @secret = @result['secret']
14
+ @attrs = attrs
15
+ @enabled = @attrs['enabled']
16
+ @provider = @attrs['provider']
17
+ @secret = @attrs['secret']
18
18
  end
19
19
 
20
20
  def ==(other)
21
- @result == other.result
21
+ @attrs == other.attrs
22
22
  end
23
23
 
24
24
  def to_s
25
- @result.to_s
25
+ @attrs.to_s
26
+ end
27
+
28
+ def to_h
29
+ @attrs.to_h
26
30
  end
27
31
  end
28
32
  end
@@ -4,21 +4,25 @@ module NgrokAPI
4
4
  module Models
5
5
  class EndpointWebsocketTCPConverter
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :enabled
9
9
 
10
- def initialize(client:, result:)
10
+ def initialize(client: nil, attrs: {})
11
11
  @client = client
12
- @result = result
13
- @enabled = @result['enabled']
12
+ @attrs = attrs
13
+ @enabled = @attrs['enabled']
14
14
  end
15
15
 
16
16
  def ==(other)
17
- @result == other.result
17
+ @attrs == other.attrs
18
18
  end
19
19
 
20
20
  def to_s
21
- @result.to_s
21
+ @attrs.to_s
22
+ end
23
+
24
+ def to_h
25
+ @attrs.to_h
22
26
  end
23
27
  end
24
28
  end
@@ -4,7 +4,7 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventDestination
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :id,
9
9
  :metadata,
10
10
  :created_at,
@@ -13,24 +13,28 @@ module NgrokAPI
13
13
  :target,
14
14
  :uri
15
15
 
16
- def initialize(client:, result:)
16
+ def initialize(client: nil, attrs: {})
17
17
  @client = client
18
- @result = result
19
- @id = @result['id']
20
- @metadata = @result['metadata']
21
- @created_at = @result['created_at']
22
- @description = @result['description']
23
- @format = @result['format']
24
- @target = @result['target']
25
- @uri = @result['uri']
18
+ @attrs = attrs
19
+ @id = @attrs['id']
20
+ @metadata = @attrs['metadata']
21
+ @created_at = @attrs['created_at']
22
+ @description = @attrs['description']
23
+ @format = @attrs['format']
24
+ @target = @attrs['target']
25
+ @uri = @attrs['uri']
26
26
  end
27
27
 
28
28
  def ==(other)
29
- @result == other.result
29
+ @attrs == other.attrs
30
30
  end
31
31
 
32
32
  def to_s
33
- @result.to_s
33
+ @attrs.to_s
34
+ end
35
+
36
+ def to_h
37
+ @attrs.to_h
34
38
  end
35
39
 
36
40
  ##
@@ -4,27 +4,31 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventSource
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :type,
9
9
  :filter,
10
10
  :fields,
11
11
  :uri
12
12
 
13
- def initialize(client:, result:)
13
+ def initialize(client: nil, attrs: {})
14
14
  @client = client
15
- @result = result
16
- @type = @result['type']
17
- @filter = @result['filter']
18
- @fields = @result['fields']
19
- @uri = @result['uri']
15
+ @attrs = attrs
16
+ @type = @attrs['type']
17
+ @filter = @attrs['filter']
18
+ @fields = @attrs['fields']
19
+ @uri = @attrs['uri']
20
20
  end
21
21
 
22
22
  def ==(other)
23
- @result == other.result
23
+ @attrs == other.attrs
24
24
  end
25
25
 
26
26
  def to_s
27
- @result.to_s
27
+ @attrs.to_s
28
+ end
29
+
30
+ def to_h
31
+ @attrs.to_h
28
32
  end
29
33
  end
30
34
  end
@@ -4,23 +4,27 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventSourceList
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :sources,
9
9
  :uri
10
10
 
11
- def initialize(client:, result:)
11
+ def initialize(client: nil, attrs: {})
12
12
  @client = client
13
- @result = result
14
- @sources = @result['sources']
15
- @uri = @result['uri']
13
+ @attrs = attrs
14
+ @sources = @attrs['sources']
15
+ @uri = @attrs['uri']
16
16
  end
17
17
 
18
18
  def ==(other)
19
- @result == other.result
19
+ @attrs == other.attrs
20
20
  end
21
21
 
22
22
  def to_s
23
- @result.to_s
23
+ @attrs.to_s
24
+ end
25
+
26
+ def to_h
27
+ @attrs.to_h
24
28
  end
25
29
  end
26
30
  end
@@ -4,25 +4,29 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventSourceReplace
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :type,
9
9
  :filter,
10
10
  :fields
11
11
 
12
- def initialize(client:, result:)
12
+ def initialize(client: nil, attrs: {})
13
13
  @client = client
14
- @result = result
15
- @type = @result['type']
16
- @filter = @result['filter']
17
- @fields = @result['fields']
14
+ @attrs = attrs
15
+ @type = @attrs['type']
16
+ @filter = @attrs['filter']
17
+ @fields = @attrs['fields']
18
18
  end
19
19
 
20
20
  def ==(other)
21
- @result == other.result
21
+ @attrs == other.attrs
22
22
  end
23
23
 
24
24
  def to_s
25
- @result.to_s
25
+ @attrs.to_s
26
+ end
27
+
28
+ def to_h
29
+ @attrs.to_h
26
30
  end
27
31
  end
28
32
  end
@@ -4,7 +4,7 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventSubscription
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :id,
9
9
  :uri,
10
10
  :created_at,
@@ -13,24 +13,28 @@ module NgrokAPI
13
13
  :sources,
14
14
  :destinations
15
15
 
16
- def initialize(client:, result:)
16
+ def initialize(client: nil, attrs: {})
17
17
  @client = client
18
- @result = result
19
- @id = @result['id']
20
- @uri = @result['uri']
21
- @created_at = @result['created_at']
22
- @metadata = @result['metadata']
23
- @description = @result['description']
24
- @sources = @result['sources']
25
- @destinations = @result['destinations']
18
+ @attrs = attrs
19
+ @id = @attrs['id']
20
+ @uri = @attrs['uri']
21
+ @created_at = @attrs['created_at']
22
+ @metadata = @attrs['metadata']
23
+ @description = @attrs['description']
24
+ @sources = @attrs['sources']
25
+ @destinations = @attrs['destinations']
26
26
  end
27
27
 
28
28
  def ==(other)
29
- @result == other.result
29
+ @attrs == other.attrs
30
30
  end
31
31
 
32
32
  def to_s
33
- @result.to_s
33
+ @attrs.to_s
34
+ end
35
+
36
+ def to_h
37
+ @attrs.to_h
34
38
  end
35
39
 
36
40
  ##
@@ -4,27 +4,31 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventTarget
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :firehose,
9
9
  :kinesis,
10
10
  :cloudwatch_logs,
11
11
  :debug
12
12
 
13
- def initialize(client:, result:)
13
+ def initialize(client: nil, attrs: {})
14
14
  @client = client
15
- @result = result
16
- @firehose = @result['firehose']
17
- @kinesis = @result['kinesis']
18
- @cloudwatch_logs = @result['cloudwatch_logs']
19
- @debug = @result['debug']
15
+ @attrs = attrs
16
+ @firehose = @attrs['firehose']
17
+ @kinesis = @attrs['kinesis']
18
+ @cloudwatch_logs = @attrs['cloudwatch_logs']
19
+ @debug = @attrs['debug']
20
20
  end
21
21
 
22
22
  def ==(other)
23
- @result == other.result
23
+ @attrs == other.attrs
24
24
  end
25
25
 
26
26
  def to_s
27
- @result.to_s
27
+ @attrs.to_s
28
+ end
29
+
30
+ def to_h
31
+ @attrs.to_h
28
32
  end
29
33
  end
30
34
  end
@@ -4,23 +4,27 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventTargetCloudwatchLogs
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :auth,
9
9
  :log_group_arn
10
10
 
11
- def initialize(client:, result:)
11
+ def initialize(client: nil, attrs: {})
12
12
  @client = client
13
- @result = result
14
- @auth = @result['auth']
15
- @log_group_arn = @result['log_group_arn']
13
+ @attrs = attrs
14
+ @auth = @attrs['auth']
15
+ @log_group_arn = @attrs['log_group_arn']
16
16
  end
17
17
 
18
18
  def ==(other)
19
- @result == other.result
19
+ @attrs == other.attrs
20
20
  end
21
21
 
22
22
  def to_s
23
- @result.to_s
23
+ @attrs.to_s
24
+ end
25
+
26
+ def to_h
27
+ @attrs.to_h
24
28
  end
25
29
  end
26
30
  end
@@ -4,23 +4,27 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventTargetFirehose
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :auth,
9
9
  :delivery_stream_arn
10
10
 
11
- def initialize(client:, result:)
11
+ def initialize(client: nil, attrs: {})
12
12
  @client = client
13
- @result = result
14
- @auth = @result['auth']
15
- @delivery_stream_arn = @result['delivery_stream_arn']
13
+ @attrs = attrs
14
+ @auth = @attrs['auth']
15
+ @delivery_stream_arn = @attrs['delivery_stream_arn']
16
16
  end
17
17
 
18
18
  def ==(other)
19
- @result == other.result
19
+ @attrs == other.attrs
20
20
  end
21
21
 
22
22
  def to_s
23
- @result.to_s
23
+ @attrs.to_s
24
+ end
25
+
26
+ def to_h
27
+ @attrs.to_h
24
28
  end
25
29
  end
26
30
  end
@@ -4,23 +4,27 @@ module NgrokAPI
4
4
  module Models
5
5
  class EventTargetKinesis
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :auth,
9
9
  :stream_arn
10
10
 
11
- def initialize(client:, result:)
11
+ def initialize(client: nil, attrs: {})
12
12
  @client = client
13
- @result = result
14
- @auth = @result['auth']
15
- @stream_arn = @result['stream_arn']
13
+ @attrs = attrs
14
+ @auth = @attrs['auth']
15
+ @stream_arn = @attrs['stream_arn']
16
16
  end
17
17
 
18
18
  def ==(other)
19
- @result == other.result
19
+ @attrs == other.attrs
20
20
  end
21
21
 
22
22
  def to_s
23
- @result.to_s
23
+ @attrs.to_s
24
+ end
25
+
26
+ def to_h
27
+ @attrs.to_h
24
28
  end
25
29
  end
26
30
  end
@@ -4,7 +4,7 @@ module NgrokAPI
4
4
  module Models
5
5
  class FailoverBackend
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :id,
9
9
  :uri,
10
10
  :created_at,
@@ -12,27 +12,31 @@ module NgrokAPI
12
12
  :metadata,
13
13
  :backends
14
14
 
15
- def initialize(client:, result:)
15
+ def initialize(client: nil, attrs: {})
16
16
  @client = client
17
- @result = result
18
- @id = @result['id']
19
- @uri = @result['uri']
20
- @created_at = @result['created_at']
21
- @description = @result['description']
22
- @metadata = @result['metadata']
23
- @backends = @result['backends']
17
+ @attrs = attrs
18
+ @id = @attrs['id']
19
+ @uri = @attrs['uri']
20
+ @created_at = @attrs['created_at']
21
+ @description = @attrs['description']
22
+ @metadata = @attrs['metadata']
23
+ @backends = @attrs['backends']
24
24
  end
25
25
 
26
26
  def ==(other)
27
- @result == other.result
27
+ @attrs == other.attrs
28
28
  end
29
29
 
30
30
  def to_s
31
- @result.to_s
31
+ @attrs.to_s
32
+ end
33
+
34
+ def to_h
35
+ @attrs.to_h
32
36
  end
33
37
 
34
38
  ##
35
- # Delete a Failover backend by ID. TODO what if used?
39
+ # Delete a Failover backend by ID.
36
40
  #
37
41
  # https://ngrok.com/docs/api#api-failover-backends-delete
38
42
  def delete
@@ -4,7 +4,7 @@ module NgrokAPI
4
4
  module Models
5
5
  class HTTPResponseBackend
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :id,
9
9
  :uri,
10
10
  :created_at,
@@ -14,25 +14,29 @@ module NgrokAPI
14
14
  :headers,
15
15
  :status_code
16
16
 
17
- def initialize(client:, result:)
17
+ def initialize(client: nil, attrs: {})
18
18
  @client = client
19
- @result = result
20
- @id = @result['id']
21
- @uri = @result['uri']
22
- @created_at = @result['created_at']
23
- @description = @result['description']
24
- @metadata = @result['metadata']
25
- @body = @result['body']
26
- @headers = @result['headers']
27
- @status_code = @result['status_code']
19
+ @attrs = attrs
20
+ @id = @attrs['id']
21
+ @uri = @attrs['uri']
22
+ @created_at = @attrs['created_at']
23
+ @description = @attrs['description']
24
+ @metadata = @attrs['metadata']
25
+ @body = @attrs['body']
26
+ @headers = @attrs['headers']
27
+ @status_code = @attrs['status_code']
28
28
  end
29
29
 
30
30
  def ==(other)
31
- @result == other.result
31
+ @attrs == other.attrs
32
32
  end
33
33
 
34
34
  def to_s
35
- @result.to_s
35
+ @attrs.to_s
36
+ end
37
+
38
+ def to_h
39
+ @attrs.to_h
36
40
  end
37
41
 
38
42
  ##
@@ -4,7 +4,7 @@ module NgrokAPI
4
4
  module Models
5
5
  class HTTPSEdge
6
6
  attr_reader :client,
7
- :result,
7
+ :attrs,
8
8
  :id,
9
9
  :description,
10
10
  :metadata,
@@ -15,26 +15,30 @@ module NgrokAPI
15
15
  :tls_termination,
16
16
  :routes
17
17
 
18
- def initialize(client:, result:)
18
+ def initialize(client: nil, attrs: {})
19
19
  @client = client
20
- @result = result
21
- @id = @result['id']
22
- @description = @result['description']
23
- @metadata = @result['metadata']
24
- @created_at = @result['created_at']
25
- @uri = @result['uri']
26
- @hostports = @result['hostports']
27
- @mutual_tls = @result['mutual_tls']
28
- @tls_termination = @result['tls_termination']
29
- @routes = @result['routes']
20
+ @attrs = attrs
21
+ @id = @attrs['id']
22
+ @description = @attrs['description']
23
+ @metadata = @attrs['metadata']
24
+ @created_at = @attrs['created_at']
25
+ @uri = @attrs['uri']
26
+ @hostports = @attrs['hostports']
27
+ @mutual_tls = @attrs['mutual_tls']
28
+ @tls_termination = @attrs['tls_termination']
29
+ @routes = @attrs['routes']
30
30
  end
31
31
 
32
32
  def ==(other)
33
- @result == other.result
33
+ @attrs == other.attrs
34
34
  end
35
35
 
36
36
  def to_s
37
- @result.to_s
37
+ @attrs.to_s
38
+ end
39
+
40
+ def to_h
41
+ @attrs.to_h
38
42
  end
39
43
 
40
44
  ##