Sha256: ad595a48b08389ed2e329e094e93eb05ee2b22ad06a0f86fb48fabb8cd482413

Contents?: true

Size: 574 Bytes

Versions: 1

Compression:

Stored size: 574 Bytes

Contents

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

module Vk
  module API
    class Stats < Vk::Schema::Namespace
      module Methods
        # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json
        class TrackVisitor < Schema::Method
          # @!group Properties

          self.open = false
          self.method = 'stats.trackVisitor'

          # @method initialize(arguments)
          #   @param [Hash] arguments
          #   @return [Stats::Methods::TrackVisitor]

          # @!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/stats/methods/track_visitor.rb