# File lib/fog/shared_file_system/openstack/requests/list_snapshots.rb, line 5 def list_snapshots(options = {}) request( :expects => 200, :method => 'GET', :path => 'snapshots', :query => options ) end