Method: PulpcoreClient::ObjectRolesResponse.build_from_hash
- Defined in:
- lib/pulpcore_client/models/object_roles_response.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
102 103 104 |
# File 'lib/pulpcore_client/models/object_roles_response.rb', line 102 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |