Sha256: 11fb08709aad3e3c36b5ef38658b1f1cfdbdc721bafde4e4c555b745de67c72d
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 Bytes
Contents
# frozen_string_literal: true require 'vk/api/methods' module Vk module API class Ads < Vk::Schema::Namespace module Methods # Returns information about current state of a counter — number of remaining runs of methods and time to the next counter nulling in seconds. class GetFloodStats < Schema::Method # @!group Properties self.open = false self.method = 'ads.getFloodStats' # @method initialize(arguments) # @param [Hash] arguments # @option arguments [Integer] :account_id Advertising account ID. # @return [Ads::Methods::GetFloodStats] # @!group Arguments # @return [Integer] Advertising account ID. attribute :account_id, API::Types::Coercible::Int.optional end 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/methods/get_flood_stats.rb |