hash

in lib/facebook_ads/ad_objects/server_side/content.rb [130:142]


      def hash
        [
            product_id,
            quantity,
            item_price,
            title,
            description,
            brand,
            category,
            delivery_category
        ].hash
      end