Sha256: 3c87be9257d7e01cf353ea3b0bb750d07a8b304af7f1eb64746b611869ef15e8
Contents?: true
Size: 456 Bytes
Versions: 19
Compression:
Stored size: 456 Bytes
Contents
module Fog module Identity class OpenStack class V3 class Real def list_os_credentials(options = {}) request( :expects => [200], :method => 'GET', :path => "credentials", :query => options ) end end class Mock def list_os_credentials(options = {}) end end end end end end
Version data entries
19 entries across 19 versions & 3 rubygems