Sha256: 3727a6fe583c56dbf74d9b34614b8758423360f3020fba687afc67a154891b1a
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
# OryClient::PluginDevice ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **description** | **String** | description | | | **name** | **String** | name | | | **path** | **String** | path | | | **settable** | **Array<String>** | settable | | ## Example ```ruby require 'ory-client' instance = OryClient::PluginDevice.new( description: null, name: null, path: null, settable: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha19 | docs/PluginDevice.md |
ory-client-0.0.1.alpha18 | docs/PluginDevice.md |