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