Method: OryClient::NormalizedProject.build_from_hash
- Defined in:
- lib/ory-client/models/normalized_project.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
241 242 243 |
# File 'lib/ory-client/models/normalized_project.rb', line 241 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |