# File lib/jira/resource/serverinfo.rb, line 12
      def self.all(client, options = {})
        response = client.get(collection_path(client))
        json = parse_json(response.body)
        self.new(client, {:attrs => json}.merge(options))
      end