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