Class: Fog::OpenStack::Identity::V3::RoleAssignment

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/openstack/identity/v3/models/role_assignment.rb

Instance Attribute Summary

Attributes inherited from Model

#project

Instance Method Summary collapse

Methods inherited from Model

#create, #destroy, #initialize, #save, #update

Constructor Details

This class inherits a constructor from Fog::OpenStack::Model

Instance Method Details

#to_sObject



14
15
16
# File 'lib/fog/openstack/identity/v3/models/role_assignment.rb', line 14

def to_s
  links['assignment']
end