Method: OryClient::JsonPatch#value
- Defined in:
- lib/ory-client/models/json_patch.rb
#value ⇒ Object
The value to be used within the operations. Learn more [about JSON Pointers](datatracker.ietf.org/doc/html/rfc6901#section-5).
29 30 31 |
# File 'lib/ory-client/models/json_patch.rb', line 29 def value @value end |