Sha256: 566259589e262a77fcf6660141b17978a037e651355e1bd09c09e1f3a3881a5f
Contents?: true
Size: 516 Bytes
Versions: 20
Compression:
Stored size: 516 Bytes
Contents
module Adparlor module Facebook module GraphApi module AdTargetingTypes class AdGeolocation attr_accessor :key, :name, :type, :supports_city, :supports_region, :country_code, :country_name, :region, :region_id, :primary_city, :primary_city_id, :geo_hierarchy_level, :geo_hierarchy_name class << self def type_param 'adgeolocation' end end end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems