Sha256: ce5d74b552e17b117613012161b80529daf359b94947326fc6e9349525a0a2c1
Contents?: true
Size: 705 Bytes
Versions: 12
Compression:
Stored size: 705 Bytes
Contents
# OryHydraClient::SwaggerRuleHandler ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **config** | [**Object**](.md) | Config contains the configuration for the handler. Please read the user guide for a complete list of each handler's available settings. | [optional] **handler** | **String** | Handler identifies the implementation which will be used to handle this specific request. Please read the user guide for a complete list of available handlers. | [optional] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::SwaggerRuleHandler.new(config: null, handler: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems