Sha256: 0e334bdc007f8e4ec2fd41c90aa426db5fb4560ba188639e40d0aaafd23231f5
Contents?: true
Size: 363 Bytes
Versions: 51
Compression:
Stored size: 363 Bytes
Contents
module Fog module Volume class OpenStack # no Mock needed, test coverage in RSpec module Real def list_transfers(options = {}) request( :expects => 200, :method => 'GET', :path => 'os-volume-transfer', :query => options ) end end end end end
Version data entries
51 entries across 49 versions & 4 rubygems