Method: OryClient::JsonWebKey.build_from_hash
- Defined in:
- lib/ory-client/models/json_web_key.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
272 273 274 |
# File 'lib/ory-client/models/json_web_key.rb', line 272 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |