Sha256: fd8b0e1ca8f92c2713f053816b27d642167740bb04c1468ffc74e5c3772b0f44
Contents?: true
Size: 400 Bytes
Versions: 4
Compression:
Stored size: 400 Bytes
Contents
require 'fog/huaweicloud/models/model' module Fog module Identity class HuaweiCloud class V3 class RoleAssignment < Fog::HuaweiCloud::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
4 entries across 4 versions & 1 rubygems