Sha256: d0ce3848c849ae64de3f6e8f5c945d14593bb7daf46b7cff882663ae2ad8aa71
Contents?: true
Size: 454 Bytes
Versions: 22
Compression:
Stored size: 454 Bytes
Contents
module Fog module OpenStack class Identity class V3 class Real def list_domain_group_roles(id, group_id) request( :expects => [200], :method => 'GET', :path => "domains/#{id}/groups/#{group_id}/roles" ) end end class Mock def list_domain_user_roles(id, group_id) end end end end end end
Version data entries
22 entries across 22 versions & 3 rubygems