Sha256: de1023018bbf0a585a419e8c496d5492b3eb41e7140ff1cb5a33cad683a3d814
Contents?: true
Size: 345 Bytes
Versions: 7
Compression:
Stored size: 345 Bytes
Contents
module Fog module Compute class OracleCloud class Real def list_orchestrations response = request( :expects => 200, :method => 'GET', :path => "/orchestration/Compute-#{@identity_domain}/" ) response end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems