Method: Sumomo::APITester#make_api
- Defined in:
- lib/sumomo.rb
#make_api(_domain_name, name:, script: nil, dns: nil, mtls_truststore: nil, cert: nil, with_statements: [], &block) ⇒ Object
403 404 405 406 407 408 409 410 411 412 |
# File 'lib/sumomo.rb', line 403 def make_api(_domain_name, name:, script: nil, dns: nil, mtls_truststore: nil, cert: nil, with_statements: [], &block) # we ignore mtls_truststore here @apis[name] = block end |