# File lib/fog/shared_file_system/openstack/requests/get_share_network.rb, line 5 def get_share_network(id) request( :expects => 200, :method => 'GET', :path => "share-networks/#{id}" ) end