ngrok-api 0.12.0 → 0.14.0

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