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