Sha256: e1199c3ed02447d39a8a74154e4e2fbd2624521cfd6f409d5a6c7f3fbd78d834
Contents?: true
Size: 352 Bytes
Versions: 12
Compression:
Stored size: 352 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
12 entries across 12 versions & 1 rubygems