Sha256: c7bb1a6f0e7e0f87c0773e41665ef1762374432dc4d342eeb3ff4e2b90e429b3
Contents?: true
Size: 445 Bytes
Versions: 4
Compression:
Stored size: 445 Bytes
Contents
module Fog module Identity class HuaweiCloud class V3 class Real def list_endpoints(options = {}) request( :expects => [200], :method => 'GET', :path => "endpoints", :query => options ) end end class Mock def list_endpoints(options = {}) end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems