Sha256: fa92f46ff7c682df310509c51f0c25a36911a7c0c5d3587af57f2acab2d3be99

Contents?: true

Size: 552 Bytes

Versions: 1

Compression:

Stored size: 552 Bytes

Contents

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

module Vk
  module API
    class Ads < Vk::Schema::Namespace
      module Methods
        # Returns URL to upload an ad video to.
        class GetVideoUploadUrl < Schema::Method
          # @!group Properties

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

          # @method initialize(arguments)
          #   @param [Hash] arguments
          #   @return [Ads::Methods::GetVideoUploadUrl]

          # @!group Arguments

        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_video_upload_url.rb