Method: OpenapiClient::EmployeeResponse.build_from_hash
- Defined in:
- lib/openapi_client/models/employee_response.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
491 492 493 |
# File 'lib/openapi_client/models/employee_response.rb', line 491 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |