Sha256: f8709e59d5255b2a8deb84a3ffab8e40b82f5cb0fa9c1ef9dd71101ac024d8d6

Contents?: true

Size: 479 Bytes

Versions: 4

Compression:

Stored size: 479 Bytes

Contents

module Adparlor
  module Facebook
    module GraphApi
      module Fields
        module AdImage
          FIELDS = [:id, :account_id, :hash, :url, :creatives, :filename, :width, :height,
                    :original_width, :original_height, :name, :status,
                    :created_time, :updated_time, :permalink_url, :url_128, :url_256, :url_256_height, :url_256_width]
          CREATE_FIELDS = [:account_id, :copy_from, :source]
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
adparlor-facebook-0.8.2 lib/adparlor/facebook/graph_api/fields/ad_image.rb
adparlor-facebook-0.8.0 lib/adparlor/facebook/graph_api/fields/ad_image.rb
adparlor-facebook-0.7.9 lib/adparlor/facebook/graph_api/fields/ad_image.rb
adparlor-facebook-0.7.8 lib/adparlor/facebook/graph_api/fields/ad_image.rb