module Responses
    class EditorialReview
      attr_accessor :source, :content
      
      def self.from_response(data)