Sha256: ec708f8bc8ccff9144906cb8acdc86af546f56cb887943a063a69a02dca82645

Contents?: true

Size: 790 Bytes

Versions: 1

Compression:

Stored size: 790 Bytes

Contents

# frozen_string_literal: true
require 'vk/api/methods'

module Vk
  module API
    class Ads < Vk::Schema::Namespace
      module Methods
        # Returns a list of possible ad categories.
        class GetCategories < Schema::Method
          # @!group Properties

          self.open = false
          self.method = 'ads.getCategories'

          # @method initialize(arguments)
          #   @param [Hash] arguments
          #   @option arguments [String] :lang Language. The full list of supported languages is .
          #   @return [Ads::Methods::GetCategories]

          # @!group Arguments

          # @return [String] Language. The full list of supported languages is .
          attribute :lang, API::Types::Coercible::String.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_categories.rb