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