Sha256: b90a183271e373bed0b07d65ea340640f36edf135df2098019766fae5c5a2a8d
Contents?: true
Size: 385 Bytes
Versions: 39
Compression:
Stored size: 385 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
39 entries across 37 versions & 3 rubygems