Sha256: d573db10465843e9ebe9f3d36f572c6536cc01214f53f8d77c4aa8a7887f58c7
Contents?: true
Size: 634 Bytes
Versions: 1
Compression:
Stored size: 634 Bytes
Contents
# frozen_string_literal: true require 'vk/api/objects' require 'vk/schema/namespace' module Vk module API class Ads < Vk::Schema::Namespace # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class StatsSexAge < Vk::Schema::Object # @return [Number] Impressions rate attribute :impressions_rate, API::Types::Coercible::Int.optional # @return [Number] Clicks rate attribute :clicks_rate, API::Types::Coercible::Int.optional # @return [String] Sex and age interval attribute :value, API::Types::Coercible::String.optional end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vk-0.99.5.53.alpha | lib/vk/api/ads/stats_sex_age.rb |