# File lib/fog/profitbricks/requests/compute/get_all_shares.rb, line 36 def get_all_shares(group_id) response = Excon::Response.new response.status = 200 response.body = data[:shares] response end