Method: OpenapiClient::Configuration#server_settings
- Defined in:
- lib/openapi_client/configuration.rb
#server_settings ⇒ Object
Returns an array of Server setting
200 201 202 203 204 205 206 207 |
# File 'lib/openapi_client/configuration.rb', line 200 def server_settings [ { url: "https://cert.api.firstdata.com/gateway/v2", description: "No descriptoin provided", } ] end |