Sha256: 859bb8952e18a000ac468558e9782afb353150caaeaa4d621e471a8c38785f05

Contents?: true

Size: 501 Bytes

Versions: 4

Compression:

Stored size: 501 Bytes

Contents

module Adparlor
  module Facebook
    module GraphApi
      module AdTargetingTypes
        class AdTargetingCategory
          attr_accessor :id, :audience_size, :country, :country_access, :description, :name,
                        :real_time_cluster, :partner, :path, :source, :type, :audience_size_lower_bound, :audience_size_upper_bound

          class << self
            def type_param
              'adTargetingCategory'
            end
          end
        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/ad_targeting_types/ad_targeting_category.rb
adparlor-facebook-0.8.0 lib/adparlor/facebook/graph_api/ad_targeting_types/ad_targeting_category.rb
adparlor-facebook-0.7.9 lib/adparlor/facebook/graph_api/ad_targeting_types/ad_targeting_category.rb
adparlor-facebook-0.7.8 lib/adparlor/facebook/graph_api/ad_targeting_types/ad_targeting_category.rb