Sha256: ced62036618ee600c6ae7caadb05ccb4ae7c6f3abae30d059bd336132707c702
Contents?: true
Size: 387 Bytes
Versions: 20
Compression:
Stored size: 387 Bytes
Contents
module Fog module Identity class OpenStack class V3 class Real def get_policy(id) request( :expects => [200], :method => 'GET', :path => "policies/#{id}" ) end end class Mock def get_policy(id) end end end end end end
Version data entries
20 entries across 20 versions & 3 rubygems