Sha256: 0f6dc027df89553164e166e7a52751bb32ed570585db9c18b70d5b13485d6cda
Contents?: true
Size: 394 Bytes
Versions: 20
Compression:
Stored size: 394 Bytes
Contents
require 'fog/openstack/models/model' module Fog module OpenStack class Identity class V3 class RoleAssignment < Fog::OpenStack::Model attribute :scope attribute :role attribute :user attribute :group attribute :links def to_s links['assignment'] end end end end end end
Version data entries
20 entries across 20 versions & 3 rubygems