# File lib/fog/profitbricks/requests/compute/get_all_flavors.rb, line 65
        def get_all_flavors
          data = self.data[:flavors]
          response        = Excon::Response.new
          response.status = 200
          response.body   = {
            'getAllFlavorsResponse' => self.data[:flavors]
          }
          response
        end