Method: OryClient::IdentityPatchResponse.build_from_hash
- Defined in:
- lib/ory-client/models/identity_patch_response.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
157 158 159 |
# File 'lib/ory-client/models/identity_patch_response.rb', line 157 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |