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