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

Inherits:
OpenStack::Model show all
Defined in:
lib/fog/openstack/models/identity_v3/role_assignment.rb

Instance Attribute Summary

Attributes inherited from OpenStack::Model

#project

Instance Method Summary collapse

Methods inherited from OpenStack::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/models/identity_v3/role_assignment.rb', line 14

def to_s
  self.links['assignment']
end