Method: OryClient::JsonPatch.attribute_map
- Defined in:
- lib/ory-client/models/json_patch.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
54 55 56 57 58 59 60 61 |
# File 'lib/ory-client/models/json_patch.rb', line 54 def self.attribute_map { :'from' => :'from', :'op' => :'op', :'path' => :'path', :'value' => :'value' } end |