Sha256: 7a68c40ae96b139f940db6f7f6a0da12ffc194d8f2c152e052b5e7de105a0bff
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 Bytes
Contents
module Fog module Identity class HuaweiCloud class V2 class Real def get_tenants_by_id(tenant_id) request( :expects => [200], :method => 'GET', :path => "tenants/#{tenant_id}" ) end end class Mock end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems